/* Algemene instellingen */

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	height: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #F0EEEE url(../images/body_bg.jpg) left bottom repeat-x;
	overflow: hidden;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #F0EEEE;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #F0EEEE;
	scrollbar-track-color: #FFFFFF;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin: 0px 0px 15px 0px;
}

input, textarea
{
	border: 1px solid #585FBA;
	width: 200px;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #749B26;
	margin: 1px 0px;
}

table
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Einde Algemene instellingen */

/* Algemene opmaak */

#welkomlink a
{
	position: absolute;
	right: 15px;
	top: 25px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/home.jpg) left top no-repeat;
	padding-top: 4px;
}

.radiobutton
{
	border: none;
	width: 15px;
	background: none;
}

.groen
{
	color: #749B26;
}

.rand
{
	border: 1px solid #585FBA;
}

.silhouet
{
	float: right; 
	margin: 10px 0px 10px 15px;
	display: inline;
}

.relatief
{
	position: relative;
	width: 100%;
}

#schaduw_boven
{
	position: absolute;
	left: 0px;
	top: 15px;
	background: url(../images/schaduw_boven.jpg) left top repeat-x;
	width: 100%;
	height: 112px;
	z-index: 0;
}

#logo
{
	position: absolute; 
	left: 7px; 
	top: 22px; 
	z-index: 1;
	display: block;
}

#menuknoppen_positie
{
	position: absolute; 
	right: 0px; 
	top: 95px; 
	z-index: 1;
	width: 550px;
}

.actief_menu_knop
{
	height: 40px;
	width: 125px;
	float: right;
	display: inline;
	margin-left: 9px;
	background: url(../images/menu_knop.jpg) left top no-repeat;
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: #585FBA;
	text-align: center;
}

.actief_menu_knop a
{
	height: 40px;
	width: 125px;
	float: right;
	display: inline;
	color: #585FBA;
}

.actief_menu_knop a:hover
{
	color: #749B26;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	width: 125px;
	border: none;
}

.menu_knop a
{
	height: 40px;
	width: 125px;
	float: right;
	display: inline;
	margin-left: 9px;
	background: url(../images/menu_knop.jpg) left top no-repeat;
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: #749B26;
	text-align: center;
}

.menu_knop a:hover
{
	color: #749B26;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	width: 125px;
}

.binnen_menuknop
{
	margin-top: 10px;
}

#schaduw_boven_inhoud
{
	position: absolute; 
	left: 0px; 
	top: 127px; 
	z-index: 0; 
	width: 100%; 
	height: 9px; 
	background: url(../images/schaduw_boven_wit.jpg) 1px top repeat-x;
}

#binnenkant
{
	position: absolute; 
	width: 990px; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
	overflow: auto; 
	z-index: 0;
}

#extra_achtergrond
{
	background: url(../images/achtergrond.jpg) 712px bottom no-repeat;
	height: 100%; 
	z-index: 0;
}	

#inhoud
{
	width: 950px; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#schaduw_onder_inhoud
{
	position: absolute; 
	left: 50%; 
	bottom: 24px;
	margin-left: -500px; 
	z-index: 1; 
	width: 1000px; 
	background: url(../images/bodem_bg.jpg) -2px top no-repeat; 
	height: 8px; 
	font-size: 1px;
}

#adresbalk
{
	position: absolute; 
	left: 0px; 
	bottom: 5px; 
	z-index: 0; 
	background: url(../images/adresbalk.jpg) left top repeat-x; 
	width: 100%; 
	height: 19px;
}

#adresbalk_tekst
{	
	position: absolute;
	left: 0px;
	top: 2px;
	width: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: center;
}

/* Einde Algemene opmaak */

/* Inhoudelijke opmaak */

#koptekst
{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #585FBA;
	border-bottom: 1px solid #F0EEEE;
	width: 950px;
	margin-left: 20px;
	margin-top: 10px;
}

#links_index
{
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-left: 23px;
	display: inline;
	line-height: 20px;
}

#rechts_index
{
	float: right; 
	width: 214px;
	margin-right: 20px;
	display: inline;
}

.subkop
{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #585FBA;
	margin-bottom: 7px;
}

/* Einde inhoudelijke opmaak */
