@charset "utf-8";
/* CSS Document */
/*
Kleuren
oranje: ef8200
geel: FFF3B0
blauw: 268cc0 
lichtblauw: 2facec ?
grijs: cbcaca
*/

/* Default */
html {
	/*height:100%;*/
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:20px 0 20px 0;
	padding:0px;
	background:#cbcaca;
	/*height:100%;*/
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #ef8200;
}
h1{
	font-size:14px;
	text-transform:none;
	margin-bottom:10px;
}
p, ul, ol, blockquote {
	margin-top: 0;
}
a {
	color: #ef8200;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}

div .error{
	margin-left:20px;
	color:#FF2F2F;
	font-weight:bold;
}
div .message{
	margin-left:20px;
	color:#009900;
	font-weight:bold;
}

/* Header */
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto; /* center */
	padding: 35px 0 0 0;
	background-image:url(/images/header.gif);
	border: 5px solid #FFFFFF;
}

/* Menu */
#menu {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #cbcaca;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 160px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
}
#menu a:hover, #menu .active a {
	background: #ef8200;
	text-decoration:underline;
}

/* Hovermenu */
.menuhover{
	text-align: left;
	margin-top:1px;
	margin-left:5px;
	padding:0px;
	position:absolute;
	visibility: hidden;
	border-top:1px solid white;
	font-size: 11px;
	z-index: 100;
	width: 160px;
}
#menu .menuhover a {
	margin:0px;
	padding:0px;
	width: 160px;
	height: 18px;
	text-decoration: none;
	color:#FFFFFF;
	background: #cbcaca;
	border-top:1px solid white;
}
#menu .menuhover a:hover {
	background: #ef8200;
	text-decoration:underline;
}

/* Splash */
#splash {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */
#content {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}
#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(/images/title_background.gif) repeat-x left top;
	font-size: 1em;
	color: #ef8200; 
/* color: #268cc0; donkerblauw*/
/*	color: #2facec; lichtblauw*/
/*  color: #ef8200; oranje*/
}
#content .story {
	/* Minimale height hack */
	height:auto;
	min-height:400px;
	/* Minimale height hack */

	padding: 20px;
	border: 2px solid #FFF3B0;
	font-size:13px;
	line-height: 20px;
}

.productoverzicht tr.geel{
	/*border:1px solid #ef8200;*/
	background:#FFF3B0;
}
.productoverzicht tr oneven{
	/*border:1px solid #ef8200;*/
}


/* Specificatie tabel */
.specsTable td{
	/*border:1px solid #ef8200; *//*oranje*/
	background:#FFF3B0; /*geel*/
	width:33%;
	font-size:9px;
	vertical-align:top;
}
.specsTable td div{
	padding-left:5px;
}
.specsTable h5{
	color:#FFFFFF;
	background: #ef8200;
	font-size:11px;
}
.specsTable  ul{
	margin-left:20px; 
	margin-bottom:2px;
}
.specsTable  li{
	margin:0px;
	padding:0px;
}


/* form (bestelfomr)*/
.form td {
	vertical-align:text-top;
}
td.label{
 /*font-weight:bold;*/
 color:#666666;
}
.form .input_text{
	width:250px;
}

/* Stappenplan */
.stapNav {
	border:1px solid #ef8200;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: #cbcaca;
	font-weight:bold;
	font-size:14px;
}
.stapNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.stapNav li {
	display: inline;
}
.stapNav a {
	display: block;
	float: left;
	width: 101px;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
}
.stapNav a:hover, .stapNav .active a {
	background: #ef8200;
}
.stapMain {
	border: 1px solid #ef8200;
	border-top:0px;
	height:auto;
	min-height:340px;
	padding:10px;
}

.stap {
	display:none;
	/*border: 2px solid #FFF3B0;*/
}
.stap h1{
	font-size:14px;
	text-transform:none;
	margin-bottom:10px;
}
.stapImg {
	float:right; 
	margin-left:15px;
	cursor:pointer;
}
.stap ul{
	margin-left:20px; 
	margin-bottom:2px;
}
.stap li{
	margin:0px;
	padding:0px;
}


/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #cbcaca;
	border: 5px solid #FFFFFF;
	border-top: none;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ef8200;
}