html{
	font-family: "Verdana", Arial, schreefloos;
	background: #5c99c7;
}
body{
	font-size: 12px;
}

*{
	padding: 0;
	margin: 0;
}

a{ color: inherit; }
* a img { text-decoration: none; border: 0; }
td{ padding: 3px; }
p {padding-bottom: 5px;}

h1,h2,h3 { text-align: left; padding-bottom: 10px;}

#wrapper{
	width: 1000px;
	margin: auto;
	border: 1px solid #497fc7;
	border-width: 0 1px;
	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding-bottom: -1px;
}

#header{
	background: white url('images/header.png');
	height: 95px;
	padding: 75px 0 0 400px;
}
#menu{
	overflow: hidden;
	font-size: 13px;
}
	#menu ul{
		list-style: none;
		width: 390px;
	}
	#menu li{
		float: left;
		margin-right: 20px;
		height: 30px;
	}
		#menu li a{
			color: white;
			text-decoration: none;
		}
		#menu li a:hover, #menu li a:active, #menu li a.active {
			text-decoration: underline;
		}
#content{overflow: hidden; background-color: white; padding: 0 25px 10px 0;;}
	#content-left{
		float: left;
		width: 375px;
		padding-top: 40px;
		background: transparent url('images/logobottom.png') no-repeat;
		text-align: center;
	}
		#content-left img{
			background-color: #eeeeee;
			border: 1px solid #ccc;
			padding: 3px;
		}
	#content-right{
		float: left;
		width: 595px;
		text-align: justify;
		padding-right: 5px;
	}

		#content-right p img{
			background-color: #eeeeee;
			border: 1px solid #ccc;
			padding: 3px;
			margin: 0 3px 3px 0;
		}
	#content ul{
		padding-left: 20px;
	
	}


#footer{
	clear: both;
	background: green url('images/footer.png');
	height: 35px;
	line-height: 35px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
	border-bottom: 1px solid #497fc7;
	border-top: 1px solid #999;
	position: relative;
	margin-bottom: -1px;
	font-size: 10px;

}
	#footer a{ text-decoration: none; }