/* Grundeinstellungt */
body, td{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#00a0a1;
	scrollbar-shadow-color:#00a0a1;
	scrollbar-highlight-color:#00a0a1;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#ffffff;
}

/* Listen im Content-Bereich */
ul{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	
}

/* normale Links im Content */
A{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; /* Netscape */
	font-size : 10px; /* Netscape */
	color: #00a0a1;
	font-weight : bold;
}
A:active{
	color: #00a0a1;
}
A:hover{
	color: #00a0a1;
}

/* Hauptmenuepunkte (deaktiv)*/
A.mainmenue{
	font-weight : bold;
	text-decoration : none;
	color: #6a7070;
}
A.mainmenue:hover{
	font-weight : bold;
	text-decoration : underline;
	color: #6a7070;
}
A.mainmenue:active{
	font-weight : bold;
	text-decoration : underline;
	color: #6a7070;
}

/* Hauptmenuepunkte (als aktiver MP)*/
A.mainmenueon{
	font-weight : bold;
	text-decoration : none;
	color: #ffffff;
}
A.mainmenueon:hover{
	font-weight : bold;
	text-decoration : underline;
	color: #ffffff;
}
A.mainmenueon:active{
	font-weight : bold;
	text-decoration : underline;
	color: #ffffff;
}


/* Untermenue */
A.submenue{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; /* Netscape */
	font-size : 10px; /* Netscape */
	line-height: 14px;
	color: #00a0a1;
	text-decoration : none;
	font-weight : normal;
}
A.submenue:visited{
	text-decoration : none;
	color: #00a0a1;
	font-weight : normal;
}
A.submenue:active{
	text-decoration : underline;
	color: #00a0a1;
	font-weight : bold;
}
A.submenue:hover{
	text-decoration : underline;
	color: #00a0a1;
}

/* Produkttypenlinks in Sitemap */
A.sitemap{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; /* Netscape */
	font-size : 10px; /* Netscape */
	line-height: 14px;
	color: #6a7070;
	text-decoration : none;
	font-weight : normal;
}
A.sitemap:visited{
	text-decoration : none;
	color: #6a7070;
	font-weight : normal;
}
A.sitemap:active{
	text-decoration : underline;
	color: #6a7070;
	font-weight : bold;
}
A.sitemap:hover{
	text-decoration : underline;
	color: #6a7070;
}

/* Seitenueberschrift */
.pagetitle	{
	font-family : Arial-Black, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #00a0a1;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Fliesstext im Content */
.text{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

/* kleiner (Anmerkungs-) Text im Content */
.textklein{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

/* weiser normaler Text (z. B. Datum im Kopf) */
.weis{
	color: #ffffff;
}

/* gruener Text fuer Formulare */
.gruen{
	font-size : 12px;
	color : #00a0a1;
}

/* Copyright und Adressdaten im Footer*/
.copyright{
	font-size : 9px;
	color : #00a0a1;
}

/* Produktbilder erhalten einen grauen Rahmen */
img.produkt {
	border-color: #6a7070;
}



/* farbige Buttons */
.btn{
	color : White;
	background-color : #00a0a1;
	border-color: #00a0a1;
	font-size : 9;
	font-weight : bold;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Bilderklaerungen */
.picturetext{
	font-style : italic;
}

/* Haupttitel Startseite */
.maintitle{
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}

/* Bereichsueberschrift */
.zonetitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
}

/* Untertitel Startseite */
.subtitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
}

/* Absatzueberschrift */
.paragraphtitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}

