/* CSS Document */
*	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
body	{
	margin: 20px;
	padding: 0px;
	background: #ac0024;
	}
ul {
	margin-top: 0px;
	}	
a:link, a:visited, a:active	{
	color: #deb505;
	}
a:hover	{
	color: #000;
}
/**************************************************************************
Intro tekst opmaak
**************************************************************************/
.platte_tekst	{
	margin-left: 240px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 400px;

	min-height: 250px;
	height: auto !important;
	height: 250px;
}
.platte_tekst h1 {
/* 160 procent van de grootte '10' die we eerder hadden vastgesteld  maakt nu 16*/
	font-size: 160%;
	line-height: 130%;
	font-weight: bold;
	}
.platte_tekst h2 {
	font-size: 160%;
	line-height: 130%;
	font-weight: bold;
	}
.platte_tekst h3 {
	display: inline;
	}
.platte_tekst a:link, .platte_tekst a:active, .platte_tekst a:visited {
	color: #000;
}
.platte_tekst a:hover {
	color: #deb505;
} 
#hometekst {
	margin-top: -20px;
	height: 200px;
	}
#hometekst ul {
	margin-top: 0px;
	margin-bottom: -20px;
	padding-bottom: 0px;
	}
/**************************************************************************
Foto'tje
**************************************************************************/	
#meisje {
	float:right;
	clear:none;
	margin: -307px 0px 0px 0px;
	}
/**************************************************************************
Adresgegevens opmaak
**************************************************************************/
#adresgegevens {
	margin: 0px;
	text-align: right;
}
#adresgegevens	p {
	text-align: left;
	margin: 0px;
	clear: both;
	padding: 5px;
	font-size: 90%;
	color: #ac0024;
	background: #FFF;
	font-weight: bold;
	}
/**************************************************************************
Layout opmaak
**************************************************************************/
#wrapper	{
	background: url(../beelden/bg_repeat.jpg) #FFF repeat-y;
	margin: 0 auto;
	width: 886px;
	border: 2px solid #FFF;
	}
#bubbels	{
	position:absolute;
	margin-left: -30px;
	margin-top: 50px;
	}
#banner	{
	background: url(../beelden/banner.jpg) no-repeat;
	width: 100%;
	height: 200px;
	}
/**************************************************************************
Navigatie/menu onderdelen
**************************************************************************/
#navbalk	{
	position: relative;
	width: 643px;
	top: 117px;
	margin-left: 246px;
	}
#navbalk span	{
	display:none;
	}
#home	{
	float:left;
	background: url(../beelden/home_up.jpg) no-repeat;
	width: 70px;
	height: 36px;
	}
#home_active {
	float: left;
	background: url(../beelden/home_active.jpg) no-repeat;
	width: 70px;
	height: 36px;
	}
#home a {
	display: block;
	width: 70px;
	height: 36px;
	}
#fitness	{
	float:left;
	background: url(../beelden/fitness_up.jpg) no-repeat;
	width: 95px;
	height: 37px;
	}
#fitness_active {
	float:left;
	background: url(../beelden/fitness_active.jpg) no-repeat;
	width: 95px;
	height: 37px;
}	
#fitness a {
	width: 95px;
	height: 37px;
	}
#zwembad	{
	float:left;
	background: url(../beelden/zwembad_up.jpg) no-repeat;
	width: 102px;
	height: 37px;
	}
#zwembad_active {
	float:left;
	background: url(../beelden/zwembad_active.jpg) no-repeat;
	width: 102px;
	height: 37px;
}
#zwembad a {
	width: 102px;
	height: 37px;
}
#praktijk	{
	float: left;
	background: url(../beelden/praktijk_up.jpg) no-repeat;
	width: 90px;
	height: 37px;
	}
#praktijk_active	{
	float: left;
	background: url(../beelden/praktijk_active.jpg) no-repeat;
	width: 90px;
	height: 37px;
	}
#praktijk a {
	width:100%;
	height: 37px;
	}
#nieuws	{
	float: left;
	background: url(../beelden/nieuws_up.jpg) no-repeat;
	margin-top: 13px;
	width: 92px;
	height: 39px;
	}
#nieuws_active	{
	float: left;
	background: url(../beelden/nieuws_active.jpg) no-repeat;
	margin-top: 13px;
	width: 92px;
	height: 39px;
	}
#nieuws a {
	width: 92px;
	height: 39px;
	}
#fitness a, #zwembad a, #praktijk a,  #nieuws	a {
	display: block;
	}
/**************************************************************************
Dropdown menutjes
**************************************************************************/	
.dropdownmenu	{
	position: absolute;
}
.dropdownmenu a:link, .dropdownmenu a:visited , .dropdownmenu a:active {
	border: 1px solid black;
	display: block;
	background: #000;
	padding: 5px 20px 5px 10px;
	color: #FFF;
	text-decoration: none;
	}
.dropdownmenu a:hover	{
	color: #000;
	background: #FC0;
}
#fitness_sub a, #zwembad_sub a, #praktijk_sub a, #nieuws_sub a {
	height: 20px;
}
#fitness_sub 	{
	top: 30px;
	width: 110px;
	margin-left: 13px;
	}
#zwembad_sub	{
	top: 30px;
	width: 102px;
	margin-left: 8px;
	}
#praktijk_sub	{
	top: 36px;
	margin-left: 8px;
	width: 200px;
	}
#nieuws_sub {
	top: 40px;
	width: 100px;
	margin-left: 10px;
	}
	
/**************************************************************************
Vacatures
**************************************************************************/	
.vacature	{
	width: 400px;
	margin-bottom: 20px;
	}
.functie	{
	font-weight: bold;
	display: block;
	font-size: 20px;
	padding: 12px 12px 0px 0px;
	}
.meer	{
	border: 1px dotted black;
	padding: 3px;
	}
/**************************************************************************
De tweede navigatie onderin.
**************************************************************************/	
#navigatie2	{
	font-weight:bold;
	position:relative;
	width: 886px;
	margin: 5px auto;
	text-align: center;
	}
#navigatie2 ul li {
	display: inline;
	padding: 0px 30px;
	}	
#navigatie2 ul li a:link, #navigatie2 ul li a:visited, #navigatie2 ul li a:active	{
	text-decoration: none;
	font-size: 120%;
	}
#navigatie2 ul li a:hover	{
	color: #000;
	}