body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1E1E1E;
	background-image: url(images/home-bg.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01ADFF;
}
a:visited {
	color: #01ADFF;
}
a:hover {
	color: #01ADFF;
}
a:active {
	color: #01ADFF;
}
.wrapper {
	width:877px; 
	height:100%;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.menu {
	background-image:url(images/home-menu-bg.gif);
	padding-top:18px;
	padding-left:17px;
	height:154px;
	width:159px;
	text-align:left;
	font-size: 12px;
}

.menu ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-top:7px;
}
	
.menu li a  { 
	color: #ffffff; 
	font-size: 12px;
	text-decoration: none; 
	display:block;
	height: 25px;
	padding: 10px 0 0 20px;
	text-align:left; 
	width:139px;
}

.tekst {
	background-image:url(images/home-tekst-bg.jpg);
	font-size:11px;
	padding:17px;
	height:169px;
	width:142px;
	color:white;
	text-align:justify;
}

