/*Produktpage-Felder--------------------------------------------------------------*/


/*Homepage-Textformatierung--------------------------------------------------*/

.textProdukte {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: Black;
	line-height: 12pt;
}

.textProdukte h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px ;
}

.textProdukte h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

.textProdukte a:link, .textProdukte a:visited {
	color: Black; //---------------------
	text-decoration: none;
}
.textProdukte a:hover {
	color: #990000;
	text-decoration: underline;
}

.textInfobox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	line-height: 14px;
	padding: 5px 2px 5px 10px;
}

.textInfobox h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	text-decoration: none;
}

.textInfoBox h3 {
	font-weight: bold;
}

/*Rollover-Listen---------------------------------*/

ul.rollover1 {
	list-style: none;
	list-style-image: url(res/rechteck_rot.gif);
	margin: 0px;
	padding: 0px 0px 0px 22px;
	text-decoration: none;
	font-weight: bold;
	
	line-height: 14px;
}

ul.rollover1 li a, ul.rollover1 li a:link, ul.rollover1 li a:active, ul.rollover1 li a:visited {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	
	text-decoration: none;
}

ul.rollover1 li a:hover {
	color: #990000;
	text-decoration: none;
	background-color: transparent; /*nicht löschen!*/
}


ul.rollover1 li a .infoBox {
	
	display: block;
	z-index: 10;
	position: absolute;
	top: 600px;
	left: 475px;
	width: 170px;
	padding: 5px 5px 5px 7px;

	background-color: White; //--------------
	border-top:1px solid Black;
	border-right:1px solid Black;
	border-bottom:1px solid Black;
	border-left:1px solid Black;
	
	font-weight: normal;
	color: Black;
	text-decoration: none;
	
	text-align: left;
	line-height: 12px;
}

ul.rollover1 li a:hover .infoBox h1 {
	font-weight: bold;
	font-size: 20px;
	color: Black;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 5px 0px ;
}

ul.rollover1 li a:hover .infoBox h3 {
	font-weight: bold;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px ;
}

ul.rollover1 li a:hover .infoBox li {
	list-style: square;
	list-style-image: none;
	list-style-position: outside;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

.meldung {
	color: Red;
	padding: 0px 0px 0px 22px;
}