﻿html 
{
	height:99%;
	width:100%;
	overflow-y: auto;
	 scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#8cb432; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#8cb432; 
	scrollbar-shadow-color:#8cb432; 
	scrollbar-track-color:#ffffff; 
}

body 
{
	font-family: Verdana;
	 margin: 0px;
  padding: 0px;
  height:100%;
  width:100%;
  color: #2f2f33;
  
  
  
}

.tabelBanner
{
	width: 100%;
	border:0px solid black;
}

#headerlinks
{
	float:left;
	background: url('Images/Weekendstreepje.jpg') repeat;
	border: 2px solid red;
	height: 163px;
}

.cellBanner
{
	height:163px;
	background-image: url('Images/Gite_banner.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#headercenter
{
	
	top: 0px;
	position: absolute;
	
}

#headerrechts {
  /*width: 100%;*/
  float:right;
  text-align:right;
  vertical-align: text-top;
  background: url('Images/Weekendstreepje.jpg') repeat;
  height: 163px;
  z-index:-10;
  top:0px;
}

.labelTekst
{
	height:100%;
	width: 100%;
}

.tabelButton
{
	height:60px;
		
}

.HeaderButton
{
	background-image: url('Images/Vakantiehuisje.png');
	width:134px;
	height:100px;
}

.cellButton
{
	background-image: url('Images/Vakantiehuisje.png');
	width: 134px;
	height: 60px;
	background-repeat: no-repeat;	
	vertical-align: top;
	color:White;
	font-weight: 800;
	font-size: large;
	
}

.LeftNav
{
	font-weight: 800;
	font-size: large;
	color: Gray;
	text-decoration: none;
}




#banner
{
	border:0px solid black;
	width:100%;
	height:163px;
	background: url('Images/Weekendstreepje.jpg') repeat;

}


div.hr {
  height: 1px;
  /*background: #fff url('Images/Gite_streepje.jpg') repeat-x;*/
  border-bottom:2px dotted #8cb432;
}
div.hr hr {
  display: none;
}




#hrGite
{
	background-image: url('Images/Gite_streepje.jpg');
	/*width:90%;*/
	height:1px;
	background-repeat: repeat-x;
}

#leftcol {
  border: 0px solid black;
  float: left;
  width: 100%;
  min-height: 100%;
 margin-left:20px;
}

.LeftCol
{
	text-align:left;
	width:100%;
	height:100%;
}

#rightcol 
{
    border:0px solid black;
    float: right;
    width:100%;
    height: 100%;
    background: url('Images/personen.jpg');
    background-position: right;
    background-repeat: repeat-y;
    


}

.RightColText
{
	    scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#8cb432; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#8cb432; 
	scrollbar-shadow-color:#8cb432; 
	scrollbar-track-color:#ffffff; 
	color:#2f2f33;
	overflow:auto;
	height:95%;
	width:98%;
	text-align:left;
	margin-top:30px;
	margin-left:10px;
}

#ContentText 
{
	width:98%;
	height:90%;
	overflow: auto;
	margin-top:30px;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#8cb432; 
	scrollbar-base-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#8cb432; 
	scrollbar-shadow-color:#8cb432; 
	scrollbar-track-color:#ffffff; 
	color:#2f2f33;
}

#route
{
	height:90%;
	overflow:auto;
}

a 
{
	color:#8cb432;
}

.ButtonText 
{
	margin-top:8px;
}

.FooterText
{
	margin-top:10px;
	width:100%;
	text-align: center;
	color:White;
	font-weight: 800;
	font-size:medium;
}

#content {
  border: 0px solid black;
  float: left;
  width: 98%;
  height: 100%;
  text-align:center;
  vertical-align:middle;
  background-image: url('Images/BackgroundContent.png');
	background-position: 3% 68.9%;
	background-repeat: no-repeat;
 
  
}

#footer {
  clear: both;
  color:Black;
  width: 100%;
  height:38px;
  background-image:url('Images/Gite_footer.jpg');
  background-repeat: repeat-x;
}

#navigatie
{
    
    width:100%;
    text-align:center;
    height:20px;	
	position: relative;
	top: -20px;
	z-index: 3;
}

h2
{
	color:#8cb432;
	font-size:30px;
	font-weight:900;
	margin-bottom: 0; 
	padding-bottom: 0;
	border-bottom: 2px dotted gray;
}

input[type=text]
{
	width:400px;
	height:25px;
	border:1px solid #8cb432;
	color: #2f2f33;
	font-family: Verdana;
	font-size: medium;
	
}

.buttonContact
{
	border: 1px solid #8cb432;
	color: #8cb432;
	width: 130px;
	font-weight: bold;
	height: 30px;
	cursor: hand;
}

textarea
{
		width:400px;
	border:1px solid #8cb432;
	color: #2f2f33;
	font-family: Verdana;
	font-size: medium;
}
	



