/* CSS Document */


/* CONTENT*/
body, td, div,  a, p, li, span, th, input, textarea, MENU,  .headline, .white{
	font-family:	arial, helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
}


td {
	font-size:	12px;
	font-weight:normal;
	color:#231F20;  /*nicht ganz Schwarz*/
}


/*Standardlinks u.a. für den htmlarea Editor*/
a:link {color: #000000;  font-size: 12px;  text-decoration: underline;}
a:visited {color: #000000;  font-size: 12px;   text-decoration: underline;}
a:hover {color: #E8282C;  font-size: 12px;   text-decoration: none;}  /*#ED1C24*/

/*Zusaetzliche Linkdefinition für den htmlarea Editor*/
.plaintext:link {color: #4F5052;  font-size: 12px;  text-decoration: none;}
.plaintext:visited {color: #4F5052;  font-size: 12px;   text-decoration: none;}
.plaintext:hover {color: #E8282C;  font-size: 12px;   text-decoration: none;}


/*z.b. in Quernaviation*/
.dunkel:link {color: #4F5052;	font-size: 12px; font-weight: normal;  text-decoration: none;}
.dunkel:visited {color: #4F5052; font-size: 12px; font-weight: normal; 	text-decoration: none;}
.dunkel:hover {color: #ED1C24;  font-size: 12px; font-weight: normal;  text-decoration: none;}

/*z.B. der Link "Detailinfo" in der teaser_Liste.ihtml     */
.teaserdark:link {color: #4F5052;	font-size: 12px; font-weight: normal;  text-decoration: underline; }
.teaserdark:visited {color: #4F5052; font-size: 12px; font-weight: normal; 	text-decoration: underline; }
.teaserdark:hover {color: #E8282C;  font-size: 12px; font-weight: normal;  text-decoration: none;}

/*z.B bei Produkten die Links unterhalb der Überschrift PRODUKT INFO im Teaser liste_downloads */
.download:link {color: #797B7D;	font-size: 12px; font-weight: normal;  text-decoration: none; }
.download:visited {color: #797B7D; font-size: 12px; font-weight: normal; 	text-decoration: none; }
.download:hover {color: #ED1C24;  font-size: 12px; font-weight: normal;  text-decoration: none;}


.white:link {color: #FFFFFF;	font-size: 12px; font-weight: normal;  text-decoration: none; }
.white:visited {color: #FFFFFF; font-size: 12px; font-weight: normal; 	text-decoration: none; }
.white:hover {color: #FFFFFF;  font-size: 12px; font-weight: normal;  text-decoration: underline;}


/*Link von 4visual*/
.visual:link {color: #4F5052;	font-size: 11px; font-weight: normal;  text-decoration: none;}
.visual:visited {color: #4F5052; font-size: 11px; font-weight: normal; 	text-decoration: none;}
.visual:hover {color: #ED1C24;  font-size: 11px; font-weight: normal;  text-decoration: none;}


.powered {
	color: #000000;
	font-size: 10px;
	font-weight:normal;
}
.powered a:link, .powered a:hover, .powered a:visited {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}
.powered .ven {
	color: #FF9933;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
}


/* Ende - CONTENT*/