@charset "utf-8";
/* CSS Document */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
* {
	margin: 0;
    padding: 0;
}
html, body {
	width: 100%;
    height: 100%;
}
body {
	background-color: #ebebeb;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.6em;
}
#page {
	margin: 20px auto 0 auto;
	width: 900px;
    text-align: left;
    background-color: #FFF;
}
#head {
	height: 160px;
    position: relative;
    width: 100%;
    border-top: 1px solid #fff;
    background-repeat:no-repeat;
}
#logo {
    position:absolute;
    left:20px;
}
#logo img {
	border: 0;
}
#main {
	background: #fff url('img/main_bg.gif') repeat-y;
    min-height: 500px;
    padding-right:1px
}
#nav {
	float:left;
    margin-left: 20px;
    padding-top: 40px;
}
#nav ol {
	list-style:none;
    width: 200px;
}
#nav li.act,
#nav li {
	padding:5px 0 5px 10px;
    font-size: 14px;
    margin-bottom: 1em;
}
#nav li.act {
    background-color: #124177;
}
#nav li.act a,
#nav li a {
	text-decoration: none;
    font-weight: bold;
    color: #333;
}
#nav li.act a:hover,
#nav li.act a {
    color: #fff;
}
#nav li a:hover {
    color: #124177;
}
#content {
	float: right;
    width: 650px;
    padding-top: 40px;
}
/* Inhalt */
.contentBlock {
	clear: both;
    margin-bottom:25px;
}
.contentText {
	float: left;
    width: 425px;
}
.contentImage {
	float: right;
    width: 200px;
}
.contentImage img {
    margin-bottom:35px;
    border: none;
}
#content h1 {
	font-size: 18px;
	margin-bottom: 1em;
    color: #000;
}
#content h2 {
	font-size: 120%;
	margin-bottom: .75em;
}
#content ul {
	margin: 0 0 20px 20px;
}
#content p {
	margin-bottom: .75em; 
}
#content a {
	color: #124177;
}
#foot {
	clear:both;
	background-color: #ebebeb;
}
#foot,
#foot a {
	font-size: 10px;
	text-decoration: none;
    color:#666666;
    text-align:right;
}
