body{
background-color:#F2F2F2;
font-family: verdana;
}

div#center{
   position:absolute;
   left:50%;
   top:50%;
   height:510px;
   width:950px;
   margin-top:-255px;
   margin-left:-475px;
   background-color: #fff;
   border: 1px solid #333;
} 
#cred{
   position:absolute;
   left:50%;
   top:50%;
   height:20px;
   width:950px;
   margin-top:258px;
   margin-left:-475px;
   text-align:right;
   vertical-align:middle;
} 

#menu{
border-bottom: 1px solid #333;
text-align:right;
padding:12px 0px 8px 0px;
}

#main{
min-height:424px;
border-bottom: 1px solid #333;
background:url(../images/bg/mhauser_1.jpg) no-repeat 0px 12px;
}

#inhalt{
float:right;
margin-top:112px;
width:385px;
height:300px;
}

#header{
width:385px;
height:35px;
background-color: #fff;
}

#text{
width:385px;
height:265px;
overflow:auto;
}

.trenner{
visibility:hidden;
clear:both;
}


#footer{
min-height:43px;
}

/* ende grundlayout anfang schriften usw */

p{
padding: 5px;
margin:0px; 
line-height:130%;
font-size: 80%;
}

h1{
padding:4px;
margin:0px; 
font-size: 120%;
font-weight:normal;
}

a{
text-decoration:none;
font-weight:bold;
color:#333;
}

a:hover{
color:#999;
}

#cred a{
text-decoration:none;
font-weight:bold;
color:#666;
font-size: 80%;
}

#cred a:hover{
color:#ccc;
}

