span:hover {color: #004a6f;}
.sidemenu span:hover{color: white;}
.content span:hover{color: white;}

body {
	 background: #f3f3f3 url('plaatjes/background.jpg') repeat-x;
	 margin: 0px;
	 padding: 0px;
	 font-family: arial;
	 font-size: 16px;
	 color: white;
	 font-style: italic;
	}

a {
	 color: #004a6f;
	 text-decoration: underline;
	 cursor: pointer;
	}
	a:hover {
		 color: white;
		}

h1 {
	 font-size: 20px;
	 font-style: italic;
	 font-weight: normal;
	 color: white;
	 margin: 0px;
	 padding: 0px;
	}

#mainwrapper {
	 width: 100%;
	 background: url('plaatjes/header_background.jpg') repeat-x;
	}

#frame1 {
	 height: 0px;
	 width: 0px;
	 visibility: hidden;
	}

#header {
	 width: 811px;
	 height: 182px;
	 margin: auto;
	}
	#header #header_logo {
		 width: 199px;
		 height: 100%;
		 background: url('plaatjes/logo.jpg');
		 float: left;
		}
		
	#header #header_plaatjes {
		 background: url('plaatjes/header/header1.jpg') no-repeat;
		 width:612px;
		 height: 100%;
		 float: left;
		}
	 
	#logo {
		 width: 211px;
		 height: 182px;
		 background: url('plaatjes/greenteam.png') no-repeat;
		 background-position: center right;
		 
		}

#menu {
	 width: 100%;
	 height: 38px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 text-align: center;
	}
	#menu a {
		 position: relative;
		 top: 6px;
		 margin-left: 20px;
		 margin-right: 20px;
		 /*font-style: italic;*/
		 font-size: 20px;
		 text-decoration: none;
		 color: black;
		 cursor: pointer;
		 z-index: 5;
		}
	

#menu_content {
		 position: absolute;
		 top: 182px;
		 background: url('plaatjes/topmenu.jpg') repeat-x;
		 width: 100%;
		 height: 38px;
		 margin-top: 10px;
		 margin-bottom: 10px;
		 text-align: center;
		 z-index: 4;
		}

#wrapper {
	 margin: auto;
	 width: 811px;
	 position: relative;
	 top: -120px;
	 z-index: 3;
	}
	#wrapper #wrapper_top {
		 background: url('plaatjes/content_top.png');
		 height: 135px;
		 width: 100%;
		}
	 
	#wrapper #wrapper_midden {
		 background: url('plaatjes/content_midden.png') repeat-y;
		 min-height: 400px;
		 overflow: hidden;
		}
	 
	#wrapper #wrapper_bottom {
		 background: url('plaatjes/content_bottom.png') no-repeat;
		 height: 71px;
		 width: 100%;
		 font-size: 11px;
		}
		#wrapper #copyright {
			 width: 190px;
			 text-align: right;
			 vertical-align: bottom;
			 position: relative;
			 top: 30px;
			}
	 
	#wrapper .sidemenu {
		 width: 211px;
		 float: left;
		}
		#wrapper .sidemenu a {
			 color: white;
			}
		 
		#wrapper .sidemenu a:hover {
			 font-weight: bold;
			 font-style: normal;
			}
		 
		#wrapper .sidemenu li a {
			 color: green;
			}
		 
		#wrapper .sidemenu li a:hover {
			 color: white;
			 font-weight: normal;
			 font-style:italic;
			}
		 
		#wrapper .sidemenu h1 {
			 margin-bottom: 20px;
			}
	 
	#wrapper .content {
		 width: 600px;
		 font-family: Verdana;
		 font-size: 14px;
		 float: left;
		 font-style: normal;
		}
		#wrapper_midden .content h1 {
			 font-family: arial;
			 color: #004a6f;
			}
		 
		#wrapper_midden .content h2 {
			 font-family: arial;
			 font-style: italic;
			 font-weight: normal;
			 font-size: 18px;
			}

.nieuws {
	 width: 250px;
	 margin-left: 10px;
	 padding: 10px;
	 float: left;
	 border: solid #004a6f 1px;
	 background: #8eba97;
	}

.padding {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	}

#footer {
	 width: 100%;
	 height: 20px;
	 background: url('plaatjes/header_background.jpg');
	 text-align: right;
	 font-size: 11px;
	 position: fixed;
	 left: 0px;
	 bottom: 0px;
	}
	#footer p {
		 margin-top: 2px;
		 margin-right: 10px;
		}