/* copyright DETLEVSKI */


html
{
	height:100%;
} 


body
{
	margin: 0px;
	padding: 0px;
	font: normal normal normal .8em/1.4em helvetica, arial, sans-serif;
	text-align: left;
	color: #333;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-x;
	background-color:#369;
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em 0;
	color: #000;
	}

h1 { font: normal normal normal 1.6em verdana, helvetica, arial, sans-serif; }
h2 { font: normal normal normal 1.5em verdana,helvetica, arial, sans-serif; }
h3 { font: normal normal normal 1.4em verdana, helvetica, arial, sans-serif; }
h4 { font: normal normal normal 1.3em verdana, helvetica, arial, sans-serif; }

h1 {
	margin: 0 0 .8em 0;
}


p { 
	margin: 0 0 1em 0; 
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
a img {border:none;}

a:link, a:visited {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #063;
	}
	
.feedback {

	color:#C03;
	font-weight:bold;
	font-size:14px;

}



#container {

	background-color:#FFF;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#header {
	display:none;
	}

#navigation {
	display:none;
	}
	
#navigation a {text-decoration: none;}

#navigation li {
	float: left;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2px;
	}

#navigation li a:link,
#navigation li a:visited {
	float: left;
	display: block;
	padding: 0 12px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	}

#navigation li a:hover { color: #333; }
#navigation li a.current:link,
#navigation li a.current:visited { color: #333; }

#content {
	float: left;
	width: 100%;
	padding-top: 15px;
	}

#left
{
	display:none;
}

/* ---------------------------------------------- linkerhoofdmenu ----------------------------------------*/

#nav ul 
{
	text-align:right;
}

#nav li
{
	line-height: 30px;
	border-bottom: 1px solid #666;
}

#nav a 
{
	display:block; 
	padding-right:20px;
	height: 30px;
}

#nav a:link, #nav a:visited
{
	color: #CCC;
	text-decoration: none;
}

#nav a:hover, #nav a.current:link, #nav a.current:visited
{
	color: #063;
	text-decoration: none;
	background-color:rgb(220,220,220);
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#nav ul li a.vet:link, #nav ul li a.vet:visited
{
	font-weight:bold;
	color:#CCC;
}

/* ---------------------------------------------- linkersubmenu ----------------------------------------*/

#nav ul li ul
{
	background-color:#CCC;
}


#nav li ul li
{
	height: 30px;
	background-color:#666;
	border-bottom: none;
}


#nav ul li ul a:link, #nav ul li ul a:visited
{
	color: #333;
	background-color:rgb(190,190,190);
	background-image: none;
}

#nav ul li ul a:hover, #nav ul li ul a.current:link, #nav ul li ul a.current:visited
{
	color: #CCC;
	background-color:rgb(130,130,130);
	background-image: none;
}



#right
{
	position:relative;
}

#right input
{
	background-color: #FFF;
	border: 1px solid #CCC;	
	color:#063;
	padding: 2px 3px;
}

#right input.error
{
	border: 1px solid #C03;	
	color:#C03;	
}

#right select
{	
	color:#C03;
}

#right textarea
{
	background-color: #FFF;
	border: 1px solid #CCC;	
	padding: 2px 3px;
}

#right input[type="radio"] { 
	background-color:transparent; 
	color:#C03;
	border:none;
	padding:0px;
}

#content #right input[type="checkbox"] { 
	background-color:transparent; 
	color:#C03;
	border:none;
	padding:0px 0px;
}


p#pager
{
	color: #C03;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:25px;
}

#pager a:link, #pager a:visited
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}


#pager a:hover
{
	text-decoration: none;
	color:#000;
	font-weight: bold;
}

#footer {
	position: relative;
	height: 60px;
	clear: both;
	}

.toppadding { padding-top: 1px; }
.vet_blauw { font-weight: bold; color: rgb(0,37,89);}
.onderwerp { color:#666; font-style: italic;}

.linksfloater
{
	float:left;
	margin:0px 5px 5px 0px;
	border: 1px solid #666;
}

.rechtsfloater
{
	float:right;
	margin:0px 0px 5px 5px;
	border: 1px solid #666;
}

.linksfloaterzonderborder
{
	float:left;
	margin:0px 5px 5px 0px;
	border: none;
}

.rechtsfloaterzonderborder
{
	float:right;
	margin:0px 0px 5px 5px;
	border: none;
}
	

#jetfins {
	display:none;
}

.margin_top {

margin-top:45px;

}


.vijfentwintig{width:25px;}
.vijftig{width:50px;}
.honderd{width:100px;}
.honderdvijftig{width:150px;}
.tweehonderd{width:200px;}
.tweehonderdvijftig{width:250px;}
.driehonderd{width:300px;}
.driehonderdvijftig{width:350px;}
.vierhonderd{width:400px;}
.vierhonderdvijftig{width:450px;}


.groen {
	color: #063;
}


.vetgroen {
	color: #063;
	font-weight:bold;
}
	
	
.rood {
	color: #C03;
}


.vetrood {
	color: #C03;
	font-weight:bold;
}
	
.licht { background-color: rgb(240, 240, 240);color:rgb(50, 50, 50);}
.licht:hover { background-color: rgb(200, 200, 200); color:rgb(20,20,20);}
.donker{ background-color:  rgb(210, 210, 210);color:rgb(80, 80, 80); }
.donker:hover { background-color: rgb(200, 200, 200); color:rgb(20,20,20);}

#right table td { padding : 3px 8px; }

tr.tabelheaders {

	color:#C03;
	font-weight: bold;
	font-size:14px;
	border-bottom: 1px solid #CCC;
}

table.cmstable td {padding: 3px 10px; }

#content #right table {
	
	margin-bottom: 15px;
}

/* ------------------------------------------------------- hacks -------------------------------------------------------*/

/* Holly Hack, commented backslash verbergt style voor IE-mac \*/
* html #content { height: 1%; }
/* einde verbergen voor IE-mac */


* html ul li a { height: 1em; } /* fix for extra vertical space anchors in list items (YAIEB) */
* html ul li { height: 1em; }