html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #F0F0F0;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #82D61A;
	font-size: 28px;
	font-weight: normal;
}

img {
/*	border: 0px;*/
}

div.hr {
	height: 5px;
	background: #fff url(../img/hr2.png) no-repeat scroll center;
}
div.hr hr {
	display: none;
}

#pane img {
	border: 0px;
}

a {
	color: #4775A3;
}
a:hover {
	color: #95D519;
}


#kader {
	width: 997px;
	margin: auto;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
}

#kader-1 {
	width: 989px;
	float: left;
}

#kader-links {
	width: 8px;
	height: 716px;
	float: left;
	background-image: url(../img/bg_main_left.gif);
	background-repeat: no-repeat;
}
#kader-rechts {
	width: 8px;
	height: 716px;
	float: right;
	background-image: url(../img/bg_main_right.gif);
	background-repeat: no-repeat;
}

#wrapper {
	background-color: white;
	width: 981px;
	float: right;
}

#header {
	background-color: #FFFFFF;
	height: 163px;
}
#logo {
	position: absolute;
	background-image: url(../img/logo.jpg);
	height: 83px;
	width: 288px;
	margin-top: 42px;
	margin-left: 59px;
}

ul.referenties {
	list-style-type: none;
}

/************** HOOFDMENU******************/
#wrapper #menu {
	background-image: url(../img/bg_menu_main2.jpg);
	background-repeat: repeat-x;
	height: 32px;
}

ul#hoofdmenu {
	padding: 0;
	margin: 0;
	
}
ul#hoofdmenu li {
	display: inline-block;
	height: 25px;
	list-style-type: none;
	padding-right: 20px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 7px;
	border-left: 1px solid #3c3c3c;
}
ul#hoofdmenu li:first-child, ul#hoofdmenu li:first-child:hover, ul#hoofdmenu li.active:first-child {
	border-left:none
}
ul#hoofdmenu li.active {
	background-color: #82D61A;
}
ul#hoofdmenu li:hover, ul#hoofdmenu li.active {
	background-color: #82D61A;
	border-left: 1px solid #3c3c3c;
}

ul#hoofdmenu li a {
	font-size: 14px;
	text-decoration: none;
	height: 32px;
	color: white;
}
/*
ul#hoofdmenu li.active a {
	background: url(../img/menu_pijl.gif) bottom center no-repeat;
}
*/
/**********DROP SUBMENU**********************/

.dropmenu {
	display: none;
	width: 200px;
	position: absolute;
	z-index: 10;
}

.dropmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 20px;
}

.dropmenu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #3C3C3C;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.dropmenu ul li:hover {
	background-color: #82D61A;
}
.dropmenu ul li a {
	font-size: 11px;
	text-decoration: none;
	color: white;
}
.dropmenu ul li a:hover {
}
.dropmenu ul li a.active {
}



/**********SWAP PANE**********************/
#wrapper #pane {
	background-image: url(../img/bg_pane_main.jpg);
	height: 240px;
}
#wrapper #pane #arrow-left {
	position: absolute;
	margin-top: 86px;
	margin-left: 32px;
}
#wrapper #pane #arrow-right {
	position: absolute;
	margin-top: 86px;
	margin-left: 908px;
}
#wrapper #pane #swap {
	position: absolute;
	overflow: hidden;
	width: 820px;
	height: 193px;
	margin-top: 20px;
	margin-left: 80px;
}

#swap .box {
	position: absolute;
	width: 820px;
	height: 193px;
	color: white;
	font-size: x-large;
}
#swap .box .image {
	position: absolute;
	width: 130px;
	margin-left: 80px;
	margin-top: 20px;
}
#swap .box .content {
	font-size: 11px;
	margin-left: 250px;
	margin-top: -20px;
}
#swap .box .content h2 {
	color: white;
	font-size: 24px;
	font-weight: normal;
}
#swap .box .content ul {
	list-style-image: url(../img/pijl_groen.gif);
	line-height: 20px;
}
#swap .box .content .meer {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}
#swap .box .content .meer:hover {
	text-decoration: underline;
}

/*********************PAGINA*********************************/

#wrapper #side {
	float: right;
	width: 220px;
	margin-right: 25px;
	margin-top: 65px;
	margin-bottom: 45px;
}
#wrapper #side .inhoud {
	padding-left: 0px;
}


#wrapper #side .inhoud .offerte {
	height: 40px;
	cursor:pointer; 
	background-image: url(../img/offerte.gif);
	
}
#wrapper #side .inhoud .high {
	background-image: url(../img/offerte2.gif);
}

#wrapper #side .inhoud .side-box {
	color: #5C5C5C;
	margin-top: 15px;
	background-color: #F1F1F1;
	border: 1px solid #D4D4D4;
	padding: 10px;
	line-height: 20px;
}
#wrapper #side .inhoud .side-box h2 {
	margin-top: 0px;
	font-size: 16px;
}
#wrapper #side .inhoud .side-box label {
	display: block;
	font-weight: bold;
}
#wrapper #side .inhoud .side-box input.text {
	color: #5C5C5C;
	width: 100%;
	font-size: 10px;
	height: 12px;
}
#wrapper #side .inhoud .side-box input.btn {
	color: #5C5C5C;
	font-size: 10px;
	border: 1px solid #D4D4D4;
}

#wrapper .nieuwsbrief input#email, #wrapper .nieuwsbrief input#field1 {
	width: 100%;
}

.nieuwsbrief .error {
	border: 1px solid red;
}
.nieuwsbrief .error-msg {
	display: none;
	color: red;
}

/*********************PAGINA*********************************/

#wrapper #pagina {
	float: left;
	width: 711px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 65px;
}
#wrapper #pagina #menu-2 {
	float: left;
	width: 200px;
	margin-top: 55px;
}
ul#submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 20px;
}
ul#submenu li {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../img/submenu_lijn.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
ul#submenu li:hover {
}
ul#submenu li a {
	font-size: 12px;
	text-decoration: none;
	color: #295E99;
}
ul#submenu li a:hover {
	background-color: #3C3C3C;
	color: white;
}
ul#submenu li a.active {
	background-color: #3C3C3C;
	color: white;	
}

#wrapper #pagina .content {
	float: right;
	width: 511px;
	float: right;
	color: #3C3C3C;
}
#wrapper #pagina .content .inhoud {
	padding-left: 20px;
	padding-right: 40px;
	text-align: justify;
	line-height: 20px;
}


/*********************GREEN*********************************/
#wrapper #green {
	background-image: url(../img/bg_green.jpg);
	height: 137px;
}
#wrapper #green h2 {
	font-size: 18px;
	font-weight: bold;
	color: white;
	float: left;
	top: 10px;
	margin-top: 10px;
	margin-left: 40px;
}
#wrapper #green #green-1 {
	width: 654px;
	float: left;
}
#wrapper #green #green-1-1 {
	width: 327px;
	float: left;
}
#wrapper #green #green-1-2 {
	width: 327px;
	float: right;
}
#wrapper #green #green-3 {
	width: 327px;
	float: right;
}
#wrapper #green ul {
	list-style-image: url(../img/pijl_wit.gif);
	line-height: 20px;
	margin-top: 2px;
	padding-left: 80px;
}
#wrapper #green ul a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #green ul a:hover {
	text-decoration: underline;
}


/*********************FOOTER*********************************/
#wrapper #footer {
	padding-left: 0px;
	margin-top: 20px;
	padding-right: 0px;
	margin-bottom: 20px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-y;
}

#wrapper #footer #footer-1 {
	width: 490px;
	float: left;
}
#wrapper #footer #footer-2 {
	width: 490px;
	float: right;
}
#wrapper #footer #footer-1-1 {
	width: 245px;
	float: left;
}
#wrapper #footer #footer-1-2 {
	width: 245px;
	float: right;
}
#wrapper #footer #footer-2-1 {
	width: 245px;
	float: left;
}
#wrapper #footer #footer-2-2 {
	width: 245px;
	float: right;
}
#wrapper #footer h2 {
	font-weight: normal;
	padding-left: 42px;
	margin-left: 20px;
	margin-top: 0px;
}
#wrapper #footer ul {
	padding-left: 80px;
	list-style-image: url(../img/pijl_blauw.gif);
	line-height: 25px;
}
#wrapper #footer ul a {
	color: #3C3C3C;
	text-decoration: none;
}
#wrapper #footer ul a:hover {
	text-decoration: underline;
}

/*********************BREADCRUMB*********************************/
#wrapper #breadcrumb {
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	height: 15px;
}
#breadcrumb .pijl_blauw {
	display: inline-block;
	width: 7px;
	height: 5px;
	background-image: url(../img/pijl_blauw.gif);
}
#breadcrumb a {
	font-weight: bold;
}


/*********************KADER*********************************/
#kader #bottom {
	background-image: url(../img/bg_main_bottom.gif);
	background-repeat: no-repeat;
	height: 41px;
}

#copyright {
	width: 200px;
	margin: auto;
	text-align: center;
	color: grey;
	margin-bottom: 30px;
}

/****************formulieren *************************/

.formulier {
	width: 350px;
	/*margin: auto;*/
}

ul.formulier {
	list-style: none;
}
ul.formulier input {
	border: 1px solid #4775A3;
	height: 18px;
}
ul.formulier textarea {
	border: 1px solid #4775A3;
}


form fieldset {
	border: 0px;
}

.formulier li {
	min-height: 40px;
}
.formulier .error {
	color: red;
}
















