html {
padding: 0;
}
body {
margin: 0;
padding: 0;
border: 0;
background-color:#00a3b4;
overflow:hidden;
height:100%;
max-height:100%;
}
img {
border:0px;
}
#content {
background-image: url(http://www.atomic.de/pics/fillinger3.gif);
background-position: top left;
background-attachment: fixed;
background-repeat: repeat;
bottom:0;
left:155px;
overflow:auto;
position:absolute;
right:0;
top:0;
bottom:0;
padding: 0px 0px 0 0px;
}

#left {
width: 155px;
height:100%
background-color:#351000;
position:absolute;
overflow-y: auto;
overflow-x: hidden;
left: 0;
top: 0;
bottom: 0;
}
ul.menulist{
padding:20 0 0 0px;
margin:0;
list-style-type: none;

}
ul.menulist li{
background:transparent url(pics/buttontop.gif) no-repeat scroll center top;
height:70px;
display:block;
margin:15px 0 0 0;
}
ul.menulist li.active{
background:transparent url(pics/buttonright.gif) no-repeat scroll center top;
}
ul.menulist li:hover {
background:transparent url(pics/buttonright.gif) no-repeat scroll center top;
}
ul.menulist a {
padding: 60px 0 0 0;
display:block;
text-align:center;
}
.hiddenPic {display:none;}

* html body{ /*IE6 hack*/
padding: 0 0 0 155px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
div#limitwidth {
width:850px;
min-height:500px;
padding: 20px 0px 0px 0px;
background-color:#000000;
}

