body{
font-family : Verdana, Arial;
font-size : 11px;
background-image : url(../images/black.gif);
background-repeat : repeat-x;
}
#center{
width : 800px;
margin-left : auto;
margin-right : auto;
}

#topline{
position : absolute;
top : 0px;
width : 800px;
height : 55px;
padding : 0px;
padding-right : 0px;
background-color : #000000;
color : #ffffff;
background-image : url(../images/logo.gif);
background-repeat : no-repeat;
text-align : right;
}
	#topline ul{
	padding-top : 10px;
	}
	#topline li{
	list-style-type: none;
	display : inline;
	color : #FFFFFF;
	padding : 10px;
	padding-top : 0px;
	border-left : 1px solid #ffffff;
	}
	#topline a{
	color : #ffffff;
	text-decoration : none;
	}
	#topline a:hover{
	color : #FF8501;
	text-decoration : none;
	}
	
#orangeline1{
position : absolute;
top : 55px;
width : 800px;
height : 216px;
padding : 0px;
background-color : #FF8501; /* oranje */
}

#footer{
position : absolute;
top : 551px;
width : 780px;
height : 60px;
padding : 10px;
background-color : #E5E5E5; /* grijs */
text-align : center;
color : #858585;
overflow : hidden;
}

#copy{
color : silver;
letter-spacing : -1px;
padding-top : 4px;
}
	#copy a{
	text-decoration : none;
	color : silver;
	}
	
	#copy a:hover{
	text-decoration : none;
	color : silver;
	}

#bigpic{
position : absolute;
left : 35px;
display : none;
z-index : 100;
border : 1px solid;
background-color : #E5E5E5;
padding : 5px;
}
input.w100{
width : 100px;
}
input.w300{
width : 300px;
}
textarea.w300{
width : 300px;
}

