html {
	overflow-y: scroll;
}

body {
	min-width: 990px;
	margin: 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #2f2a2b;
	background: #ffffff;
}

/*img, div, h1, h2, h3, a, button { behavior: url(/pngfix/iepngfix.htc); }*/
#top-wrapper img, #top-wrapper div, #top-wrapper a, #top-wrapper button{ behavior: url(/pngfix/iepngfix.htc); }

a {
	color: #2f2a2b;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	color: #BB2110;
	text-decoration: underline;	
}

span.none { position: absolute; left: -9999px; }

.right {
	float: right !important;
}

/* Top */
#top-wrapper {
	height: 250px;
	clear: both;
	background: url(/img/top-bg.gif) repeat-x;
	position: relative;
}

#top-wrapper #top {
	width: 990px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

#top-wrapper #top .visual {
	width: 400px;
	height: 249px;
	position: absolute;
	z-index: 1;
	left: 360px; 
	top: 0;
}

#top-wrapper #menu {
	width: 990px;
	height: 50px;
	position: absolute;
	z-index: 5;
	left: 0; 
	top: 0;	
}

#top-wrapper #menu ul {
	width: 800px;
	float: left;
}
#top-wrapper #menu ul li { float: left; }
#top-wrapper #menu ul li a {
	height: 30px;
	padding: 20px 15px 0;
	float: left;
	background: url(/img/menu-devider.png) no-repeat;
	font-size: 1.2em;
	color: #ffffff;
}
#top-wrapper #menu ul li a.home,
#top-wrapper #menu ul li a.uitloggen {
	background: none; 
}
#top-wrapper #menu ul li a:hover {
	color: #2f2a2b;
	text-decoration: none;
}

#top-wrapper #menu .zoekfunctie {
	width: 180px;
	margin: 10px 0 0;
}
#top-wrapper #menu .zoekfunctie input {
	width: 140px;
	height: 17px;
	margin: 5px 0;
	padding: 3px 5px 0;
	float: left;
	background: url('/img/zoekfunctie-input-bg.gif') no-repeat top;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #2f2a2b;
}

#top-wrapper #menu .zoekfunctie button {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border: medium none;
	cursor: pointer;
	background: url('/img/zoekfunctie-button-bg.png') no-repeat top;
}

#top-wrapper #header {
	width: 990px;
	height: 200px;
	position: absolute;
	z-index: 5;
	left: 0; 
	top: 50px;	
}

#top-wrapper #header .header-left {
	width: 330px;
	margin: 40px 0 0;
	float: left;
}

#top-wrapper #header .header-left h1{
	width: 330px;
	height: 125px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}


#top-wrapper #header .header-right {
	width: 250px;
	height: 165px;
	margin: 20px 0 0;
	padding: 0 5px 5px;
	background: url('/img/header-navigatie-4.png') no-repeat top;
}

#top-wrapper #header .header-right a {
	width: 250px;
	height: 40px;
	clear: both;
	display: block;
}

#top-wrapper #header .header-right a#header-navigatie-ondernemersinfo{	background-image: url('/img/header-navigatie-ondernemersinfo.png');	background-repeat: no-repeat;}
#top-wrapper #header .header-right a#header-navigatie-consumenteninfo{	background-image: url('/img/header-navigatie-consumenteninfo.png');	background-repeat: no-repeat;}
#top-wrapper #header .header-right a#header-navigatie-opleidingeninfo{	background-image: url('/img/header-navigatie-opleidingeninfo.png');	background-repeat: no-repeat;}
#top-wrapper #header .header-right a#header-navigatie-registerfitnessprofessionals{	background-image: url('/img/header-navigatie-registerfitnessprofessionals.png');	background-repeat: no-repeat;}

/* Content */
#content-wrapper {
	min-height: 250px;
	clear: both;
	background: url(/img/content-bg.gif) repeat-x bottom;
	overflow: hidden;
}

#content-wrapper #content {
	width: 990px;
	margin: 0 auto;
}

/* Bottom */
#bottom-wrapper {
	height: 75px;
	clear: both;
	background: url(/img/bottom-bg.gif) repeat-x;
}

#bottom-wrapper #bottom {
	width: 990px;
	margin: 0 auto;
}

#bottom-wrapper #bottom a{
	color: #ffffff;
}

#bottom-wrapper #bottom .bottom-left {
	width: 650px;
	padding: 0 5px;
	float: left;
	text-align: left;
}

#bottom-wrapper #bottom .bottom-right {
	width: 320px;
	padding: 0 5px;
	text-align: right;
}

#bottom-wrapper #bottom .bottom-left .bottom-bold,
#bottom-wrapper #bottom .bottom-right .bottom-bold {
	padding: 15px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

#bottom-wrapper #bottom .bottom-left .bottom-normal,
#bottom-wrapper #bottom .bottom-right .bottom-normal {
	padding: 15px 0 0;
	font-size: 1.1em;
	color: #ffffff;
}