

body {
	margin: 0;
	padding: 0;
	background: #0c3379 url(images/.jpg) top left repeat;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;	
	}		

div#kader {
	background-color: transparent;
	width: 800px;
	height: auto;
	margin: 50px auto 50px auto;
	text-align: left;
	border-width: 0;
	}
	
div#header {
	background: transparent url(images/header_01.gif) top left no-repeat;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	border-width: 0;
	}
	
#f #header {
	background: transparent url(images/header6.gif) top left no-repeat;
	}	
#c #header {
	background: transparent url(images/header3.gif) top left no-repeat;
	}	
#b #header {
	background: transparent url(images/header2.gif) top left no-repeat;
	}	
#h #header {
	background: transparent url(images/header8.gif) top left no-repeat;
	}	
#i #header {
	background: transparent url(images/header91.gif) top left no-repeat;
	}
#d #header {
	background: transparent url(images/header4.gif) top left no-repeat;
	}
#e #header {
	background: transparent url(images/header5.gif) top left no-repeat;
	}
#g #header {
	background: transparent url(images/header7.gif) top left no-repeat;
	}
	
div#content {
	background: transparent url(images/midcont_11.gif) top left repeat-y;
	margin-left: 0px;
	padding: 15px;
	// float: right;
	clear: both;
	width: 520px;
	min-height: 243px;
	}
	
html>body div#content { 
	margin-left: 250px;
	clear: none; 
	}		

h1#home {
	font-size: 26px;
	text-align: center;
	margin: auto 20px auto 20px;
	}

p {
	margin: auto 20px auto 20px;
	font-size: 14px;
	line-height: 130%;
	
	}
	
div#curvymiddle {
	background: transparent url(images/images/webzite-outline_02.gif) top left no-repeat;
	padding-left: 265px;
	
	height: 110px;
	clear: right;
	text-align: left;
	}
	
div#content2 {
	background: transparent url(images/images/webzite-outline_03.gif) top left repeat-y;
	padding: 0 20px 0 20px;
	height: auto;
	
	clear: right;
	text-align: center;
	margin: 0 0 0 0;
	}
	
div#footer2 {
	background: transparent url(images/images/webzite-outline_05.gif) top left no-repeat;
	height: 55px;
	clear: both;
	text-align: left;
	padding-left: 480px;
	
	}
	
/*div#nav {
	color: white;
	text-align: left;
	margin-top: 0px;
	background: transparent url(images/topnav_03.gif) top left no-repeat;
	width: 220px;
	
	}*/
	 

	

/* CSS for the tabs starts here */

	#nav {
		float:left;
		width:220px;
		margin-top:-22px;
		font-size:14px;
		line-height:80%;
		background: transparent url(images/topnav_03.gif) top left no-repeat;
	}
	
	
	
	#nav ul {
		float:left;
		margin:0;
		margin-top:43px;
		padding:0 0 0 0px;
		list-style:none;
		list-style-type:none;
		}

	#nav li {
		//margin:-3px 0 -3px 0px;
		padding:0 0 0 0px;
		background:url(images/midnav_06.gif) 0px 100% repeat-y;
		width:220px;
	}
	
html>body #nav li { 	
	margin:0 0 0px 0px;
	}
	
	#nav li:hover {
		background-position:0px 50%;
	}
	
	#nav a {
		float:left;
		display:block;
		color:white;
		font-weight:bold;
		padding:7px 0px 7px 28px; /*t r b l padding link*/
		text-decoration:none;
	}
	#nav li:hover a {
		background: white url(images/sgorp.jpg) 28px 50% no-repeat;
		width:162px;
		padding-left: 58px;
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:green;  /*color hover non selected tab*/
		text-decoration:none;
	}
	
	/* selected tab */
	#a #nav #t1,
	#b #nav #t2,
	#c #nav #t3,
	#d #nav #t4,
	#e #nav #t5, 
	#f #nav #t6,
	#g #nav #t7,
	#h #nav #t8,
	#i #nav #t9 {
		padding-left:0px; /* breedte van linker img nav1 */
		margin:0px 0px 0px 0px; /* marge rond om tab */
		
	}
	
	#a #nav #t1 a,
	#b #nav #t2 a,
	#c #nav #t3 a,
	#d #nav #t4 a,
	#e #nav #t5 a, 
	#f #nav #t6 a,
	#g #nav #t7 a,
	#h #nav #t8 a,
	#i #nav #t9 a {
		background: white url(images/sgorp.jpg) 28px 50% no-repeat;
		padding:7px 0px 7px 58px; /*t r b l padding link hover*/
		color:red; /*non hover selected tab*/
		margin:0px 0px 0px 0px; /* marge rond om tab */
		
	}

#endnav	{
	float:left;
	margin:0 0 0px 0px;
	padding:0 0 0px 0px;
	background:url(images/bottomnav_08.gif) top left no-repeat;
	width:220px;
	clear: left;
	height: 50px;

}

	/* Standaard links 	*/

a:link,

a:visited {
	text-decoration : none;
	color: green;
	background: transparent; 
	}

a:hover {
	text-decoration : none;
	color: white;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: red;
	background: transparent;  
	}
	
*/	