/* Standard-CSS */

/* Farben
weiss= #ffffff
schwarz = #000000
rot = #E10915
dunkelgrau = #505050
hellgrau = #EDEDED

*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	border:0;
	}

body {
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#EDEDED;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
	}

ol {
	margin-bottom:5px;
	list-style-position: inside;
	}

#page {
	width:950px;
	text-align:left;
	margin:0 auto;
	}


/* OBEN */

#header {
	margin-top:10px;
	margin-left:0px;
	}
#header ul {
	list-style-type:none;
	background-color:#505050;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.01em;
	margin-top:70px;
	margin-left:270px;
	line-height:20px;
	}
#header li {
	display:inline;
	margin-right:5px;
	}
#headerlogo {
	position: absolute;
	top: 10px;
	}
#header a:link {
	color:#ffffff;
	text-decoration:none;
	}
#header a:visited {
	color:#ffffff;
	text-decoration:none;
	}
#header a:hover {
	color:#EDEDED;
	text-decoration:underline;
	}
#header a:active {
	color:#EDEDED;
	text-decoration:none;
	}


/* INHALTSBEREICH */

#container {
	margin-top:10px;
	}


/* LINKS */

#sitebarleft {
	float:left;
	width:150px;
	color:#FFFFFF;
	padding-bottom:10px;
	}

#navleft {
	width:150px;
	background-color:#E10915;
	color:#FFFFFF;
	padding-bottom:15px;
	}
#navleft ul {
	list-style-type:none;
	}
#navleft li {
	margin-left:15px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}
#navleft a {
	color:#FFFFFF;
	text-decoration:none;
	}

#bannerleft {
	width:150px;
	background-color:#505050;
	color:#FFFFFF;
	margin-top:10px;
	}
#bannerleft a {
	text-decoration:none;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	}

/* RECHTS */

#sitebarright {
	float:right;
	width:150px;
	color:#FFFFFF;
	padding-bottom:10px;
	}

#navright {
	width:150px;
	background-color:#E10915;
	color:#FFFFFF;
	padding-bottom:15px;
	}
#navright ul {
	list-style-type:none;
	}
#navright li {
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}
#navright p {
	margin-left:10px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:13px;
	}
#navright a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#bannerright {
	width:150px;
	background-color:#505050;
	color:#FFFFFF;
	margin-top:10px;
	}
#bannerright a {
	text-decoration:none;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	}


/* INHALT */

#content {
	background-color:#ffffff;
	margin-left:160px;
	margin-right:160px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	}
#content h1 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom:3px;
	}
#content h2{
	color:#E10915;
	font-size: 23px;
	line-height: 32px;
	margin-bottom:5px;
	margin-top:5px;	
	}
#content h3{
	font-size: 18px;
	line-height: 25px;
	margin-bottom:5px;	
	}
#content p{
	line-height:18px;
	margin-bottom:5px;	
	}
#content a{
	color:#E10915;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	}
#content hr {
	color:#E10915;
	margin-bottom:5px;
	margin-top:5px;	
	}
#content img {
	margin: 5px;
	border: 1px solid #000000;
	}

#content ul {
	margin:0 1.5em 1.5em 1.5em;
	list-style-type:disc;
}

#content li {
	line-height:18px;
}

#line {
	clear:both;
	border-bottom-color:#505050;
	border-bottom-style:solid;
	border-bottom-width:2px;
}



.content_kaltitel {
	font-size: 18px;
	line-height: 20px;
	margin-bottom:1px;
	font-weight: bold;	
	}



/* UNTEN */

#footer {
	width:950px;
	margin:0 auto;
	clear:both;
	font-size:10px;
	color:#E10915;
	margin-top:5px;
	letter-spacing:0.025em;
	margin-bottom:15px;
	line-height:20px;
	height:32px;
}

.facebook {
	height:32px;
	width:120px;
	float:right;
	text-align:right;
	margin-right:5px;
}
#footer ul {
	text-align:left;
	list-style-type:none;
	width:600px;
	margin: 0 auto;
	margin-left:5px;
	float:left;
}
#footer li {
	display:inline;
	margin-right:10px;
}
#footer a:link {
	color:#E10915;
	text-decoration:none;
	}
#footer a:visited {
	color:#E10915;
	text-decoration:none;
	}
#footer a:hover {
	color:#505050;
	text-decoration:underline;
	}
#footer a:active {
	color:#505050;
	text-decoration:none;
	}


/* SONSTIGS */

.sitebarheadline {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.02em;
	text-transform: uppercase;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	}
	
.quelle {
	color:#CCCCCC;
	text-align:right;
	font-size:10px;
	text-decoration:none;
}

