@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	padding-bottom:100px;
	min-width: 750px;
	min-height: 300px;
	background-color: white;
	color:#000000;
	font-family: "Helvetica Neue", "Lucida Grande", "Tahoma", Helvetica, Arial, sans-serif, Verdana;
	font-size:13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Light", "Lucida Grande", "Tahoma", Helvetica, Arial, sans-serif, Verdana;
	letter-spacing:1px;
	line-height: normal;
	font-weight:normal;
	}

h2 {
margin-bottom:8px;
}

h4 {
margin-bottom:8px;
font-weight:bold;
}

a:link, a:visited, a:active{
font-weight:bold;
color:#333333;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

select{
font-size:11px;
color:#333333;
border:solid 1px #999999;
margin-bottom:3px;

}

input{
font-size:11px;
color:#333333;
border:solid 1px #999999;
margin-bottom:3px;
}

textarea{
font-size:11px;
color:#333333;
border:solid 1px #999999;
margin-bottom:3px;
}

div.container {
width: 500px;
margin-left:auto;
margin-right:auto;
padding-bottom:100px;
margin-bottom:100px;
}

div.header{
margin-top:20px;
}

div.header img{
	border:none;
}

div.header div.headertext{
display:inline;
padding-bottom:10px;
color:#000000;
}

div.header div.headertext a{
text-decoration:none;
color:#000000;
}


div.specs{
margin-bottom:30px;
font-size:11px;
}

div.images img {
	border:none;
}

div.kader{
border-bottom:solid 1px #999999;
padding-top:3px;
margin:0px;
margin-bottom: 3px;
display:block;
float:left;
clear:both;
width:100%;
vertical-align:middle;
display:block;
}

div.kader span{
padding:0px;
margin:0px;
vertical-align:middle;
}

.intro{
clear:both;
display:block;
color:#666666;
font-size:11px;
}

.aantal{
font-size:10px;
color:#999999;
font-style:italic;
}

div.images a:link, div.images a:visited, div.images a:active{
	background-color: #dddddd;
	padding: 7px;
	border:none;
	display:block;
	clear:none;
	margin:10px;
	float:left;
}

div.images{
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:50px;
padding-bottom:100px;
}

div.image_group{
margin-bottom:100px;
}

div.images a:hover{
	background-color: #999999;
	padding: 7px;
	border:none;
	clear:none;
}

.menu{
	background-color:#FFFFFF;
	width:100%;
	height:25px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	padding:0px;
	text-align:center;
}

.menu ul{
margin:0px;
padding:0px;
padding-top:6px;
}

.menu ul li{
	display:inline;
	list-style:none;
	margin-left:5px;
	padding-right:8px;
 	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.menu ul li a:link, .menu ul li a:active, .menu ul li a:visited {
color:#333333;
text-decoration:none;
}

.menu ul li a:hover{
text-decoration:underline;
}

label{
display:block;
float:left;
width:150px;
}

form p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display:block;
	clear:both;
}

.rood{
color:#FF0000;
}

.groen{
color:#009933;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #999999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
background-image:none;
padding:0px;
}

ul#tabnav li.active { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
background-image:none;
padding:0px;
}

ul#tabnav li.active a { /* settings for selected tab link */
background-color: #ffffff; /* set selected tab background color as desired */
color: #333333; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #efefef; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
background-image:none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
