/* $Id: style.css,v 1.1 2008/06/25 12:11:44 alex Exp $ */
body {
 margin: 0;
 padding: 0;
 border: 0;
 overflow: hidden;
 height: 100%; 
 max-height: 100%; 
}

#leftmenu {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 200px;
 height: 100%;
 overflow: hidden;
 background: #c1c1c1; 
 color: #000000;
}

#mainpage {
 position: fixed;
 top: 0;
 left: 200px; 
 right: 0;
 bottom: 0;
 overflow: auto;
 background: #fff;
}

.pagecontainer {
 margin: 15px;
}

.menuitem {
 font-size: 13px;
 list-style-type: none;
 padding-top: 10px;
 padding-left: 5px;
}

.menuitem li {
 padding-top: 3px;
}

.expiredDomains {
 text-align: center;
}

* html body { 
 padding: 0 0 0 200px;
}

* html #mainpage { 
 height: 100%; 
 width: 100%; 
}

