/* CSS Document */
body{
font: normal 11px/17px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
color:#4f2929; 
padding:0px;
margin:0px;
background: transparent url(../img/bg.gif);
}

#main{
position:absolute;
left:50%;
margin-left:-375px;
padding-bottom:50px;
width:750px;
height:auto;
border:1px solid #666;
background:#f7f7f7;
}

#head{
float:left;
width:750px;
height:200px;
background:#cc0000;
}

#menu{
float:left;
margin-left:15px;
width:735px;
height:20px;
}

.m_innen{
float:left;
width:auto;
height:auto;
margin-left:4px;
margin-right:4px;
text-align:center;
color:#000;
text-decoration:none;
}

#inner{
float:left;
margin-top:30px;
margin-left:15px;
}

h1{
font:11px/19px bold;
text-transform:uppercase;
}

.text{
margin-left:40px;
}

.black{
text-decoration:underline;
color:#000;
}
