/* 
	CSS Document 
	TEMPEL
	09 oktober 2007
	Paul de Jong
*/
html{
	top:0; 
	left:0; 
	margin:0; 
	padding:0; 
	height:100%;
	overflow-x: hidden;
	
}

body{
	top:0; 
	left:0; 
	margin:7px 0 0 0; 
	padding:0; 
	height:100%;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#333333;
	background-color:#FFF;
}

img {border:none;} 
.float_left{float:left;}

.master{
	margin: 0px auto;
	width:941px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image:url(../images/banner_algemeen.jpg);
	background-repeat:no-repeat;
}


.header{
	height:230px;
	margin-top:3px;
}

.navigatie{
	margin:0px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:left;
}
.navigatie ul{
	margin-top:5px;
}

.navigatie ul li{
	list-style:none;
	margin-bottom:3px;
	height: 22px;
}
.navigatie ul li a {color:#FFF; text-decoration:none;}
.navigatie ul li a.selected {color:#000; text-decoration:none;}
.navigatie ul li a:hover {color:#000; text-decoration:none;}

.container{
	position:relative;
	float:left;
	margin-top:30px;
	padding-bottom:0px;
	width:939px;
	overflow:visible;
}

.sidebar{
	margin-top:10px;
	margin-left:15px !important;
	margin-left:7px;
	float:left;
	width:215px;
  min-height:300px;
	height:auto !important; /* voor moderne browsers */
  height:300px;
}
.sidebar_home{
	margin-top:10px;
	margin-left:0px;
	float:left;
	width:145px;
}
.sub_navigatie{
	float:left;
}
.sub_navigatie .sub_nav_title{
	margin-bottom:10px;
	margin-left:25px;
	font-size:12px;
	font-weight:bold;
	color:#333;	
}
.sub_navigatie .sub_nav_title a{
	text-decoration:none;
	color:#333;
}
.sub_navigatie .sub_nav_title a:hover{
	text-decoration:none;
	color:#948E7B;
}
.sub_navigatie ul li{
	margin-bottom:5px;
	list-style-image:url(../images/subnav_dot.jpg);
	font-size:11px;
	color: #948E7B;
	font-weight:bold;
	
}
.sub_navigatie ul li a{color:#948E7B; text-decoration:none;}
.sub_navigatie ul li a:hover{color:#333; text-decoration:none;font-weight:bold;}

.sub_navigatie ul li.selected {
	list-style-image:url(../images/subnav_sel_dot.jpg);
	color:#333333;
	font-weight:bold;
	cursor:default;
}

.sub_navigatie ul li ul li{
	margin-top:6px;
	list-style-image:url(../images/subnav_ul_dot.jpg);
	font-size:11px;
	color:#948E7B;
	margin-left:-25px;
}
.sub_navigatie ul li ul li a{color:#787361; font-weight:normal; text-decoration:none;}
.sub_navigatie ul li ul li a:hover{color:#000; font-weight:normal; text-decoration:none;}

.sub_navigatie ul li ul li.selected{
	list-style-image:url(../images/subnav_sel_ul_dot.jpg);
	color:#333333;
	cursor:default;
	font-weight:normal; 
}

.tekstblok{
	width:200px;
	position:absolute;
	bottom:20px;
	left:25px;
}
.tekstblok span.title{
	color:#B88242;
	font-weight:bold;
}

.content_container{
	margin-top:10px;
	float:left;
	width:700px;
}

.content{
	float:left;
	padding-left:30px;
	background-image:url(../images/content_dots.gif);
	background-repeat:repeat-y;
  min-height:330px;
	height:auto !important; /* voor moderne browsers */
  height:330px;
}

h1{
	width:600px;
	color:#B88242;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom: 2px;
}
.text{
	width:580px;
	line-height:18px;
}
.home_text{
	width:580px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:18px;
}
.text a {color:#635621; text-decoration:underline;}
.text a:hover {color:#276051; text-decoration:underline;}
.home_text a {color:#635621; text-decoration:underline;}
.home_text a:hover {color:#276051; text-decoration:underline;}

.contact_title{
	width:150px;
	height:20px;
	float:left;
}
.contact_input{
	width:450px;
	height:20px;
	float:left;
}
.contact_textarea{
	width:300px;
	height:100px;
	float:left;
}
.contact_btn{
	width:222px;
	height:20px;
	float:right;
}
.contact_input input{
	width:300px;
	border:1px solid #0583AB;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#333333;
}
.contact_textarea textarea{
	width:300px;
	height:85px;
	border:1px solid #0583AB;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#333333;
}
.contact_btn input{
	width:75px;
	border:1px solid #0583AB;
	background-color:#0583AB;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#FFF;
}

.items{
	width:580px;
	margin-top:10px;
}
.items .item{
	width:189px;
	height:190px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	position:relative;
	z-index:5;
}
.items a{
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.items .item .item_backcolor{
	position:absolute;
	top:0px;
	left:0px;
	width:169px;
	height:149px;
	padding:10px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	background-color:#0583AB;
	z-index:10;
	display:none;
}
.items .item .item_backcolor .item_text{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
.items .item .item_btn{
	position:absolute;
	top:169px;
	left:0px;
	width:184px;
	height:21px;
	padding-left:5px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	background-color:#B88242;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	z-index:15;
}

.footer_dots{
	float:left;
	margin-top:20px;
	margin-left:30px !important;
	margin-left:15px;
	width:570px;
	height:5px;
	background-image:url(../images/content_dots_hor.gif);
	background-repeat:repeat-x;
}
.footer{
	float:right;
	margin-top:10px;
	color:#B26E22;
	font-size:10px;
}
.footer a {color:#B26E22; font-size:10px;text-decoration:underline;}
.footer a:hover {color:#333333; text-decoration:underline;}

.tekstgrootte{
	float:right;
	margin:5px 15px auto auto;
	display:block;
	text-align:right;
	color: #B26E22;
	font-size:10px;
}
.tekstgrootte_max{
	margin-top:12px;
	color:red;
	font-weight:bold;
	display:none;
	width:175px;
}
.tekstgrootte_min{
	margin-top:12px;
	color:red;
	font-weight:bold;
	display:none;
	width:175px;
}
.legenda{
	border: 1px solid #B26E22;
	width:175px;
}

.input-text{
	border: 1px solid #000000;
	width:250px;
}
.input-text-100{
	border: 1px solid #000000;
	width:100%;
}
.input-select-small {
	border: 1px solid #000000;
	width:250px;
}
.input-select {
	border: 1px solid #000000;
	width:100%;
}
.input-textarea-100{
	border: 1px solid #000000;
	width:100%;
	height:70px;
}
.button {
	border: 1px solid #000000;
	background:#c0883c;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	width:100px;
	height:20px;
}
.button-gray {
	border: 1px solid #000000;
	background:#c0c0c0;
	color:#000000;
	font-weight:normal;
	font-size:12px;
	width:120px;
	height:20px;
}
.content_breadcrump {
	position:absolute;
	margin-left:30px;
	margin-bottom:0px;
	margin-top:-30px;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}