@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, small, strike, strong, sub, sup, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline: none;
}

html,body{
	padding:0;
	margin:0;
	height: 100%;
	background-image: url("../images/bg.jpg");	
}

img{
	outline: none;
}

#formulier{
	width: 700px;
	border: 4px solid white;
	padding: 20px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 0;
}

th{
	text-align: left;
}
#bg{
	background-image: url("../images/bg_top.jpg");
	background-repeat: repeat-x;
	background-position: top;	
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
    min-height: 100%;
}

#footer{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
    background-image: url("../images/footer.jpg");
    background-repeat: repeat-x;
    z-index: 1;
}

#footercontent{
	margin: 0 auto;
	width: 900px;
	height: 47px;
	margin-top: 30px;
}

#copyright{
	float: left;
	margin-left: 50px;
}

#submenu{
	float: right;
	width: 400px;	
	margin-right: 20px;
}

#effect{
	position:relative;z-index:1;
	height: 0;
}

#effect div{
	position: absolute;
	height: 126px;
 	background-image: url("../images/effect.png");
	background-color: transparent;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	top:-100px;
}

#slider{
	margin:0 auto; 
	width: 900px;
}

.links{
	width: 350px; 
	float:left;
	clear: left;
}

.rechts{
	width: 350px; 
	float:right;
	margin-right: 50px;
}

#home .rechts{
	margin-top: 20px;
}

#rechtsgebieden .rechts{
	margin-top: 10px;
}

#rechtsgebieden .rechts div div {
	border: 4px solid white;
	background-color: #f0f0f0;
	padding: 7px;	
	z-index: 9;
}

#klachtenregelingen div {
	border: 4px solid white;
	background-color: #f0f0f0;
	padding: 7px;	
	z-index: 9;
	display: none;
}
#menu{
	background-image: url("../images/menu_bg.jpg");
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	line-height: 0;
}

#navigation{
	position: absolute;
}

#menu img{
	padding: 0;
	border: 0;
	margin: 0;
	height: 60px;
}

#menu ul{
	margin: 0;
	padding-left: 70px;
}

#menu li{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}

.scroll {
  	width: 900px;
	height: 550px;
  	overflow: auto;
	clear: left;
  	position: relative; /* fix for IE to respect overflow */  	
  	background-image: url("../images/content_bg.jpg");
  	background-repeat: no-repeat;
  	background-position: top;
  	background-attachment: fixed;	
}

.scrollContainer div.panel {
  	width: 800px;
  	padding-left: 70px;
	height: 550px;	
	z-index: 88;
}

#kantoor .rechts ol{
	padding: 0;
	padding-left: 20px;
}
.denker{
	margin-top: 20px;

}

#specialisaties{
	position: relative;
}

#specialisaties div{
	position: absolute;
	display: none;
	width: 100%;
}

#specialisaties div ul{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.button{
	border: 2px solid white;
	background-color: #f0f0f0;
	color:#2f0900;/* #523521;*/
	font-family: Garamond;
	font-size: 15px;
	
}

.inputfield{
	border: 2px solid white;
	background-color: #f0f0f0;
	color: #523521;
	font-family: Geneva;
	font-size: 11px;


}

#succes{
	border: 4px solid white;
	background-image: url("../images/bg.jpg");
	position: absolute;
	display: none;
	width: 190px;
	height: 80px;
	z-index: 9999;
	padding: 20px;
	left: 230px;
	top: 150px;
}

#languages{
	position: absolute;
	width: 190px;
	height: 80px;
	z-index: 9999;
	padding: 20px;
	left: 800px;
	top: -40px;
}

#tarieven, #disclaimer, #faq, #links{
	width: 750px;
}
	

