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

body {
	background-color: white;
	margin: 0;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
	color: black;
	width: 700px;	
}

#titel-print {
	padding: 0;
	margin: 0;
	top: 50px;
	left: 40px;
	height: 30pt;
	width: 600px;
	font-family: Times, "Times New Roman", serif;
	font-size: 16pt;
	line-height:20pt;
	font-weight: bold;
	color: black;
		
}

h2 { 
	font-family: Times, "Times New Roman", serif;
	font-size: 14pt;
	font-weight:bold;
	line-height:16pt;
	color: black; 
}

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

body a:link, body a:visited {
	text-decoration: underline;
	color: #333;
}

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

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #333;
}


#header, #headerinhalt, #image, #left, #right, #border-right, #menu-1, #menu-2, #footer, #footer-topborder {
	display: none;
	
}

#rahmen, #content {
	padding: 0;
	margin: 0;
	top: 80px;
	left: 40px;
	border: 0;
	background-color: #fff;
}

