/*css für conten-seiten*/

/*** formatierungen ***/
/*standard*/
body{background-color:#CBD4DC;
		font-family: Verdana,sans-serif; 
		font-weight:normal; 
		font-size:10px; 
		line-height:14px; 
		color:#666666;}

/*speziell*/
.red_bd{font-weight:bold; color:#800000; }
.grey_bd{font-weight:bold; color:#666666; }
.dkgrey_bd{font-weight:bold; color:#262626; }

/*** positionierungen ***/
.copy {position:absolute; left:85px; top:28px; width:460px; z-position:1;} /*copy-text*/ 
.bg {position:absolute; left:0px; top:0px; z-position:0;} /*bg_bild*/
.logo{position:absolute; left:83px; top:47px; z-position:0;} /*mf-logo*/

/*tabellen*/
table{font-family: Verdana,sans-serif; font-weight:normal; font-size:10px; line-height:14px; color:#666666;}


/*** links ***/
a:link {text-decoration:none; font-weight:bold; color:#800000;}
a:visited {text-decoration:none; font-weight:bold; color:#800000;}                                                                                       }
a:hover {text-decoration:none; font-weight:bold; color:#ffffff; background-color:#800000;}

