body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;	
	background: #F8F6F6;
}

a {
	text-decoration: none;
}

a:link {
	color: #0053D2;
}

a:visited, a:active {
	color: #4237AD;
}

a:hover {
	text-decoration: underline;
}

ul {
margin-left: 0;
padding-left: 20px;
}


#leftmenu {
	position: absolute;
	top: 30px;
	bottom: 0; 
	left: 0;
	width: 196px; /* Width 126px + borders 2*2px; TOTAL 130px*/
	height: 250px;
	overflow: hidden; /* Disable scrollbars */
	background: #F8F6F6;
	color:black;
	border-style: dashed;
	border-width: 2px; 
	
}

#content {

	position: fixed;
	top: 0; 
	left: 200px; /* Leftmenu + borders*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #F8F6F6;
}

.innerdiv {
	margin: 15px; /* Innerdiv padding */
}

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

* html #maincontent { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

div.footer {
	text-align: center;
}


