* {
	padding:0px;
}

a {
	color:#00458c;	
}
#content li {
	margin-left: 20px;
}
img {
	border:hidden;
}
body {
	background-image:url(../img/Hintergrund.jpg);
	background-position:center -10px;
	background-repeat:no-repeat;
	text-align:center;
}
#main_container {
 	left: 50%;
	top: -10px;
 	margin-left: -575px;
	width:1150px;
	position:absolute;
	text-align:left;
}

#top {
	position:absolute;
	background-image:url(../img/sym.png);
	background-position: 540px 30px;
	background-repeat:no-repeat;
	top:0;
	right: 0;
	left: 0;
	width:100%;
	height: 150px;
	background-color:#FFF;
}
#bar {
	position:absolute;
	background-image:url(../img/coent.png);
	background-position: 340px 0px;
	background-repeat:no-repeat;
	top:150px;
	right: 0;
	left: 0;
	width:100%;
	height: 180px;
	background-color:#00458c;
	/*min-width: 1000px;*/
}

#bar img {
	position:absolute;
	height: 180px;
	left: 900px;
	
	border-left:	5px solid #FFF;
	border-right: 	5px solid #FFF;
}

#shadow {
	background-image:url(../img/shadow.png);
	background-repeat:repeat-x;
	height: 20px;
	width: 100%;
	position:absolute;
	top:320px;
	left:0;
	z-index:100;
}

#nav {
	position:absolute;
	top:330px;
	left:85px;
	width: 255px;
}
#nav_body {
	background-image:url(../img/nav_body.png);
	padding: 20px 30px;
}
#nav_bot {
	background-image:url(../img/nav_bot.png);
	background-position:bottom;
	height: 26px;
}

#nav ul{
	list-style:none;
	letter-spacing: 1.5px;
	font-size: 15px;
        font-variant:small-caps;
}
#nav a {
	text-decoration:none;
	color:#00458c;
}
#nav .active{
	font-style:italic;
	margin-left: 10px;
}
#nav li {
	margin: 30px 0;
        padding: 0px;
}
#nav ul .cap{
	font-size: 18px;
}

/* IE 7 Hack 
*/
* + html li {
   margin-left: -20px !important;
}





#content {
	position:absolute;
	width:500px;
	left:360px;
	top:370px;
	font:"Times New Roman", Times, serif;
	line-height: 20px;
	font-size:14px;
	padding-bottom: 60px;
}
h1, h2 {
	font-size: 22px;
	color:#00458c;
	clear:both;
	margin: 10px 0px;
        letter-spacing: 1.5px;
        padding-left: 30px;
        background-image: url(../img/bullet.png);
        background-repeat: no-repeat;
        line-height: 26px;
        background-position: 0px 10px;
        font-weight:  normal;
            font-variant:small-caps;


}
h2 {
            padding: 0px;
            background-image:  none;
            

}
#content .cap {
	font-size:22px;	
}
#content em {
    padding-left: 30px;
    display: block;
}


#adr {
	background-image:url(../img/adr.png);
	background-repeat:no-repeat;
	position:absolute;
	left:905px;
	top: 330px;
	width:255px;
	height: 235px;
	padding: 15px 30px;
}
#adr a {
	color:#006;
}
#adr p {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	color:#006;
	line-height: 22px;
}

#foot {
	background-color:#FFF;
	padding-left: 0px;
	height:30px;
	color:#00458c;
    padding-bottom: 5px;
	position:fixed;
	bottom:0px;
	width:1040px;
	left: 50%; 
	margin-left: -490px;
    font-variant:small-caps;
}
/* IE 7 Hack 
*/
* + html #foot li {
   margin-left: -10px !important;
   line-height: 400%;
}

#foot li {
	margin: 0px;
	float:left;
	list-style:none;
	letter-spacing: 1px;
	font-size: 10px;
}
/* IE 7 Hack 
*/
* + html .sep {
	display:none;
}
* + html #foot a{
	margin-right: 18px;
}
.sep {
	margin: 0 7px;
}
#foot span.cap {
	font-size:11px;
}

#arrow_rechts {
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	height: 44px;
	width: 30px;
	position:absolute;
	right: 0px;
	bottom:26px;
	z-index:20;
}
#arrow_rechts:hover{
	background-image:url(../img/arrow_righthover.png);
}
#arrow_left {
	background-image:url(../img/arrow_left.png);
	background-repeat:no-repeat;
	height: 44px;
	width: 30px;
	position:absolute;
	right: 30px;
	bottom:26px;
	z-index:20;
}
#arrow_left:hover{
	background-image:url(../img/arrow_lefthover.png);
}

#back_top {
	position:absolute;
	background-color:#FFF;
	top: 0;
	left: 0;
	width:100%;
	height: 150px;
}
#back_bar {
	position:absolute;
	background-color:#00458c;
	top:140px;
	left: 0;
	width:100%;
	height: 180px;
}
#back_foot {
	background-color:#FFF;
	color:#00458c;
	height:35px;
	position:fixed;
	left:0;
	bottom:0px;
	width:100%;
}
