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

html {
	height:100%;
	}

body {
	text-align:center;
	height:100%;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

body a {
	color:#d8000d;
	text-decoration:none;
}

body a:hover {
	color:#1b1c20;
	text-decoration:none;
}

body a:visited {
	color:#d8000d;
	text-decoration:none;
}

#gesamt_rahmen {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:780px;
	height:100%;
}


#navigation_rahmen {
	position: relative;
	width:780px;
	height:325px;
	background-image:url(images/navi_bg.png);
	background-repeat:no-repeat;
	border:0px;
	margin:0px;
	margin-top:15px;	
	}
	
#navigation_links {
	position: absolute;
	top:0px;
	left:0px;
	width: 214px;
	height:247px;
	border:0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#navigation_links li {
	list-style-type:none;
}
		
#navigation_bild {
	position: absolute;
	top:0px;
	left:214px;
	width: 542px;
	height:247px;
	border:0px;
	padding-top:2px;
	padding-bottom:2px;
	}
		
#navigation_logos {
	position: absolute;
	top:254px;
	left:10px;
	width: 330px;
	height:78px;
	border:0px;
	padding-top:5px;
	z-index:4;
	}
	
#navigation_logos img {
	margin-right:8px;
	border:0px;
	}

#navigation_logo {
	position: absolute;
	top:215px;
	left:210px;
	width: 500px;
	height:90px;
	border:0px;
	z-index:3;
	}
	
#navigation_links ul {
	border:0px #000000 solid;
	margin:8px;
	padding:0px;
}

#navigation_links li {
	cursor:pointer;
	padding:0px;
	margin:0px;
	border:0px #000000 solid;
	height:26px;
	font-size:9px;
	background-image:url(images/navi_striche_horizontal.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#navigation_links a {
	display:block;
	position:relative;
	text-decoration: none;
	padding-top:8px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/* color:#1b1c20; */
	color:#FFFFFF;
}

#navigation_links a:hover {
	display:block;
	position:relative;
	text-decoration: none;
	padding-top:8px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1b1c20;
}

#navigation_quick {
	position: absolute;
	top:0px;
	left:756px;
	width: 24px;
	height:325px;
	border:0px;
	padding:20px auto;
	margin:20px auto;
	vertical-align:bottom;
	}

#navigation_quick_container {
	position:absolute;
	bottom:21px;
	border:0px solid #FF0000;
}

#navigation_quick_container img {
	border:0px solid #000000;
	padding-bottom:3px;
}

#content_rahmen {
	padding:0px;
	position:relative;
	text-align:left;
	width:730px;
	margin:0px;
	margin-top:15px;
	float:left;
	}

#content {
	position:relative;
	left:5px;
	top:0px;
	border:0px solid #000000;
	width:525px;
	float:left;
	background-image:url(images/content_headline.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content_rechts_rahmen {
	width:180px;
	position:relative;
	top:0px;
	left:20px;
	float:left;
}

#content_rechts {
	float:left;
	background-image:url(images/content_rechts_headline.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:20px;	
}

#content_rechts_headline {
	width:140px;
	font-size:15px;
	color:#FFFFFF;
	margin-top:15px;
	margin-left:40px;
}

#content_rechts_content {
	width:170px;
	margin-top:20px;
	margin-left:5px;
	float:left;
	border-bottom:dotted;
	border-bottom-color:#d8000d;
	border-bottom-width:2px;
	padding-bottom:2px;
	text-align:justify;
	line-height:18px;
}

#content_rechts_content h1 {
	text-align:left;
	font-size:11px;
	font-weight:bold;
}

#content_rechts_footer {
	width:170px;
	margin-left:5px;
	text-align:left;
	color:#d8000d;
	margin-top:3px;
}

#content_rechts_footer_punkt {
	position:relative;
	float:left;
	background-image:url(images/symbol_mehr.png);
	background-position:left;
	background-repeat:no-repeat;
	border:0px solid #000000;
	height:18px;
	width:170px;
}

#content_rechts_footer_punkt a {
	position:relative;
	left:22px;
	top:3px;
	text-decoration:none;
	border:0px solid #000000;
	color:#d8000d;	
}

#content_rechts_footer_punkt a:hover {
	position:relative;
	left:22px;
	top:3px;
	text-decoration:none;
	border:0px solid #000000;
	color:#1b1c20;	
}

#content_rechts_punkt {
	position:relative;
	float:left;
	background-image:url(images/symbol_pfeilrechts.png);
	background-position:left;
	background-repeat:no-repeat;
	border:0px solid #000000;
	height:18px;
	width:170px;
}

#content_rechts_punkt a {
	position:relative;
	left:22px;
	top:0px;
	text-decoration:none;
	border:0px solid #000000;
	color:#1b1c20;	
}

#content_rechts_punkt a:hover {
	position:relative;
	left:22px;
	top:0px;
	text-decoration:none;
	border:0px solid #000000;
	color:#d8000d;	
}


#footer_rahmen {
	position:relative;
	float:left;
	padding-top:0px;
	left:0px;
	bottom:10px;
	width:780px;
	height:70px;
	margin:0px;
	margin-top:20px;
	border:0px solid #000000;
	background-image:url(images/footer_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#footer_quick {
	position:absolute;
	top:0px;
	left:756px;
	width: 24px;
	height:50px;
	border:0px;
	padding:0;
	margin:0;
	}
	
#footer_quick img {
	border:0px solid #000000;
	padding-top:3px;
}

#footer {
	position:absolute;
	left:20px;
	bottom:7px;
	color:#FFFFFF;
}

/* TEMPLATES */

#artikel
	{
	position:relative;
	top:0px;
	left:5px;
	margin-right:5px;
	width:510px;
	height:auto;
	clear:both;
	}

#artikel_hauptteil
	{
	width:510px;
	height:auto;
	clear:both;
	padding-bottom:2px;
	border-bottom:dotted 2px #d8000d;
	}

#artikel_hauptteil:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#artikel_hauptteil h1
	{
	margin-top:10px;
	font-size:22px;	
	text-align:left;
	}

#artikel_hauptteil p
	{
	font-size:11px;	
	line-height:22px;
	text-align:justify;
	}
	
#artikel_hauptteil strong {
	text-align:left;
	}
	
#artikel_hauptteil td
	{
	font-size:11px;	
	line-height:22px;
	text-align:justify;
	}

#artikel_hauptteil_bild
	{
	/* wenn float:left, dann margin-right:5px // wenn float:right, dann margin-left:5px; */
	position:relative;
	right:0px;
	width:200px;
	float:left;
	margin-top:6px;
	margin-right:5px;
	}

#artikel_hauptteil_bild img
	{
	border:1px solid #d8000d;
	margin-bottom:5px;
	}

.artikel_hauptteil_test
	{
	position:absolute;
	top:5px;
	left:5px;
	width:450px;
	height:120px;
	z-index:999;
	border:1px solid #000000;
	}

#artikel_footer
	{
	clear:both;
	width:520px;
	margin-top:3px;
	margin-bottom:10px;
	}