*{
	font-family: verdana;
	font-size: 11px;
}

body{
	margin: 0px;
	background-color: #ffffff;
}

div#container{
	position: absolute;
	left: 50%;
	background: url("./images/background.gif") repeat-y top left;
	width: 872px;
	margin-left: -436px;
	background-color: #ffffff;
}

div#header{
	width: 872px;
	height: 155px;
}

div#menu{
	width: 140px;
	position: relative;
	float: left;
	left: 23px; 
	line-height: 30px;
	
}

div#content{
	position: relative;
	right: 30px;
	float: right;
	width: 670px;
	background-color: #F3F3F3;
}

div#contentTekst{
	position: relative;
	left: 10px;
	top: 10px;
	width: 650px;
	background-color: #F3F3F3;
}

div#contentRight{
	float: right;
	width: 202px;
	background-color: #F3F3F3;
}

div#footer{
	float: left;
	width: 872px;
	background-color: #da9e0f;
	height: 31px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	font-weight: bold;
	background: url("./images/footer.gif") no-repeat top left;
}

/***************************** MENU *****************************/

div.menu_items a {    
    	display: block;
    	text-decoration: none;
    	color: #ffffff;
    	width: 137px;
    	text-align: left;
    	text-indent: 10px;
    	font-weight: 300;
    	border-top: 1px solid #F3F3F3;
    	background-color: #1E8FC3;
	}
	
div.menu_items a:hover {    
    	text-decoration: none;
    	color: #E47029;
    	background-color:#1E8FC3;
    	
    	
	}
	
div.menu_items a:active {
    		background-color:#1E8FC3;
    		hcolor: #E47029;
	}

/***************************** MENU *****************************/

input{
	border: 1px solid #000000;
	width: 200px;
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
