﻿<!-- 
			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				background: #5c5c5c url("../images/bg.jpg") repeat-x top;
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 12px;
				width: auto;
				height: 100%;
			}


			a {
				color: #000;
			}
			a:hover {
				color: #727272;
			}
			
			img {
				border: 0px;
			}
			
			h2 {
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 24px;	
			}
			
			
			#container {
			     			background: url("../images/bgsite.jpg");
                min-height: 800px;
                margin: 0 auto;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */

			.for1024 {
				width: 1002px;
			}
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#kop {
				width: 947px;
				height: 73px;
				background: url("../images/kop.jpg");
				color: #000;
				text-align: left;
				position: relative;
				margin-left: 25px;
			}

			#visual {
				width: 947px;
				height: 270px;
				background: url("../images/header.jpg");
				color: #000;
				text-align: left;
				position: relative;
				margin-left: 25px;
			}

			
			p {
				padding: 10px;
				font-size: 15px;
				line-height: 20px;
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			.contentkop {
				margin-left: 25px;
				width: 947px;
				height: 59px;
				float: left;		
			}

			.contentkop p {
				color: #000;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 24px;	
				margin-left: 30px;
				margin-top: 16px;
			}

			.contentbg {
				width: 947px;
				height: auto;
				float: left;
				margin-left: 25px;
			}
			
			.contentfooter {
				width: 947px;
				height: auto;
				float: left;
		
			}
			
			.links {
				width: 441px;
				height: auto;
				float: left;
				margin-left: 30px;	
			}

			.rechts {
				width: 463px;
				height: auto;
				float: left;
			}
			
			
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			#footer {
				height: 45px;
				line-height: 45px;
				vertical-align: middle;
				text-align: center;
				margin: 0 auto;
				margin-top: -45px;
				clear: both;
				background: url("../images/footerbg.jpg");
			}
			
			#footer p {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 10px;
				padding: 0;
				line-height: 30px;
			}
