/* Textformatierung*/
body{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, sans-serif;
	font-style: normal;  
}

p,td{
 	font-family : Arial, sans-serif;
	font-style: normal;  
	font-size: 11pt; 
	color: #000000;
	 }
	 
h2{
	font-family : Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	color: #000066;
	background-color: #EEEEFA;
}
	 
a:visited{
	font-family : Arial, sans-serif;
	font-style: normal;
	 font-size: 11pt; 
	 color:#666666; 
	 text-decoration:none;
	 }
	  
a:link{
	font-family : Arial, sans-serif;
	font-style: normal;
	font-size: 11pt; 
	color:#990000; 
	text-decoration:none;
	}
	
a:active {
	font-size: 11pt; 
	color:#ff0000; 
	text-decoration:none; 
	}

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

.help{
	color:#666666;
	font-size: 11pt; 
	}

.footerPrint {
	display:block;
	margin-top: 15px;
	width: 55px;
	background: url(/images/icon_print.gif) top right no-repeat;
}

.onlyprint {
	display: none;
}
