body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E675E;
}
body{
	background-color:#6E675E;
	margin:40px 0px 0px 75px;
	padding:0px;
}

a:link, a:visited, a:hover,  a:active {
	color: #80c0ec;
	text-decoration:underline;
}

img {
	border:none;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6{
	color:#47292A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	margin-top:0px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
	color: #80c0ec;
}

h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}

h4 {
	color: #80c0ec;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-bottom:1em;
}

p{
	margin:0px;
	padding:0px 0px 2em 0px;
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*------------------------------------
	STRUCTUUR
----------------------------------- */


#siteWrapper{
	width:915px;
	margin:0px auto;
	position:relative;
	background-image:url(../img/site_bg_body.gif);
	background-repeat:repeat-y;
}

#siteHeaderWrapper{
	position:relative;
	background-image:url(../img/site_bg_header.gif);
	background-repeat:no-repeat;
	height:201px;
}
#homeBtn {
	padding:70px 0px 0px 30px;
	float:left;
}
#flashmenuWrapper{
	padding:150px 0px 0px 230px;
}
#flashmenu{
	height:30px;
	width:520px;
}
#flashmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#flashmenu li {
	float:left;
	display:block;
	padding-right:15px;
}


#siteBodyWrapper{
	position:relative;
	min-height: 360px;
	background-image:url(../img/site_bg_body.gif);
	background-repeat:repeat-y;
}

#siteBodyMenuWrapper{
	background-image:url(../img/submenu_bg.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	width:190px;
	float:left;
}
#flashsubmenu{
	background-image:url(../img/submenu_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:32px 0px 10px 30px;
}
#flashsubmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#siteBodyContentWrapper{
	width:560px;
	padding-left:30px;
	float:left;
}


#siteFooterWrapper{
	height:100px;
	background-color:#6E675E;
	background-image:url(../img/site_bg_footer.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#siteFooterWrapper div{
	color: #47292A;
	text-align:right;
	padding:82px 95px 20px 0px;
}


#siteFooterWrapper a:link, #siteFooterWrapper a:visited, #siteFooterWrapper a:hover,  #siteFooterWrapper a:active {
	color: #47292A;
	text-decoration:none;
}



/*------------------------------------
	ELEMENTEN
----------------------------------- */

.bluetext{
	color:#80c0ec;
}
.alert{
	width:500px;
	padding:20px;
	margin-bottom:20px;
	background-color:#F2F2F2;
	border:1px solid #47292A;
	color:#47292A;
}

.pr_th_holder div {
	float:left;
	text-align:center;
	width:120px;
	height:90px;
}
	

#faq h3 {
	padding:5px;
	background-color:#80c0ec;
	background-image:url(../img/faq_h3_bg.gif);
	background-repeat:no-repeat;
	color: #47292A;
	color: #FFFFFF;
	margin-bottom:3px;
	cursor:pointer;
}

#generalconditions p{
	padding:2em 0px 0px 0px;
}

#ext{
	position:absolute;
	top:335px;
	left:38px;
	width:160px;
	text-align:center;
}

.cases-image{
	float:right;
}

.cases-clients{
	list-style:none;
	margin-left:0px;
	padding-left:15px;
}

.cases-clients li{
	padding:0px 0px 2px 20px;
}

.cases-clients li.active{
	background:url(../img/pijltje.gif) no-repeat 0 0;
}



/*------------------------------------
	FORM
----------------------------------- */

.fieldContainer{
	height:30px;
}
.fieldContainer div{
	float:left;
}
.fieldContainer input, .fieldContainer textarea{
	width:360px;
}
.fieldTitle{
	width:180px;
}





