*{
	margin	: 0px;
	padding	: 0px;
}

body{
	padding-top	: 20px;
	background	: #fff url('./img/bgsite.jpg') repeat-x scroll top left;
	font-family: verdana;
	font-size: 10pt;
	margin-bottom: 10px;
}

h1{
	font-size: 12pt;
	color: #1C497C;
	margin-bottom: 5px;
}

h2{
	font-size: 11pt;
	color: #1C497C;
	margin-bottom: 2px;
	margin-top: 3px;
}

h3{
	font-size: 11pt;
	color: #1C497C;
}

hr{
	margin-top: 2px;
	margin-bottom: 2px;
}
#container{
	width	: 820px;
	margin	: 0px auto;
	padding-top: 10px;
	background: #FFFFFF url('./img/background.bmp') repeat-y left top;
	border: 2px solid #346585;
}

#content{
	width	: 800px;
	margin	: 0px auto;
	margin-bottom: 10px;
	border	: 1px solid #98BEF8;
}

#header{
	height	: 100px;
	width	: 800px;
}

#logo{
	width: 256px;
	height: 100px;
	float: left;
	background: url('./img/logo.jpg') no-repeat;
}

#kroon{
	width	: 167px;
	height	: 100px;
	float	: right;
	margin-right: 70px;
	background: url('./img/kroon.jpg') no-repeat;
}
#rechts a{
	text-decoration: none;
}
#rechts a:hover{
	text-decoration:underline;
}
#rechts a:visit{
	color: #1C497C;
}
#links ul{
	margin-left:25px;
	margin-top: 5px;
}

/* ------------------------ MENU ------------------------------------------- */
#menu{
	margin-top	: 20px;
	width		: 800px;
	height		: 30px;
	background	: url('./img/bg.bmp') repeat-y;
}

#menu ul { list-style: none; }

#menu li { float: left; }

#menu a {
	display: block;
	margin-right: 3px;
	padding: 6px 15px 6px 18px;
	text-decoration: none;
	font-family: verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	background: #12629C;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------- */
#main{
	width: 800px;
	margin-top: 10px;
}
	
#links{
	width:505px;
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

#rechts{
	width: 250px;
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;

}

#footer{
	clear: both;
	width: 800px;
	height: 25px;
	background:  url('./img/bg.bmp') repeat-y;
}

