@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: white;
	background-color: #CC0033
/*	background-image: url(images/background_verlauf.png);*/
}

@media print {
body {
	background-color:white;
}}


#Layout_Titel {
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	position: absolute;
	left: 0px;
}

@media print {
#Layout_Titel {
	visibility:hidden;
}}

DIV#DivHauptbild {
	position:absolute;
	left:277px;
	top:115px;
	width:277px;
	height:184px;
	z-index:3;
}

@media print {
DIV#DivHauptbild {
	visibility:hidden;
}}


DIV#DivNavigation {
	position:absolute;
	left:52px;
	top:300px;
	width:205px;
	z-index:1;
	background-image: none;
	margin: 0px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
	background-color: #000000;
}

@media print {
DIV#DivNavigation {
	visibility:hidden;
}
}



P {
	margin: 0px;
}


DIV#DivInhalt {
	position:absolute;
	left:277px;
	top:300px;
	width:635px;
	z-index:2;
	background-color:#FFFFFF;
	color:#000000;
	padding: 25px;
	font-size: 11px;
	}
	
@media print {
DIV#DivInhalt {
	position:absolute;
	left:0px;
	top:0px;
	width:635px;
	color:#000000;
	padding: 25px;
	font-size: 11px;
	}
}

DIV#DivInhalt A {
	/* Version MK color:#FF0000; */
	color:#CC0033;
	text-decoration: none;	
	}	
	
	
	
.Titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	padding-bottom: 15px;

}

.Untertitel1 {
	/* font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	padding-bottom: 15px;
}
