@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    background-color: #6a6d72;
	font-family:arial, Verdana, sans-serif;
}
#main {
    position: relative;
    z-index: 1;
	border: 1px solid #4A4C4F;

}
#main, #pedestal {
    width: 980px;         /* Width of the page */
    margin-left: auto;
    margin-right: auto;
}
.contentLeftWrap {
    float: left;
    width: 754px;
}
.content {
    background: #ffffff;
    float: right;
    width: 529px;
}
.left {
    background: #a7b6cb;
    color: #345575;
    float: left;
    width: 224px;
    position: relative;
    border-right:1px solid #ffffff;
}    

.right {
    background: #a7b6cb;
    color: white;
    width: 225px;
    float: right;
    border-left:1px solid #ffffff;

}
.leftrightContent{
    padding: 1.5em 0.5em 0em 0.5em;
}


.leftrightContent h2 {
	background: #546594;
	color: #fff;
	font-size: 12px;
	padding: 2px 2px;
	margin: 0 -6px 10px -6px;
	text-align: center;
}

br.clearContent {
    clear: both;
}
/*#head {
    position: absolute;
    top: 0;
    background: yellow;
    width: 100%;
    height: 160px;
}*/
#main .content, #main .left, #main .right {
    padding-top: 160px; /* heads height */
}
#footer {    
    height: 50px;
	text-align: center;
	
}
.companion {
    height: 0;
    line-height: 0;
    font-size: 0;
    padding-top: 16000px;
    margin-top: -16000px;
    position: relative;
}

.left li h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
}


.left li ul.subMenu {
    display: none;
}
.left li:hover ul.subMenu, .left li ul.activeMenu {
    display: block;
}
.left a, .right a {
    color: white;
	text-align:left;
    font-size: 1.0em;
    text-decoration:none;
}

div.right .leftrightContent h3{
	color: #546588;
}


div.right .leftrightContent ul li {
	margin: 10px 0;
	border-bottom: 1px solid #345575;
}

div.right .banner{
	width: 100%;
	overflow: hidden;
}
div.right .banner div{
	display: block;
	margin-bottom: 5px;
}

#uhr{
	width: 100%;
	text-align: center;
	margin: -10px 0 10px 0;
}


