img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #2EA4FF;
	font-size: 15px;
	padding-bottom: 7px;
}

input, select {
	color: #2EA4FF;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

label {
	float: left;
	width: 125px;
	padding-top: 5px;
}

a {
    color: #2EA4FF;
}

html {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top 1550px;
	background-color: #DADADA;
	font-family: arial;
	padding: 0px;
	margin: 0px;
	color: #919191;
}

body {
	font-size: 12px;
}

.streep {
	color: red;
	text-decoration: line-through;
}

.submit {
	background-color: #DFDFDF;
	padding: 5px;
	width: 503px;
	margin-top: 10px;
}

.submit_center {
	background-color: #DFDFDF;
	padding: 5px;
	width: 385px;
	margin-top: 10px;
	padding-left: 125px;
}

.submit input, .submit_center input {
	color: #666666;
}

.small {
	width: 50px;
}

.clear { clear:both; }

.top {
	width: 100%;
 	height: 150px;
	
	border-bottom: 3px solid #0090FF;
	background:url(../images/bg-repeat.jpg) repeat-x;
	background-color: #F6F6F6;
	margin:0 auto;
	z-index:10;
}

.headers {
	width: 1010px;
	height: 150px;
	position: relative;
	background: url('../images/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 20;
	left: 50%;
	margin-left: -505px;
}

.header {
	background-repeat: no-repeat;
	background-position:13em 0.3em;
}

.header .taal {
	float: right;
	color: #5F5F5F;
	margin-top: 20px;
	margin-right: 75px;
}

.menu {
	margin-left: 196px;
	padding-top:119px;
}

.menu .informatie {
	width: 39px;
	height: 64px;
	background-image: url('../images/informatie.png');
	float: left;
}

.menu .items {
	display:inline;
	width: 710px;
	height: 31px;
}

.menu .items ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu .items li {
	float: left;
	display:inline;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	margin-top: 0px;
	height: 31px;
	list-style-type: none;
}

.menu .items a {
	float: left;
	background:url("../images/menu_left.png") no-repeat left top;
	margin-right: 0px;
	padding-top: 0px;
	text-decoration:none;
	background-position:0% 0px;
 }

.menu .items a span {
	float:left;
	display:block;
	background:url("../images/menu_right.png") no-repeat right top;
	padding: 12px 33px 12px 33px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	background-position:100% -0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu .items a span {float:none;}

/* End IE5-Mac hack */
.menu .items a:hover span, .menu .items a#Active span{
	color:#fff;
	background-color:#ff8700;
}

.menu .items a:hover, .menu .items a#Active {
	background:url("../images/menu_left_hover.png") no-repeat left top;
}

.menu .items a:hover span, .menu .items a#Active span {
	background:url("../images/menu_right_hover.png") no-repeat right top;
}

.subitems_erom {
	float: left;
	width: 425px;
}

.subitems {
	float: left;
 	width: 416px;
	height: 29px;
	background-color: #E9E9E9;
	border-top: 3px solid #0090FF;
}

.subitems .nav {
	margin-top: 3px;
	float: left;
	font-size: 10px;
}

.subitems .nav a {
	font-size: 10px;
}

.subitems span {
	color: #CBCBCB;
}

.subitems strong {
	color: #2EA4FF;
}

.subitems ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.subitems li {
	float: left;
	padding-top: 9px;
	margin-right: 10px;
	padding-left: 5px;
}

.subitems a {
	font-size: 12px;
	text-decoration: none;
	color: #B2B2B2;
}

.subitems a:hover {
	color: #0090FF;
}

.subitems_right {
	width: 9px;
	height: 30px;
	background-image: url('../images/subitems_right.png');
	float: right;
	margin-top: 3px;
}

.login {
	float: right;
	width: 225px;
	height: 13px;
	margin-top: 3px;
	margin-right: 76px;
}

.login .registreren {
	float: left;
	width: 13px;
	height: 17px;
	background-image: url('../images/registreren.png');
}

.login .buttons {
	float: right;
	width: 212px;
	height: 17px;
	background-color: #E8E8E8;
}

.buttons ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.buttons li {
	float: left;
	font-size: 9px;
	padding-top: 4px;
	margin-right: 5px;
}

.buttons a {
	text-decoration: none;
	color: #0090FF;
}

.login_button {
	float: right;
	width: 99px;
	margin-top: 4px;
	margin-right:76px;
}

.login_button:hover {
    filter: alpha(Opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	background-color: white;
}

#container {
	margin: 0px auto;
	width: 900px;
	margin-top: 55px;
}

#container .left, #container .right {
	float: left;
	width: 160px;
}

#container .left a, #container .right a {
    color: #B1B1B1;
    text-decoration: none;
}

#container .left a:hover, #container .right a:hover {
    color: #0090FF;
}

#container .left li, #container .right li {
    padding-bottom: 3px;
}

.zoeken {
	float: left;
}

.zoeken_top {
	float: left;
	width: 125px;
	height: 14px;
	background-image: url('../images/zoeken_top.png');
	padding-left: 25px;
	padding-top: 4px;
	color: white;
	font-weight: bold;
}

.zoeken_center {
	float: left;
	width: 142px;
	padding-top: 5px;
	padding-left: 8px;
	background: url(../images/sidebar_center.png) repeat-y;
}

.zoeken_center input {
	width: 122px;
	border: 1px solid #E4E4E4;
	color: #0090FF;
}

.zoeken_bottom {

	float: left;
	width: 81px;
	height: 15px;
	background: url(../images/zoeken_bottom.png) no-repeat;
	padding-top: 7px;
	padding-bottom:0px;
	padding-left: 71px;
	
}

.navigatie {
	float: left;
	margin-top: 15px;
}

.navigatie_top {
	float: left;
	width: 125px;
	height: 16px;
	background-image: url('../images/navigatie_top.png');
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	font-weight: bold;	
}

.navigatie_center {
	float: left;
	width: 140px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 1px;
	background-image: url('../images/sidebar_center.png');
}

.navigatie_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
	margin-left: 1px;
}

.informatie {
	float: left;
}

.informatie_top {
	float: left;
	width: 125px;
	height: 16px;
	background-image: url('../images/informatie_top.png');
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	font-weight: bold;	
}

.informatie_center {
	float: left;
	width: 142px;
	padding-top: 5px;
	padding-left: 8px;
	background-image: url('../images/sidebar_center.png');
}

.informatie_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.contact {
	float: left;
}

.contact_top {
	float: left;
	width: 125px;
	height: 16px;
	background-image: url('../images/contact_top.png');
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	font-weight: bold;	
}

.contact_center {
	float: left;
	width: 142px;
	padding-top: 5px;
	padding-left: 8px;
	background-image: url('../images/sidebar_center.png');
}

.contact_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.chat {
	float: left;
}

.chat_top {
	float: left;
	width: 125px;
	height: 14px;
	background-image: url('../images/chat.png');
	padding-left: 25px;
	padding-top: 3px;
	color: white;
	font-weight: bold;	
}

.chat_support {
	float: left;
	width: 150px;
	height: 120px;
}

.contact_top {
	float: left;
	width: 125px;
	height: 14px;
	background-image: url('../images/contact_top.png');
	padding-left: 25px;
	padding-top: 3px;
	color: white;
	font-weight: bold;	
}

.beeld {
	float: left;
	margin-top: 8px;
}

.beeld_top {
	float: left;
	width: 125px;
	height: 14px;
	background-image: url('../images/beeld_top.png');
	padding-left: 25px;
	padding-top: 3px;
	color: white;
	font-weight: bold;	
}

.beeld_center {
	float: left;
	width: 142px;
	padding-top: 5px;
	padding-left: 8px;
	background-image: url('../images/sidebar_center.png');
}

.beeld_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.downloads {
	float: left;
}

.downloads_top {
	float: left;
	width: 125px;
	height: 16px;
	background-image: url('../images/downloads.png');
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	font-weight: bold;	
}

.downloads_center {
	float: left;
	width: 142px;
	padding-top: 5px;
	padding-left: 8px;
	background-image: url('../images/sidebar_center.png');
}

.downloads_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.referenten {
	float: left;
}

.referenten_top {
	float: left;
	width: 125px;
	height: 16px;
	background-image: url('../images/referenten.png');
	padding-left: 25px;
	padding-top: 7px;
	color: white;
	font-weight: bold;	
}

.referenten_center {
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
	background-image: url('../images/sidebar_center.png');
	text-align: center;
}

.referenten_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/zoeken_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

#container .center {
	float: left;
	width: 565px;
	margin-top: 1px;
	margin-left: 15px;
}

.content_top {
	float: left;
	width: 530px;
	height: 37px;
	background-image: url('../images/content_top.png');
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding-left: 16px;
	line-height: 18px;
}

.content_center {
	float: left;
	width: 536px;
	background: url('../images/content_center.png') repeat-y;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content_bottom {
	float: left;
	width: 546px;
	height: 15px;
	background-image: url('../images/content_bottom.png');
}

#container .right {
	float: left;
	width: 160px;
}

.winkelwagen {
	float: left;
}

.winkelwagen_top {
	float: left;
	width: 125px;
	height: 27px;
	background-image: url('../images/winkelwagen_top.png');
	padding-left: 25px;
	font-weight: bold;
	color: white;
	line-height: 20px;
}

.winkelwagen_center {
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
	background-image: url('../images/right_center.png');
	padding-bottom: 10px;
}

.winkelwagen_bottom {
	float: left;
	width: 81px;
	height: 35px;
	background-image: url('../images/right_bottom.png');
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 69px;
}

.webwinkel {
	float: left;
}

.webwinkel_top {
	float: left;
	width: 140px;
	height: 27px;
	background-image: url('../images/webwinkel_top.png');
	font-weight: bold;
	color: white;
	padding-left: 10px;
	line-height: 20px;
}

.webwinkel_center {
	float: left;
	width: 138px;
	padding-top: 5px;
	padding-right: 12px;
	background-image: url('../images/webwinkel_center.png');
	padding-bottom: 10px;
}

.webwinkel_center li {
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.webwinkel_center li:hover {
	background-image: url('../images/menu_hover.png');
}

.webwinkel_center a {
	color: white !important;
}

.webwinkel_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/webwinkel_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.overige {
	float: left;
}

.overige_top {
	float: left;
	width: 125px;
	height: 27px;
	background-image: url('../images/overige_top.png');
	padding-left: 25px;
	font-weight: bold;
	color: white;
	line-height: 20px;
}

.overige_center {
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
	background-image: url('../images/right_center.png');
	padding-bottom: 5px;
}

.overige_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/right_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.betaling {
	float: left;
}

.betaling_top {
	float: left;
	width: 125px;
	height: 27px;
	background-image: url('../images/betaling_top.png');
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 25px;
}

.betaling_center {
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 12px;
	background-image: url('../images/right_center.png');
	padding-bottom: 10px;
	text-align: center;
}

.betaling_bottom {
	float: left;
	width: 150px;
	height: 15px;
	background-image: url('../images/right_bottom.png');
	background-repeat: no-repeat;
	padding-top: 7px;
}

.footer {
	width: 100%;
	background-color: #B8B8B8;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #6C6C6C;
}

.footer .links {
	padding-top: 10px;
}

.footer .links, .footer .links a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.footer .links a:hover {
    text-decoration: underline;
}

.line {
	background-color: #C6E6FF;
}

.sitemap ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sitemap li {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sitemap ol {
	padding-left: 20px;
}

.sitemap ol a {
	color: #999999;
	text-decoration: none;
}

.staffel_prijzen {
	float:left;
	margin-top:10px;
	clear:both;
	border:#09C 1px solid;
	width:510px;
}

.staffel_prijzen table {
	width:100%;
}

.staffel_prijzen table th{
	padding:5px;
	border-bottom:solid 1px #CCC;
	width:33%;
}

.staffel_prijzen table td{
	padding:5px;
	background:#F9F9F9;
	border-top:dashed 1px #CCC;
	border-left:dashed 1px #CCC;
}
