﻿html>body, html>body #site { 
	height: auto;
	min-height: 100%; 
	height: auto !important;
	height: 100%;

	}

* {
	margin: 0;
	padding: 0;
}

#body  {
	background: #E3E3E3;
	}

.clear {
	clear: both;
}

/*Supersize Plugin Styles*/

		#supersize{
			position:fixed;
		}
		
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
			border: 0;
			position: absolute;
			z-index:0;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}


#flash {
	 z-index:1;
	 position:absolute;
	 position:fixed; 
 	 width: 100%;
	height: 100%;
	background: #E3E3E3;
}

#flashcatch {
	 z-index:10;
	 position:absolute;
	 position:fixed; 
	 width: 100%;
	height: 100%;
	background: 	url('../images/interface/spacer.gif');
}

#site {
	z-index: 100;
	position: absolute;
	width: 990px;
	margin-left: 50%;
	left: -495px;
	}
	
#header {
	height: 80px; 
	width: 990px; 
	background: 	url('../images/interface/header.png') no-repeat 0% 100%;
	}

#headerleft {
	height: 40px; 
	float: left; 
	line-height: 70px;
	}

#headerright {
	height: 40px; 
	float: right; 
	}

#headerright img {
	margin-right: 20px;
	border:	0px;
}

#center {
	/* margin: 0 auto; */
	width: 990px;
}


#container {
	float: left;
}

#contentkaderhead{
	width: 			690px;
	height: 		27px;
	background: 	url('../images/interface/contentkaderhead.png');
}

#contentkadercontent{
	width: 			690px;
	background: 	url('../images/interface/contentkaderbg.png');
	padding-bottom: 1px;
	padding-top: 	1px;
}


#contentkaderfooter{
	width: 			690px;
	height: 		27px;
	background: 	url('../images/interface/contentkaderfooter.png');
	margin-bottom:	40px;
}


#inhoud {
	width: 			620px;
	margin:			0 auto;
	font-size: 		12px;
}

#footer {
	height: 23px; 
	padding-top: 22px;
	position: absolute; 
	margin-bottom: -1px;
	bottom: 0; 
	width: 990px;
	margin-left: 50%;
	left: -495px;
	background: 	url('../images/interface/footer.png') no-repeat;
	z-index: 50;
	clear: both;
	text-align: center;
	font-family: 	"Trebuchet MS", arial;
	color: 			#999999;
	font-size: 		11px;
	}