@import url('reset.css?v1.0');
@import url('base.css?v1.0');
@import url('screen.css?v1.0');

body{
	color: black;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;	
	background: none;
}

#container{
	width: 700px;
	background: none;
}

#header{
	display: none;
}

#baseline_top{
	float: right;
	width: 250px;
}

#print_header{
	display: block;
	float: left;
	width: 300px;
}

#navigatie{
	display: none;
}

#adres{
	float: none;
	color: #80a3b7;
	width: 500px;
	font-size: 1em;
}

#adres a:link, #adres a:visited, #adres a:hover, #adres a:active {
	color: #80a3b7;
}


#baseline_bottom{
	margin-top: 0px;
	padding: 0px;
	font-size: 1.1em;
}

#content{
	padding: 35px 0px 15px 0px;
	margin: 0px;
	clear: both;
}


.files{
	display: none;
}

