@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background:#ADB3BE url(../images/bg.jpg) repeat-x;
}

#greenHolder {
	width:100%;
	height:364px;
	background:url(../images/center_bg.png) repeat-x;
}

#left {
	width:698px;
	height:364px;
	background:url(../images/left_bg.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

#right {
	position:absolute;
	top:0;
	right:0;
	width:305px;
	height:364px;
	background:url(../images/right_bg.png) no-repeat;
}

#centerHolder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#center {
	width:461px;	
	margin:auto;	
}


#nav {
	width:461px;
	height:70px;
}


#img {
	width:461px;
	height:200px;	
}


#contentHolder {
	width:461px;	
	background:url(../images/content.png) repeat-y;
	display:table !important;
}

#content {
	width:380px;
	margin:auto;
	padding-top:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	letter-spacing:1px;
	color:#333333;
}

#contenfooter {
	width:461px;
	height:19px;
	background:url(../images/contentfooter.png) no-repeat;
}

#disclaimer {
	width:461px;
	height:30px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#83859E;
	font-size:10px;
	letter-spacing:-1px;
}

#disclaimer a {
	text-decoration:none;
	color:#83859E;
}

#disclaimer a:hover {	
	color:#55576C;
}
/*quote*/
#quote {
	position:relative;
	top:300px;
	left:25px;
	width:211px;	
	font-family:"Tw Cen MT";
	font-size:14px;
	color:#666666;
}


/*menu */

#menuHolder {
	position:relative;
	top:42px;
	width:449px;
	height:28px;	
	margin-left:auto;
	margin-right:auto;	
}



#menuHolder ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#menuHolder ul li {
	float:left;
}


#menuHolder ul li a {
	display:block;
	background-color:#FFF;
}
#menuHolder ul li a:hover {
	background-color:#BEEF29;	
}

#menuHolder ul .active a {
	display:block;
	background-color:#BEEF29;	
}


/*CONTENT*/
#content a {
	color:#666666;
	text-decoration:none;
	letter-spacing:0;
}

#content a:hover {
	color:#A6A6A6;
}

.verzendenButton {
position:relative;
left:200px;
}

h1 {
	font-size:15px;
}
