* {
	margin: 0;
}

/*BROWSERERROR*/
div#browserError{font:normal 12px/16px arial, verdana, sans-serif; background: #00587E; height: 45px}
div.warning{ font:normal 12px/16px arial, verdana, sans-serif; margin: 0 auto; padding: 5px 0; width: 1000px; font-size: 9pt; line-height:14px; color: #fff;}
div.warning a, div.warning a:link, div.warning a:visited{ color: #fff;}
div.warning a:hover, div.warning a:active{ text-decoration: underline; color: #fff;}


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

html, body {
	height: 100%;
	text-align: center;
	margin: 0;
	background:#555142 url('../img/bg.gif') repeat-y center;
}

img {
	border: 0px;	
}

#container {
	width: 920px;
	text-align: left;
	margin: 0 auto;	
} 

#logo{
	width:295px;
	height:170px;
	background:url('../img/logobg.jpg');
	padding-top:55px;
	padding-left:10px;
	float:left;
}

#header{
	width:615px;
	height:225px;
	background:url('../img/header.jpg');
	float:right;
}

#menu{
	width:295px;
	margin-left:10px;
	float:left;
}

#content{
	width:605px;	
	margin-right:10px;
	float:right;
}

#nav{
	width:275px;
	height:40px;
	background:url('../img/nav.gif');	
	margin-bottom:10px;
}

#kop{
	width:605px;
	height:40px;
	background:url('../img/contenttop.gif');	
	margin-bottom:10px;
}

#box{
	background:url('../img/c-bg.gif');	
	min-height: 300px;
}

#top{
	width:605px;
	height:13px;
	background:url('../img/c-top.gif');
}

#bottom{
	width:605px;
	height:13px;
	background:url('../img/c-bottom.gif');
}


.item{
	width:275px;
	height:40px;
	background:url('../img/item.gif');	
}

.foto{
	width: 175px;
	height: 150px;
	float: left;
	margin:10px;
	margin-left:15px;
}

h1{
	padding-top:7px;
	margin-left:10px;
	color:#ffffff;
	font-size:20px;
}

h1 a{
	text-decoration:none;
	color:#ffffff;
}

h2{
	padding-top:4px;
	margin-left:10px;
	color:#ffffff;
	font-size:20px;
}

h2 a{
	text-decoration:none;
	color:#ffffff;
}

p{
	font:normal 12px/17px Verdana,Arial,serif;
	color:#3e3c33;
	padding:0 13px;
}

p a{
	color:#3e3c33;
}

.footer{
	color:#3e3c33;
	font-size:14px;
	text-align:right;	
	padding-top:10px;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}

li{
	width:275px;
	height:40px;
	background:url('../img/menuitem.gif') no-repeat 0 -40px;	
	list-style: none;
	margin-left:-40px;
	text-decoration:none;
}

li a{

	display: block;	
	text-decoration:none;
}

li a:hover{

	background:url('../img/menuitem.gif') no-repeat 0 0;
	margin: -5px 0 0 -10px;
	padding: 5px 0 0 10px;	
	height:35px;
	text-decoration:none;
	overflow: hidden;
}

.actief{
	background:url('../img/nav.gif') no-repeat 0 0;
}

.actief a:hover{
	background:url('../img/nav.gif') no-repeat 0 0;
}


ul a:hover {
	color:#fff;
	text-decoration:none;
}