html
{
height: 100%;
}

body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #f0f0f0;
font-family: Verdana, Arial, sans-serif;
}

h1
{
font-size: 1.2em;
text-align: center;
margin: 0;
}

h3
{
font-size: 1em;
margin: 0;
} 


#aussenwrapper
{
height: 100%;
position: relative;
width: 800px;
margin: 0 auto;
background: #D1DEEF;
} 


#innenwrapper
{
height:100%;
overflow:auto;
background: #FFF3D6;
} 


#header
{
position: absolute;
top: 0;
left:0;
width: 100%;
height:40px;
background: #CCE34A;
}

#footer
{
position: absolute;
bottom: 0;
left:0;
width: 100%;
background: #333;
height:30px;
padding: 3px 0;
text-align: center;
color: #fff;
} 


#posts
{
float: left;
width: 180px;
margin-top: 40px;
background: #ccc;
padding: 5px 5px 30px 5px;
}

#content
{
margin-top: 40px;
margin-left: 190px;
background: #B384A7;
padding: 5px 5px 30px 5px;
} 
