body {
	 		margin : 0px;
	 		padding : 0px;
	 		font-size : 12px;
	   		font-family : verdana, arial, helvetica, sans serif;
	 	}

td,p,li {
	 		font-size : 12px;
	 		line-height : 17px;
	 	}
	 
	 
a {	
			font-size : 12px;
	 		color : black;
	 		text-decoration : none;
	 }
	 
a:hover {	
	 		color : #357381;
	 		text-decoration : none;
	 		font-weight : bold;
	 }
	 
a.active {	
	 		color : #357381;
	 		text-decoration : none;
	 		font-weight : bold;
	 }
	 


h1 {
			padding: 0px;
			margin: 0px;
			font-size: 16px;
	}

span.important {
			color: #000000;
			font-size: 16pt;
		}
		
span.detail {
			color: red;
}


@media print{
  body *{display:block;}
  body #inhalt{display:block;}
}