/*/// LAYOUT class="" .///*/

/* Aussenrahmen */

* {
margin:0px;
padding:0px;
}

#wrapper{
position:absolute;
top: 15px;
left:50%;
margin-left:-478px;
width: 955px;
/*min-height: 100%;
height: auto !important;
height: 100%;*/
}

#header{
width: 955px;
height: 200px;
background-color:#FFFFFF;
}

#header_img {
float:left;
width:305px;
height:200px;
}

#header_farben {
float:left;
width:18px;
height:200px;
background-image:url(../images/header_farben_bg.gif);
}

#menu {
float:left;
width:615px;
height:185px;
padding-left:15px;
padding-top:12px;
}

#main {
width: 955px;
height: 300px;
min-height: 300px;
height: auto !important;
background-color:#6E8D9F;
background-image:url(../images/main_bg.gif);
}

#spalte_links {
float:left;
width:305px;
min-height: 300px;
height: auto !important;
height: 300px;
padding-bottom:40px;
}

#spalte_rechts {
float:left;
width:650px;
min-height: 300px;
height: auto !important;
height: 300px;
}

#text_inhalt {
width:530px;
/*height:100%;*/
font-weight:normal;
font-size:12px;
line-height:150%;
padding:72px 60px;
}

#metamenu {
clear:both;
width:500px;
height:20px;
padding: 2px 5px;
}


