/* CSS Document */

body{
	margin:15px 0 40px 0;
	background:#FFFFFF;
	color:#6B695C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}

body *{
	padding:0px;
	margin:0px;
}

a {
	color:#7F807A;
	text-decoration:none;
}

a img {
	border:0px;
}

#container{
	width:970px;
	margin:0px auto;
	padding:0px;
}

#banner{
	width:750px;
	text-align:right;
	height:155px;
	overflow:hidden;
	float:left;
}

#logo{
	background:url("../images/header_img.jpg") no-repeat scroll left top;
	width:220px;
	height:155px;
	float:left;
}

#contentwrapper{
	background:#b9ad97;
	width:970px;
}

#menucontainer{
	float:left;
	width:220px;	
	background:#b9ad97;
	padding-top:20px;
}

/*#menucontainer { display: block; float: left; background: #B9AD97; width: 220px; height: 546px !important; height: 566px; padding-top: 20px; }*/
#menucontainer ul {list-style: none; margin: 0; padding: 0; margin-left: 20px;}
#menucontainer li { }
#menucontainer a { font-size: 20px; padding: 10px 0 5px 10px; text-transform: lowercase; display:block;}
#menucontainer ul  li .second{margin-left: 20px; padding-bottom: 300px;}
#menucontainer a.sidelinks { display: block; padding: 0 40px 0 0; color: #52534D; font-family: "Courier New",Courier,monospace; font-size: 15px; font-weight: bold; text-decoration: none; text-align: right; }
/* #sidebar a span { display: none; } */
#menucontainer .menuitem {margin-left: 20px;}
#menucontainer .menuitem .menuitem {padding: 0 15px;}


#content{
	float:left;
	background-color:#eeebe6;
	width:750px;
}

#content #leftcol{
	background-color:#eeebe6;
	float:left;
	width:439px;
	font-size:12px;
	line-height:18px;
	padding:0px 20px 0px;
    height: 507px;
}

#content #rightcol{
	background:#52524a no-repeat left;
	float:right;
	width:271px;	
	height:507px;
}

#content #content_footer{
	width:750px;
	height:60px;
	background: #eeebe6 no-repeat;
}

#footer{
	color:#7F807A;
	font-family:"Courier New",Courier,monospace;
	font-size:12px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0px;
}

/* *************************** */

/* home */
.Home #content #rightcol{
	background-image:url('../images/content_home_bg.jpg');
}

.Home #content #content_footer{
	background-image:url('../images/content_home_footerbg.jpg');
}

/* Werkwijze */
.Werkwijze #content #rightcol{
	background-image:url('../images/content_werkwijze_bg.jpg');
}

.Werkwijze #content #content_footer{
	background-image:url('../images/content_werkwijze_footerbg.jpg');
}

/* Contact */
.Contact #content #rightcol{
	background-image:url('../images/content_contact_bg.jpg');
}

.Contact #content #content_footer{
	background-image:url('../images/content_contact_footerbg.jpg');
}

/* portfolio */
.Portfolio #content #content_footer{
	background-image:url('../images/content_folio_footerbg.jpg');
}

/* *************************** */

.jqTransformSelectWrapper {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:white none repeat scroll 0 0;
	float:left;
	height:23px;
	margin-bottom:2px;
	margin-right:3px;
	position:relative;
	width:45px;
}
.jqTransformHidden {
	display:none;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/select_right.gif) no-repeat scroll center center;
	display:block;
	height:23px;
	position:absolute;
	right:0;
	width:15px;
}

.jqTransformSelectWrapper div span {
	cursor:pointer;
	float:none;
	font-size:10pt;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	height:23px;
	overflow:hidden;
	padding:2px 0 0 7px;
	position:absolute;
	width:14px;
}
.jqTransformSelectWrapper ul {
	background:#4C4C4C none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	/**/display:none;
	height:150px;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	/**/top:23px;
	min-width: 210px;
	z-index:10;
}
.jqTransformSelectWrapper ul li:hover {
	/*background: #a5a5a4;*/
	cursor: pointer;
}

#frm_sub ul li a{ font-size: 10pt; font-family: "Courier New", Courier, monospace; color: white; display: block; opacity: 0.7; filter:alpha(opacity=70);}
#frm_sub ul li a:hover{ opacity: 1.0; filter:alpha(opacity=100); }
