html {
	width: 100%;
	height: 100%;
	overflow:auto;
}

/* Body Properties */

body {
	margin-top: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
	margin-left: 			0px;
	padding: 			0;
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 945px;
	height: 587px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -294px;
	margin-left: -473px;
	background-color: #696d72;
	display:inline;
	z-index:100;
}
#sterk {
	position: absolute;
	z-index: 9000;
	left: 272px;
	top: 32px;
}
#banner {
	position: absolute;
	z-index: 9000;
	left: 595px;
	top: 15px;
}


.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
}

#content {
	position: static;
	padding: 25px;
	width: 650px;
	height: 340px;
	overflow: auto;
	scrollbar-base-color: 		#fcc08e;
	scrollbar-arrow-color: 		#ffffff;
	scrollbar-darkshadow-color: 	#ffffff;
	scrollbar-face-color: 		#fcc08e;
	scrollbar-highlight-color: 	#ffffff;
	scrollbar-shadow-color: 	#f68d34;
	scrollbar-3dlight-color: 	#f68d34;
}
#linkermenu {
	padding-top: 20px;
} 

/* HTML Object Properties */

body, table 			{ font-family: Arial; color: #000000; font-size: 12px; line-height: 17px; }
input, select, textarea 	{ font-family: Arial; color: #000000; font-size: 12px; border: 1px solid #EAB52E; }

A:link, A:visited, A:Active	{ color: #000000; text-decoration: underline; font-weight: normal; }
A:Hover 			{ color: #000000; text-decoration: underline; font-weight: normal; }

br				{ line-height: 11px; }
p				{ line-height: 17px; text-align: left; }
li				{ line-height: 17px; text-align: left; }
img				{ border: 0; }


/* Text Properties */

.small				{ font-size: 9px; }


/* Object Properties */

.pageheading			{ font-size: 15px; font-weight: bold; color: #000000; }
.heading			{ font-size: 14px; font-weight: bold; color: #000000; }
.subheading			{ font-size: 13px; font-weight: bold; color: #EA6C02; }

.orange				{ color: #EA6C02; }

.menu				{ background: #EAB52E url('../images/menu_achtergrond.jpg') no-repeat top; }

.voorpagina a	{ color: #FFFFFF; }

.style2 { 
	font-size: 11px;
	color: #FFFFFF;
}
