<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background-image: url(../images/background.jpg);
				background-repeat:no-repeat;
				background-position: top;
				background-color: #222;
				color: #0194e1;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
				width: auto;
				height: 100%;
			}
			code {
				background: #0194e1;
				font-family: Courier, monospace;
				font-size: 16px;
				color: #FFF;
				padding: 3px;
			}
			a {
				color: #000;
			}
			a:hover {
				color: #727272;
			}
			#container {
				background-image: url(../images/.jpg);
				background-repeat:repeat-y;
				background-position: top;
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
            }
			
			#mainbackground{
				background-image: url(../images/backgroundcontainer.png);
				background-repeat:repeat-y;
				background-position: top;
				min-height: 100%;
				_height: 100%;
				margin:0 auto;
			}
			
			/* classen */
			.forfull {
				width: auto;
			}
			.for800 {
				width: 740px;
			}
			.for1024 {
				width: 764px;
				
			}
			
			.space{
				padding-left: 20px;
				padding-top: 10px;
				color: #333;
			}
			
			/* head */
			
			#header {
				width: 766px;
				height: 95px;
				vertical-align: left;
				background:url(../images/head.jpg);
				background-repeat: no-repeat;
				color: #000;
				text-align: left;
				position: relative;
			}
			
			#navigation {
				background-image: url(../images/menu.jpg);
				color:#FFFFFF;
				font-family: Arial;
				right: 0;
				width: 764px;
				height: 26px;
				line-height: 24px;
				text-align: center;
				
			}
			
			#navigation ul {
				display: inline;
				height: auto;
				width: auto;
			}
			#navigation li {
				display: inline;			
				list-style: none;
			}
			#navigation a {
				text-decoration: none;
				color: 			#333;
				padding: 		20px;
				font-family: 	Arial;
				font-size:		15px;
			}
			
			#navigation a:hover {
				color: #0000ff;
			}
			
			/* opname */
			
			p {
				color: #333333;
				padding-left: 35px;
				padding-right: 20px;
				font-size: 11px;
				font-family: Arial;
				line-height: 20px;
			}
			
			h1 {
				color: #333;
				padding-left: 15px;
				padding-top: 5px;
				padding-bottom: 0px;
				font-family: Arial;
				font-size: 15px;
				line-height: 20px;
			}
			
			h2 {
				color: #0000ff;
				padding-left: 20px;
				padding-right: 20px;
				padding-top: 20px;
				padding-bottom: 15px;
				font-family: Arial;
				font-style:italic;
				font-size: 10px;
				line-height: 20px;
			}
			
			h3 {
				color: #333;
				padding-left: 25px;
				padding-top: 10px;
				padding-bottom: 0px;
				font-size: 11px;
				line-height: 20px;
				font-family: Arial;
			}
			
			h4 {
				color: #0000ff;
				padding-left: 20px;
				padding-top: 0px;
				padding-bottom: 0px;
				font-size: 11px;
				line-height: 20px;
				font-family: Arial;
				font-size: 11px;
			}
			
			h5 {
				color: #0000ff;
				padding-left: 25px;
				padding-top: 25px;
				padding-bottom: 5px;
				font-size: 11px;
				line-height: 20px;
				font-family: trebuchet ms;
				font-size: 20px;
			}
			
			
			a{
				text-decoration: underline;
				color: #7e00ce;
				padding: 2px;
				font-family: Trebuchet MS;
				font-size: 11px;
				}
				
			a:hover {
				color: #333;
			}
			
			.image{
				margin-left: 0px;
				margin-right: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
				border: 1px solid #333;
			}
			
			
			/* midden */
			
			.flash {
				background-image: url(../images/flash.jpg);
				width: 764px;
				height: 207px;
				float: left;
			}
			
			.left {
				width: 69px;
				height: auto;
				float: left;
			}
			.main {
				width: 537px;
				height: auto;
				float: left;
				background-image: url(../images/content.jpg);
				background-repeat: no-repeat;
				padding-bottom:20px;
			}
			.adres {
				margin-top:10px;
				width: 227px;
				height: 310px;
				float: left;
				background-image: url(../images/adres.jpg);
				background-repeat: repeat-y;
			}
			.logo {
				width: 261px;
				height: auto;
				float: left;
				background-image: url(../images/logos.jpg);
				background-repeat: no-repeat;
			}
			
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 30px;
				line-height: 20px;
				vertical-align: middle;
				text-align: center;
				margin: 0 auto;
				margin-top: -30px;
				clear: both;
				background-image: url(../images/footer.jpg);
			}
			#footer p {
				font-family: Trebuchet MS;
				color: #666;
				font-size: 10px;
				padding: 0;
				line-height: 40px;
			}
			
			#footer a {
				font-family: Trebuchet MS;
				color: #666;
				font-size: 10px;
				padding: 0;
				line-height: 40px;
			}
			
			#footer a:hover {
				font-family: Trebuchet MS;
				color: #fff;
				font-size: 10px;
				padding: 0;
				line-height: 40px;
			}
