body {
			text-align:					center;
			background:					#e9e9e9;
			color:						black;
			font-family:				verdana;
		}
		#wrapper {
			width:						800px;
			margin:						0 auto;
		}
		#header {	
		}
		#headermenu {
			width:						147px;
			background:					#F0A73E;
			height:						200px;
			float:						left;
			border:						1px solid black;
			border-right:				0px;
			border-top:					0px;
			margin:						0px;
		}
		#headerrechts {
			width:						651px;
			height:						200px;
			border:						1px solid black;
			border-top:					0px;
			border-left:				0px;
			float:						left;
			background-image:			url('images/header.jpg');
		}
 		#container {
      	display: 					table;
      	width: 						800px;
      	min-height: 				563px;
			height:						auto !important;
 			height:						465px;
     		margin-top:					10px;
      	overflow: 					hidden;
      	float: 						left;
      	margin-bottom: 			10px;
    	}
			
		#container .col {
      		padding-bottom: 			20010px;  /* X + padding-bottom */
      		margin-bottom: 				-20000px;  /* X */
    	}
    	#container:after {
    		content: "."; 
   			display: block; 
    		height: 0; 
    		clear: both; 
    		visibility: hidden;
		}

		#container {
			display: inline-table;
		}

		/* Hides from IE-mac \*/
		* html #container {
			height: 1%;
		}
		#container {
			display: block;
		}
		/* End hide from IE-mac */

		#content {
			width:						584px;
			float:						left;
			border:						1px solid black;
			background:					#F0A73E;
			text-align:					left;
			color:						black;
			padding:						10px;
			display: 					table;
		}
		#sponsors {
			width:						162px;
			background:					#F0A73E;
			background-image:			url('images/kika.png');
			background-repeat:		no-repeat;
			background-position: 	95% 99%;
			float:						left;
			border:						1px solid black;
			margin-left:				10px;
			padding:						10px;
			display: 					table;
		}
		#madeby {
			height:						25px;
			width:						798px;
			background:					#F0A73E;
			border:						1px solid black;
			clear:						both;
			color:						black;
		}
		.textblack {
			color:						black;
		}
		.groot {
			color:						black;
			font-size:					20pt;
		}
		a 		{
			text-decoration: 			none; 
			color: 						#ffffff; 
		} 

		a:hover 	{
			color: 						#ffffff; 
			text-decoration: 			underline; 
		} 

		a:active		{
			color: 						#ffffff; 
	}

.vet {
		font-weight: bold;
}

.schuin {

		font-style: oblique;
		}
