* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ffffff;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
h1{
	font-size:18px;
	line-height:18px;
	margin-bottom:18px;
	font-weight:normal;
}
h2{
	font-size:14px;
}
h3{
	font-size:13px;
}
h4{
	font-size:13px;
}

.right {
float: right;
margin-left: 15px;
} 

.left {
float: left;
margin-right: 15px;
} 


#restaurantsberlin {
 color: #333;
 float: center;
 padding: 0px;
 border: 0px solid #ccc;
 height: 20px;
 margin: 0px 0px 0px 0px;
 background: #a8e71e;
}




.clearfloat {
    clear:both;
}
/* Ende Allgemein */


/* Grundstruktur */
#wrapper {
    background:white;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:950px;
}

#content {
    background:#Ffffff;
    margin-top:130px;
    margin-right:20px;
    color: #666666;
    padding: 0px;
    float:right;
    height:1400px;
    width:730px;
}

#hauptnavi {
    background: #a8e71e;
    float: center;
    height:30px;
    left:0px;
    position:absolute;
    padding: 0px;
    top:100px;
    width:100%;
}

#spalte_links {
    background:#ffffff;
    color: #333;
    padding: 20px;
    position:absolute;
    top:130px;
    float: left;
    height:1200px;
    width:160px;
}

#footer {
    background: #a8e71e;
    color: #fff;
    padding: 0px;
    height:120px;
}



#head {
    
    color: #333;
    float: center;
    height:100px;
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
}
/* Ende Grundstruktur */

