/* CSS Document */

body { 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #222222;
background-image: url("../image/background-page.gif");
background-position: top;
background-repeat: repeat-x;
margin: 20px 0px 30px 0px;
}

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

h3 a:link, h3 a:visited { color: #09F; text-decoration: none; } /*blauwe link*/
h3 a:hover, h3 a:hover { color: #09F; text-decoration: none; } /*blauwe link*/

h1 { color: #999999; font-size: 15px; font-weight: bold; margin: 0px 0px 0px 0px; text-align: center;  padding: 38px 10px 0px 0px; }
h2 { color: #000000; font-size: 17px; font-weight: bold; margin: 5px 0px -5px 0px; }
h3 { color: #936; font-size: 15px; font-weight: normal; margin: 0px 0px -5px 0px; }
h4 { color: #444444; font-size: 14px; font-weight: normal; margin: 0px 0px -5px 0px; } /*voordelen*/
h5 { color: #000000; font-size: 14px; font-weight: normal; margin: 0px 0px -4px 0px; } /*prijzen-actie*/
hr { border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px dashed #999999; margin: 15px 0px 15px 0px; }
img { border: 0; }

.copyright { color: #444444; font-size: 10px; font-weight:lighter; }
.red { color: #F03; font-weight: bold; }
.big-purple { color: #936; font-size: 15px; font-weight: normal; }
.cadeaubon { padding: 5px 5px 5px; margin: 0px 20px 0px 0px; border: 1px solid #999999; }
.textfield { display: block; background-color: #FFF; height: 17px; border: 1px solid #999999; float: left; }
.textarea { display: block; background-color: #FFF; border: 1px solid #999999; }
.flash { margin-left: 20px; margin-bottom: 20px; }
.table-border { border: 1px dashed #999; background-color: #FFF; }
.img-thmb { border: 1px dashed #999; background-color: #FFF; padding: 5px 5px 5px 5px; }
.img-align-right { margin: 0px 0px 20px 20px; }
.img-align-left { margin: 0px 20px 20px 0px; }

.button { 
	display:block;
	background-color: #39F; 
	color: #FFF; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	border: 0px;
	padding: 4px 0px 4px 0px;
	/*float: right;*/
	cursor: pointer;
}

#subject {
 width: 206px;
 height: 87px;
 background-image:url("../image/subject-bg.gif");
 background-repeat: no-repeat;
 background-position: left top;
 margin: 0px 0px 0px 0px;
}

ul#vragen { margin-left: 0px; }
ul#vragen li { list-style: none; display: block; background-color:#FFF; border: 1px dashed #999999; padding: 5px 5px 5px 5px; margin-bottom: 3px; margin-left: -40px; *margin-left: 0px; }
ul#vragen li a { text-decoration: none; display: block; padding: 3px 3px 3px 3px; }
ul#vragen li a:hover { text-decoration: none; background-color: #DFC3C3; }

ul#topnav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 905px;
	list-style: none;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	background-color:#555555;
}
ul#topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
}
ul#topnav li a {
	/*padding: 10px 15px;*/
	padding: 5px 10px;
	display: block;
	color: #F0F0F0;
	text-decoration: none;
}
ul#topnav li:hover { 
	/*background-color: #1376c9;
	background-image: url("../images/topnav_active.gif");
	background-repeat: repeat-x;*/
	background-color:#999999;
	color: #FFFFFF;
	text-decoration: none;
}

ul#topnav li span {
	float: left;
	/*padding: 15px 0px;*/
	padding: 5px 0px;
	position: absolute;
	left: 0;
	top:25px;
	display: none;
	width: 905px;
	/*background: #1376c9;*/
	color: #333333;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color: #666666; }
ul#topnav li span a:hover {text-decoration: none; color: #000000;}
