/* 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: #063;
	}

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

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

#left h3 {

	color:#C03;
	text-align:right;
	margin: 20px 20px 20px 0px;
	font-weight:bold;
}


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: #C00;
	font-weight: bold;
	}

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

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

}



#container {
	margin:0 auto 0 auto;
	padding-bottom:120px;
	position:relative;
	width:940px;
	background-color:#CCC;
	background: url(../img/container_980.gif) repeat-y;
	min-height:100%;
	height:auto !important;
	height:100%;	
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#header {
	height: 140px;
	background-color: #FFF;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	}

#navigation {
	height: 40px;
	background-image: url(../img/navigatie.gif);
	background-repeat: repeat-x;
	border-top: 1px solid rgb(217,220,230);
	line-height: 40px;
	}
	
#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:15px 0 100px 0px;
	position:relative;
	}

#left
{
	float: left;
	margin-left:1px;
	margin-top:10px;
	width: 189px;
	background-color:#333;
	font-size:0.8em;
	position:relative;
}

/* ---------------------------------------------- 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
{
	margin-left: 220px;
	width:690px;
	position:relative;
}


#right input
{
	background-color: #FFF;
	border: 1px solid #CCC;	
	color:#333;
	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;
	color:#333;
}

#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;
}

#right input[type="submit"] { 
	background-color:#CCC; 
	color:#C03;
	border:none;
	padding: 3px 5px;
	font-weight:bold;
}


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 {
	height: 1px;
	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 10px 10px 0px;
	border: 1px solid #666;
}

.rechtsfloater
{
	float:right;
	margin:0px 0px 10px 10px;
	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 {
	position: absolute;
	right:-30px;
	top:-120px;
	width:200px;
	height:160px;
	z-index:1;
}

.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;
}

.zoekresultaat {

	color:#0F0;
	font-weight:bold;
}


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


.vetrood {
	color: #C03;
	font-weight:bold;
}
	
.licht { background-color: rgb(250, 250, 250);color:rgb(50, 50, 50);}
.licht:hover { background-color: rgb(210, 210, 210); color:#063;}
.donker{ background-color:  rgb(230, 230, 230);color:rgb(80, 80, 80); }
.donker:hover { background-color: rgb(210, 210, 210); color:#C03;}
.attentie { background-color:  rgb(244,250,88);color:rgb(255, 0, 0); }
#right table td { padding : 3px 8px; }

#ledentabel {

	width:100%;
}

tr.tabelheaders {

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

#ledentabel a:link, #ledentabel a:visited{

 color:#333;
 font-weight:normal;

} 

#ledentabel a:hover{

 color:#063;

} 


#ledentabel a.bewerk:link, #ledentabel a.bewerk:visited{

 color:#06C;
 font-weight:bold;
 text-decoration:none;

} 

#ledentabel a.bewerk:hover{

 color:#063;

} 


#ledentabel tr.tabelheaders a:link, #ledentabel tr.tabelheaders a:visited{

 color:#06C;
  font-weight:bold;

} 

#ledentabel tr.tabelheaders a:hover{

 color:#063;

} 

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

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

#content #right ul

{
	margin-bottom:15px;

}

#content #right li
{
	padding-left: 20px;
	background-image: url(../img/content_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content #right ul#geen li
{
	padding-left: 0px;
	background-image: none;
}

#smoelenboek
{
	margin: 10px 0px 0px 0px;
	position: relative;
}

* html #smoelenboek {height: 1%;} /*Holly Hack*/

#smoelenboek div
{
	float: left;
	width: 200px;
	height: 200px;
	padding: 5px;
	background-color: #FFF;
	margin: 10px 20px 10px 0px;
	position: relative;
	background-image: url(../img/smoel.gif);
	background-repeat: no-repeat;
}

#smoelenboek div img {

	display:block;
	margin: 0 auto;

}

#smoelenboek div  div {

	position: absolute;
	bottom:0;
	left: 0;
	width: 200px;
	padding-left:10px;
	height: 16px;
	line-height: 16px;
	background-color:#FFF;
	background-image: none;
	opacity:0.4;
	color:#000;

}

#smoelenboek div  div.info {

	position: absolute;
	width: 185px;
	top:0px;
	left:5px;
	background-color:transparent;
	z-index:1;
	color:#FFF;
	opacity:0.6;
	font-size:12px;
	font-weight:bold;

}

.vijftienpixmarginbottom

{
	margin-bottom:15px;

}

.dertigpixmarginbottom

{
	margin-bottom:30px;

}



#smoelenboek div  div a:link, #smoelenboek div  div a:visited  {

	text-decoration:none;
	color:#000;

}

#smoelenboek div  div a:hover  {

	text-decoration:none;
	color:#C03;

}

code {

	font-size:14px;
	font-weight:bold;

}

#content input.bluebutton
{
	margin:0px;
	padding:0px;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../img/bluebutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}


#content input.bluebutton:hover {

	background-position: 0px -32px;
}

#content input.redbutton
{
	margin:0px;
	padding:0px;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../img/redbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}


#content input.redbutton:hover {

	background-position: 0px -32px;
	color: #333;
}

div#iflow {

	overflow:hidden;

}
/* ------------------------------------------------------- hidden counter ----------------------------------------------*/
counter {
visibility:hidden;
}

/* ------------------------------------------------------- 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; }