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


html {
	min-height:101%; /*Scrollbar immer anzeigen*/
	}

body {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	line-height:22px; 
	font-size:14px; 
	color:#333;
	background-color: #efefef;
	
	background-image: url(../images/retina_wood.png);
	}
	
/* Fix up IE6 PNG Support */
img { behavior: url(iepngfix.htc); }
	

#wrapper {
  margin:0 auto;
  width: 940px;
  padding-top: 30px;
}

.clear {clear:both;}


/* ===== heading ===== */

h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', arial, sans-serif;}

h1, h2, h3 {margin-bottom:10px;}
h4, h5, h6 {margin-bottom:5px;}
h1, h4, h3, h4, h5, h6 { font-weight:normal;}
h1 {font-size:36px; line-height:40px;}
h2 {font-size:32px; line-height:36px;}
h3 {font-size:28px; line-height:32px;}
h4 {font-size:22px; line-height:24px;}
h5 {font-size:20px; line-height:22px;}
h6 {font-size:14px; line-height:16px; font-weight:bold;}
h4 {background:#333; padding:5px 10px 5px 10px; color:#FFF;}

h5.oben {
	color:#c10303;
	font-size:20px;
	margin-bottom:0px;
	margin-left:10px;
    }
	
h5 span {color:#ddd;
         font-size:16px;
		 font-family: 'Open Sans', sans-serif;
		 }	

p {
	}

a, a:visited {
	color:#c10303;
	text-decoration:none;}
	
a:hover, a:selected {
	color:#333;
	text-decoration:none;}	

/* Header
---------------------------------------------------------------------------------------------------------*/


#logo {
	width:160px;
	height:70px;
	margin-left:60px;
	padding-top:30px;
}

#zeichen {
	position:absolute;
	right:60px;
	top:50px;
	}	
	
	
	

/* Content Wrapper
-------------------------------------------------------------- */

#content_wrapper {
	width:886px;
	padding-left: 28px;
	padding-right: 28px;
	background-image: url(../images/bg_mitte_03.png);
	background-repeat: repeat-y;
	}
	
#oben {
    background-image: url(../images/bg_oben_03.png);
    background-repeat: no-repeat;
	   height:158px;
	   padding-top:50px;
	   position:relative;
}

#ribbon {
	position:absolute;
	top:17px;
	left:80px;
	z-index: 30;
}



#unten {
    background-image: url(../images/bg_unten_03.png);
    background-repeat: no-repeat;
	   height:208px;
	   position:relative;
}	
	
	


/* Sidebar
---------------------------------------------------------------------------------------------------------*/

#sidebar {
padding-top: 100px;
	width:204px;
	float:left;
	border-top: 1px solid #ddd;
	}
	
	
	
a{ color:#c10303; text-decoration:none;}
a:hover{ color:#111; text-decoration:none;}

ul li {list-style:none;}


ul#navi { font-size:14px; text-align:right; }
 
ul#navi li {list-style:none;}

ul#navi li a {
	font-family: 'Open Sans', arial, sans-serif;
	display:block;
	height:20px;
	width:178px;
	padding:10px 20px 10px 5px;
	color:#999;
	border-bottom:1px solid #ddd;
	font-weight:400;
	}
	
ul#navi li a:hover {
	color:#333;
    width:175px;
    border-left:3px solid #c10303;
	}

ul#navi li.active a {
	color:#C00;
	}
	
ul#navi li:first-child {
	border-top:1px solid #ddd;
}	

 .selected {
	 font-family: 'Open Sans', arial, sans-serif;
	display:block;
	height:20px;
	width:178px;
	padding:10px 20px 10px 5px;
	border-bottom:1px solid #ddd;
	font-weight:400;
	 color:#333;
    width:175px;
    border-left:3px solid #c10303;
	 }
	

	
/* Content
---------------------------------------------------------------------------------------------------------*/

#content_container {
	width:680px;
	float:left;
	border-top: 1px solid #ddd;
	min-height:500px;
	
	}

#headline {
	width:650px;
	height:60px;
	padding-top:40px;
	padding-left:30px;
	border-bottom:1px solid #ddd;
	}

#content {
	width:600px;
	padding:40px 40px 40px 40px;
	}
	
/* footer 
---------------------------------------------------------------------------------------------------*/
	
#footer {
	width:940px;
	height:30px;}
	
#copyright {
	position:absolute;
	right:80px;
	top:120px;
	color:#ccc;
	font-size:12px;
}	

