@CHARSET "ISO-8859-1";

#container{
	width:866px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid black;
	position:relative;
	height:680px;
}

#header1{
	width:568px;
	height:20px;
	line-height:20px;
	text-align:center;
}

#left{
	margin:0;
	padding:0;
	width:298px;
	float:left;
}

#nvm{
	position: absolute;
	top:620px;
	left:250px;
}
#logo{
	width: 298px;
	height: 120px;
	
}

#spotlight{
	position:absolute;
	top:130px;
	left:80px;
}


#nav{
	background: url("images/bird1.gif") 0 0;
	text-align: right;
	height:560px;
}

#nav ul{
	list-style: none;
	margin-top:200px;
}



.li1{
	background: url("images/li_back_small.gif") no-repeat;
	font-size:8px;
}

#nav li{
	padding:10px;
	background: url("images/li_back.jpg") no-repeat; 
	background-position: 100%;
}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
}

#nav a:hover{
	color:#000000;
}

#nav a:active{
	color:#000000;
}

#right{
	float:right;
	width:568px;
}

#header{
	width:568px;
	height:120px;
}

#content{
	background: url("images/content_back.jpg") repeat-x;
	height:560px;
	text-align: left;
	overflow: auto;
}

#content_aanbod{
	background: url("images/content_back.jpg") repeat-x;
	height:560px;
	text-align: left;
	overflow: auto;
}

#content p{
	margin-top: 10px;
	margin-left: 10px;
	font-size:12px;
	line-height: 140%;
}

#content a{	color:#009900;}
#content a:hover{ color:#990000;}
#content h1{ color:#009900; font-size: 16px; margin-left:8px; margin-top:10px; margin-bottom:-5px;}

input.tekst {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	height:16px;
	border: 1px solid #009900;
}

input.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:44px;
	height:16px;
	border: 1px solid #009900;
}
input.large {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:147px;
	height:16px;
	border: 1px solid #009900;
}

.submit {
	color: #009900;
	background-color: #FFFFFF;
	border: 1px solid #009900;
	font-weight: bold;	
	text-align: center;
	width:206px;
	height: 20px;
	cursor:hand;
}