html{
	display:block;
	margin:0;
	padding:0;
	height:100%;
    }

body{
    margin:0;
    padding:0;
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#EEEEEE;
	background-image:url(../images/indeling/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}

a:link{
    color:#069;
    text-decoration:none;
    font-size:12px;
}

a:visited{
    color:#069;
    text-decoration:none;
    font-size:12px;
}

a:active{
    color:#069;
    text-decoration:none;
    font-size:12px;
}

a:hover{
	color:#F4EDB8;
    text-decoration:underline;
    font-size:12px;
}

/* indeling /////////////////////////////////////////////////////////////////////// */ 
#container{
	width:930px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#top{
	width:930px;
	position:relative;
	float: left;
	display:inline;
	height: 162px;
	background-image:url(../images/indeling/logo.png);
	background-repeat:no-repeat;
	background-position: 30px 42px;
}

#top_route{
	width:60px;
	position:absolute;
	right: 130px;
	top: 85px;
	height: 20px;
	text-align:center;
	color:#666;
}

#top_route_icoon{
	width:60px;
	position:absolute;
	right: 130px;
	top: 60px;
	height: 20px;
	background-image:url(../images/indeling/route.jpg);
	background-repeat:no-repeat;
}

#top_sitemap{
	width:60px;
	position:absolute;
	right: 60px;
	top: 85px;
	height: 20px;
	text-align:center;
	color:#666;
}

#top a:link {
	text-decoration:none;
	color:#666;
	font-size:11px;
	text-transform:uppercase;
}

#top a:visited {
    text-decoration:none;
    color:#666;
    font-size:11px;
    text-transform:uppercase;
}


#top a:active {
    text-decoration:none;
    color:#666;
    font-size:11px;
    text-transform:uppercase;
}

#top a:hover {
	text-decoration:underline;
	color:#666;
	font-size:11px;
	text-transform:uppercase;	
}

#top_sitemap_icoon{
	width:60px;
	position:absolute;
	right: 60px;
	top: 60px;
	height: 20px;
	background-image:url(../images/indeling/sitemap.jpg);
	background-repeat:no-repeat;	
}

#menu{
	width:930px;
	position:relative;
	float: left;
	display:inline;
	height: 57px;
	background-color:#41415C;
	background-image:url(../images/indeling/bg_menu.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

#menu_right{
	width:5px;
	position:relative;
	float: right;
	display:inline;
	height: 57px;
	background-color:#41415C;
	background-image:url(../images/indeling/menu_rechts.jpg);
	background-repeat:no-repeat;
}

#menu_links{
	width:5px;
	position:relative;
	float: left;
	display:inline;
	height: 57px;
	background-color:#41415C;
	background-image:url(../images/indeling/menu_links.jpg);
	background-repeat:no-repeat;
}


#kop{
	width:537px;
	position:relative;
	float: left;
	display:inline;
	height: 196px;
	background-color:#F4EDB8;
	background-image:url(../images/indeling/kop1.jpg);
	background-repeat:no-repeat;
	margin-top: 14px;
}

.fader{
    position: absolute;
    top: 0px;
    left: 0px;    
    display: none;
}


	.kop_tekst{
			position:absolute;
			width:455px;
			left: 35px;
			top: 64px;	
		}

#kop2{
	width:393px;
	position:relative;
	float: left;
	display:inline;
	height: 196px;
	background-color:#41415C;
	margin-top: 14px;
}


#blokken{
	width:930px;
	position:relative;
	float: left;
	display:inline;
	height: 205px;
	margin-top: 14px;
	color:#FFF;
    font-size: 13px;
}

		#blok1{
			position:relative;
			height: 205px;
			width:302px;
			background-color:#41415C;
			background-image:url(../images/indeling/blok1.jpg);
			background-repeat:no-repeat;
			float: left;
			display:inline;
		}

		#blok2{
			position:relative;
			height: 205px;
			width:302px;
			background-color:#41415C;
			background-image:url(../images/indeling/blok2.jpg);
			background-repeat:no-repeat;
			float: left;
			display:inline;
			margin-left: 12px;
			margin-right: 12px;
		}

		#blok3{
			position:relative;
			height: 205px;
			width:302px;
			background-color:#41415C;
			background-image:url(../images/indeling/blok3.jpg);
			background-repeat:no-repeat;
			float: left;
			display:inline;				
		}

		.blok_tekst{
			position:absolute;
			width:235px;
			left: 35px;
			top: 30px;	
		}

        
#blokken_klein{
    width:930px;
    position:relative;
    float: left;
    display:inline;
    height: 65px;
    margin-top: 14px;
    color:#FFF;
    font-size: 13px;
}   


        #blok1_klein{
            position:relative;
            height: 65px;
            width:302px;
            background-color:#41415C;
            float: left;
            display:inline;
        }

        #blok2_klein{
            position:relative;
            height: 65px;
            width:302px;
            background-color:#41415C;
            float: left;
            display:inline;
            margin-left: 12px;
            margin-right: 12px;
        }

        #blok3_klein{
            position:relative;
            height: 65px;
            width:302px;
            background-color:#41415C;
            float: left;
            display:inline;                
        }
     
        
#inhoud{
	width:880px;
	position:relative;
	float: left;
	display:inline;
	margin-top: 14px;
    margin-left: 10px;
    font-family: 13px;
}


#inhoud a:link{
    text-decoration: none;
    color: black;
}

#inhoud a:active{
    text-decoration: none;
    color: black;
}

#inhoud a:visited{
    text-decoration: none;
    color: black;
}

#inhoud a:hover{
    text-decoration: underline;
    color: black;
}


#inhoud_home{
    width:590px;
    position:relative;
    float: left;
    display:inline;
    margin-top: 14px;
    margin-left: 10px;
    font-family: 13px;
}


#inhoud_home a:link{
    text-decoration: none;
    color: black;
}

#inhoud_home a:active{
    text-decoration: none;
    color: black;
}

#inhoud_home a:visited{
    text-decoration: none;
    color: black;
}

#inhoud_home a:hover{
    text-decoration: underline;
    color: black;
}


#activiteitenblok{
    width:300px;
    position:relative;
}

#activiteitenblok2{
    width:280px;
    position:relative;
    float: left;
    display: inline;
}

#activiteitenblok_datum{
    position:relative;   
    width:35px;
    height:35px;   
    float: left;
    display:inline; 
    background-image:url(../images/indeling/datum_blok.jpg);
    background-repeat:no-repeat;
    text-align: center;
    padding-top: 3px;
}

#activiteitenblok_titel{
    position:relative;   
    width:225px;
    height:35px;   
    float: left;
    display:inline; 
    padding-top: 8px;
    margin-left: 15px;
}

#activiteitenblok_titel a:link{
    text-decoration:none;
    font-size: 12px;
    color: #666666;
}

#activiteitenblok_titel a:active{
    text-decoration:none;
    font-size: 12px;
    color: #666666;
}

#activiteitenblok_titel a:visited{
    text-decoration:none;
    font-size: 12px;
    color: #666666;
}

#activiteitenblok_titel a:hover{
    text-decoration:underline;
    font-size: 12px;
    color: #000;
}

#inhoud_zijbalk{
	width:260px;
	position:relative;
	float: left;
	display:inline;
	margin-top: 14px;
	margin-left: 25px;
	border: 1px solid #CCC;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer{
	width:930px;
	position:relative;
	float: left;
	display:inline;
	height: 64px;
	background-color:#41415C;
	background-image:url(../images/indeling/bg_footer.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	margin-top: 25px;
}

#footer_links{
	width:8px;
	position:relative;
	float: left;
	display:inline;
	height: 64px;
	background-color:#41415C;
	background-image:url(../images/indeling/footer_links.jpg);
	background-repeat:no-repeat;
}

#footer_tekst{
	width:500px;
	position:relative;
	float: left;
	display:inline;
	height: 64px;
	line-height:58px;
	margin-left: 20px;
	color: #D6D5DC;
	font-size:11px;
}

#footer_rechts{
	width:167px;
	position:relative;
	float: right;
	display:inline;
	height: 113px;
	background-image:url(../images/indeling/footer_rechts.jpg);
	background-repeat:no-repeat;
	margin-right: -52px;
}

#afsluiting{
	width:820px;
	position:relative;
	float: left;
	display:inline;
	height: 35px;
	margin-bottom: 25px;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	line-height: 35px;
}

#afsluiting a:link {
	text-decoration:none;
	font-size:10px;
	color:#666;
}

#afsluiting a:visited {
    text-decoration:none;
    font-size:10px;
    color:#666;
}

#afsluiting a:active {
    text-decoration:none;
    font-size:10px;
    color:#666;
}

#afsluiting a:hover {
	text-decoration:underline;
	font-size:10px;
	color:#43425F;
	
}

/* titels /////////////////////////////////////////////////////////////////////// */ 

.titel_verhuuroverzicht {
	width: 100%;
	height: 20px;
	background-image:url(../images/titels/verhuur_overzicht.jpg);
	background-repeat:no-repeat;
}

.titel_wiltuhuren {
	width: 100%;
	height: 20px;
	background-image:url(../images/titels/wiltuhuren.jpg);
	background-repeat:no-repeat;
}

.titel_heeftuvragen {
	width: 100%;
	height: 20px;
	background-image:url(../images/titels/heeftuvragen.jpg);
	background-repeat:no-repeat;
}

.titel_zoektueenaccommodatie {
    position: absolute;
    left:36px;
    top:35px;
    width: 100%;
    height: 30px;
    background-image:url(../images/titels/zoektueenaccommodatie.jpg);
    background-repeat:no-repeat;
}
/* tekstopmaak /////////////////////////////////////////////////////////////////////// */ 

h1{
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:35px;
	display:inline;
	color:#41415C;
    }
	
h2{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;  
    font-size:16px;
    color:#009058;
	display:inline;
	font-weight:normal;
	}
	
h3{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
    color:#009058;
	display:inline;
	font-weight:normal;
	line-height:22px;
    }




ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}

.banner{
    position: absolute;
    display: none;
}

.banner-image{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
}

#top-banner{
    position: absolute;
    width:600px;
    height: 100%;
    top:0px;
    right: 250px;
    border: 0px;
    z-index: 2;
}

#top-banner .banner-image{
    display: block !important;
}

#arrows-container a{
    text-decoration: none;
}

#contact_zindex{
		position:absolute;
		top:420px;
		right:60px;

}



#activiteiten_meerinfo_container{
    position: relative;
    float: left;
    display: inline;
    width:  490px;
    
}

#activiteiten_meerinfo_img{
    position: relative;
    float: left;
    display: inline;
    width:  150px;
    
}

#activiteiten_meerinfo_tekst{
    position: relative;
    float: left;
    display: inline;
    width:  300px;
    margin-left: 20px;
    padding-top: 5px;
    
}

#zijmenu_acc{
    position: relative;
    float: left;
    display: inline;
    width:  200px; 
     
}

.zijmenu_acc{
    position: relative;
    float: left;
    display: inline;
    width:  185px;  
    height: 30px;
    line-height: 30px;
    padding-left: 15px; 
    padding-right: 15px;  
    background-color: #5F5F84;
    border: 1px solid #4A4A68;
    font-size: 12px;

}
.zijmenu_acc:hover{
    position: relative;
    float: left;
    display: inline;
    width:  185px;  
    height: 30px;
    line-height: 30px;
    padding-left: 15px; 
    padding-right: 15px; 
    background-color: #78789E;
    border: 1px solid #4A4A68;
    font-size: 12px;
}

#zijmenu_acc a:link, #zijmenu_acc a:active, #zijmenu_acc a:visited {
    text-decoration: none;
    color: #FFF;    
}

#zijmenu_acc a:hover{
    text-decoration: underline;
    color: #FFF;    
}


.zijmenu_acc_sub{
    position: relative;
    float: left;
    display: inline;
    width:  185px;  
    height: 20px;
    line-height: 20px;
    padding-left: 15px; 
    padding-right: 15px;  
    background-color: #4A4A68;
    border: 1px solid #4A4A68;
    font-size: 11px;

}


#tekst_acc{
    position: relative;
    float: left;
    display: inline;
    width:  600px;
    margin-left: 50px;

}

#nieuws-zijbalk_link{
    position:relative;
    float:left;
    display: inline;
    margin-top: 15px;
}    


#nieuws-zijbalk_link a:link, #nieuws-zijbalk_link a:visited, #nieuws-zijbalk_link a:active{
    text-decoration:none;
    color: black;
}       

#nieuws-zijbalk_link a:hover{
    text-decoration:underline;
    color: black;
}     



#contact-zijbalk_link{

}    


#contact-zijbalk_link a:link, #nieuws-zijbalk_link a:visited, #nieuws-zijbalk_link a:active{
    text-decoration:none;
    color: black;
}       

#contact-zijbalk_link a:hover{
    text-decoration:underline;
    color: black;
}     
      

