html,body
{
	padding: 0;
	margin: 0 0 25px 0;
	color: #264C74;
	font-family: verdana;
	font-size: 12px;
	background: white;
	text-align: center;
}

#container
{
	position: relative;
	width: 800px;
   height: auto;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 800px;
	height: 237px;
	background: url(../images/header.gif);
}

#middle
{
	position: relative;
	width: 800px;
	height: auto;
	background: url(../images/middle.gif);
}

#footer
{
	position: relative;
	width: 800px;
	height: 292px;
	margin: 0 auto;
	background: url(../images/footer.gif);
	clear: left;
}



#menu
{
	position: relative;
	top: 20px;
	width: 200px;
	float: left;
	height: auto;
	padding-bottom: 25px;
  *padding-bottom: 10px;
}

#weer
{
	position: absolute;
	height: auto; 
	width: auto; 
	left: 20px; 
	margin-top: 88px;
}

#content h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#logo
{
	position: absolute;
	left: 50px;
	bottom: 25px;
	height: auto;
	width: auto;
}

#content1
{
	position: relative;
	top: 15px;
	width: 560px;
	right: 20px;
	float: right;
	margin-bottom: 20px;
	height: auto;
}

#content
{
	position: relative;
	top: 15px;
	left: 10px;
	width: 560px;
	text-align: left;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	height: auto;
	float: left;
}

#content ul
{
	list-style: square; 
}

#content a
{
	color: maroon
}

#content a:hover
{
	color: #264C74;
}

hr
{
	color: #3186B8;
	border: 0;
	height: 1px;
	background-color: #3186B8;
}

img
{
	border: none;
	padding: 15px;
}

a
{
	color: #264C74;
	text-decoration: none;
}

a:hover
{
	color: Maroon;
}

.submenu
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style: square;
}

.submenu li
{
	padding-top: 5px;
	margin-left: -10px;
}

.mainmenu
{
	text-align: left;
	list-style: none; 
	font-family: verdana; 
	font-size: 15px; 
	font-style: italic; 
	margin-left: -25px; 
  *margin-left: 10px; 
}

.mainmenu li
{
		padding-top: 5px;
}

.kop
{
	font-weight: bold;
	color: maroon;
}
