/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: none;	
}
html,
body {
	background: url(../img/bg-header.jpg) center top no-repeat #fff;	
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 17px;	
}
p {
	margin-bottom: 18px;	
}
a {
	color: #000;	
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 55px;
	line-height: 58px;
	margin-bottom: 18px;	
	color: #157dba;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 18px;	
	color: #157dba;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 18px;	
	color: #000;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 18px;	
	color: #fff;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;	
	color: #4b4b4b;
	font-weight: bold;
}
ul, ol {
	margin-left: 15px;
}
li {
	margin-bottom: 16px;	
}
#container {
	width: 1000px;	
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 85px;	
}
#header .logo {
	position: relative;
	top: 30px;
	left: 20px;	
	float: left;
}
.headerimage {
    position: relative;
    top: 16px;
	float: right;
}
.stripe {
	float: right;	
	margin-bottom: 10px;
	width: 1000px; 
	height: 36px;
	display: table;
	text-align: right;
	margin-top: -5px;
	position: relative;
}
#search {
	float: right;
	width: 227px;	
	text-align:right;
}
#search img {
	float: left;
	margin-right: 5px;
	margin-top: 15px;
}
#suchen {
    left: -16px;
    position: relative;
    top: 9px;
}
#search .suchfeld {
	background-image: url(../img/suchfeld.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 26px;	
	background-color: transparent;
	padding: 0 0 2px 5px;
}
/* ####### begin: navigation ####### */
#navigation {
	height: 40px;	
	list-style: none;	
	float: right;
	clear: both;
}
#navigation li {
	float: left;
	margin: 0 14px 0 0;
		
}
#navigation li a,
#navigation li a:link,
#navigation li a:visited	{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;	
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 23px;
	padding: 4px 6px 4px 6px;
}
#navigation li a:active,
#navigation li a:hover,
#navigation li a.current {
	color: #ededed;
	background: url(../img/bg-nav.gif) repeat-x;
	box-shadow: 1px 1px 3px #333;
	
}
/* ####### end: navigation ####### */
/* ####### begin: section ####### */
#main {
    float: left;
    padding: 70px 0 0 20px;
    width: 668px;
}
#content {
	width: 	600px;
	float: left;
	padding: 0 10px 0 20px;
	clear: both;
}
#side {
	background: url(../img/bg-side.png) no-repeat;
	width: 291px;
	height: 359px;	
	color: #FFF;
	padding: 5px 5px 0 10px;
	float: right;
	font-weight: 700;
}
#side a {
	color: #FFF;	
}
/* ####### end: section ####### */

article,
.clear {
	clear: both;
}
#footer {
	font-family: Arial, sans-serif;
	background: url("../img/bg-footer.jpg") #d7d7d7;	
	background-position: center;
	color: #4b4b4b;
	height: 288px;
	
}
#footer a {
	color: #4b4b4b;	
}
#footer-box {
	width: 980px;	
	height: 288px;
	margin: 0 auto;
	padding-left: 20px;
}
.address {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 20px 0;
	width: 730px;	
	float: left;
}
.box {
	width: 138px;
	float: left;
	margin-right: 25px;	
}
#sitemap {
	width: 1000px;	
}
#sitemap ul {
	list-style: circle;
	margin: 0;
	border-top: 1px solid #a2a2a2;
}
#sitemap li {
	margin-bottom: 5px;	
	
}
#sitemap a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	text-decoration: none;
}
.metamenu {
	width: 250px;	
	float: right;
	text-align: right;
	padding: 20px 0;
	color: #4b4b4b;
}
.metamenu a {
	font-size: 11px;
	color: #4b4b4b;
	text-decoration: underline;	
}
.suchblock {
	border-bottom: 1px dotted #c1c1c1;	
	margin-bottom: 10px;
}
/* begin: startseite */
#newsblock-links {
	float: left;
	width: 480px;
	margin-left: 20px;
}	
#newsblock-rechts {
	float: right;
	width: 480px;
	margin-left: 20px;
}
/* end: startseite */