#footer {display: none;}


html, body {
height: 100%;
font-size: 100.01%;
margin: 0;
padding:0;
}

#layout {
background-image:url(../../media/bilder/_layout/bg.gif); 
background-repeat:repeat-y;
background-position:center top;
width:800px;
margin:0 auto;
}

#header {
height: 80px;
background-color: #ff0000;
}

#leftside {
float: left;
width: 120px;
background-color: #cccccc;
}

#middle {
float: left;
width: auto;
background-color: #eeeeee;
}

#rightside {
float: right;
width: 120px;
background-color: #cccccc;
}

#clearfooter {
clear: both;
}

#footer {
height:60px;
width:800px;
margin:0 auto; 
background-color: #ffcc33;
}