/* CSS File: styles/wasserpreis/print.css */
body { 
   margin:5;
   padding:5; 
   background-color:#FFFFFF;
   color:#000000;
   font-family:arial, helvetica, sans-serif;
   font-size:11px;
   line-height:15px;
   }
         
/* gilt fuer alle texte in den seiten */
p,td,th,div,li,span,b,i {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/*ueberschrift*/
h1 {
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#666666;
	font-weight: bold;
}

/*zwischentitel*/
h2,h3,h4,h5,h6 {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	font-weight: bold;
}
.content_starttitel {
	font-family:arial, helvetica, sans-serif;
	font-size:27px;
	line-height:20px;
	color:#cc9900;
	font-weight: normal;
}
.content_titel {
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	line-height:14px;
	color:#cc9900;
	font-weight: normal;
}


/*diverser text*/
.highlight {
	font-family:arial, helvetica, sans-serif;
	color:#cc9900;
}
 
/* links */  

a {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:14px;   
	font-style:normal;
}
a:link {
	text-decoration:none;
	color:#cc9900;
}

a:visited {
	text-decoration:none;
	color:#cc9900;
}

a:hover {
	text-decoration:underline;
	color:#cc9900;
}

a:active {
	text-decoration:none;
	color:#cc9900;
}