/* CSS Document */
/* www.luna-multimedia.info */
/* printformate */

body {
	background-color: white;
	margin: 0;
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 16pt;
	color: black;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;	
}

h1, h2, h3 { 
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 15pt;
	font-weight:bold;
	line-height:18pt;
	color: black; 
}

h2, h3 { 
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 13pt;
	font-weight:bold;
	line-height:18pt;
	color: black; 
}

.titel {
   font-family: Arial, Times, "Times New Roman", serif;
	font-size: 13pt;
	font-weight:bold;
	line-height:18pt;
	color: black; 
}

.kommentar {
   font-family: Arial, Times, "Times New Roman", serif;
	font-size: 10pt;
	font-weight:normal;
	line-height:16pt;
	color: black; 

}

strong { 
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 12pt;
	font-weight:bold;
	color: black; 
}

body a:link, body a:visited {
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 16pt;
	text-decoration: underline;
	color: #333;
}

/*body a:link:after , body a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 84%;
	
	font-weight: normal;
	text-decoration: underline;
	
	color: #333;
}*/


#pageContainer {
	margin: 0;
	text-align: left;
	padding: 5px;
	width: 100%;
	background-color: white;
	border: 0;
	background-image: none;
}


 #header, #headerTitel, #mainMenu, #roterBalken,  #footer {
	display: none;
	
}


#printTitel {
	display: block;
}

#subTitel {
	display: block;
	height: 40pt;
	border:  0 ;
	margin:0; 
	padding:0;
	z-index: 101;
	text-align: left;
}

#contentMiddle, #contentMR {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	padding: 0;
	float: left;
	background-image: none;
	border: 0;	
}

