html,
body{
	margin: 0px;
	height: 100%;
}
{ 
scrollbar-arrow-color:#993300; 
scrollbar-track-color:#ffffff; 
scrollbar-face-color:#fbfbfb; 
scrollbar-highlight-color:#F2F2FF; 
scrollbar-3dlight-color:#666666; 
scrollbar-darkshadow-color:#666666; 
scrollbar-shadow-color:#ffffff; 
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

img{
	border: none 0;	
}

.menu {
	position: absolute;
	z-index: 10;
	width: 150px;
	background-position: top left;
	background-repeat: no-repeat;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	margin: 0px;
	height: 100%;
	display: block;
	float: left;
}
.menu a {
	margin: 0px;
	display: block;
	width:100%;
	height: 16px;
	text-decoration: none; 
	padding: 0px;
	font-size: 5px;
}

#mainlogo {
	position: absolute;
	left: 0px;
	top: 0px;	
}

#menuwrapper {
	position: absolute;
	top: 20px;
	left: 225px;
	z-index: 100;
}

#menuTable {
	height: 100px;
	width: 500px;
}

#menuTable td{
	width: 125px;
	padding: 0;
}

#mainHeader{
	position: absolute;
	left: 223px;
	top: 75px;
	z-index: 1;	
}

#logotitel{
	position: absolute;
	left: 20px;
	top: 175px;	
}

#blinkArea{
	position: absolute;
	left: 10px;
	top: 231px;
}

#scrollUpWrapper{
	position: absolute;
	top: 175px;
	left: 710px;	
}

#scrollDownWrapper{
	position: absolute;
	bottom: 25px;
	left: 710px;	
}

#contentfra{
	position: absolute;
	top: 175px;
	left: 225px;
	width: 470px;
}

#disclaimer {
	position: absolute;
	bottom: 10px;
	left: 20px;
}