/* CSS voor http://www.quintaodelouca.com */

body {
	margin: 0px;
	padding: 0px;
	background-color: #A6A268; /*background-image: url(pics/blok.jpg);*/
	text-align: center;
	font-family: arial, helvetica, sans-serif;/*Tahoma*/

}

.border {
  width: 790px;/*790*/
  heigth: 100%; 
  margin: auto;
  padding: auto;
  text-align: left;
  background-image: url(../pics/vert_background.jpg);
  background-repeat: repeat-y;

}


.container {
  width: 750px;/*750*/
 margin-left: 20px;
  text-align: left;
  background-color: rgb(244,237,193);
  
}

.bottom {
  height: 20px;
  background-image: url(../pics/bottom_background.jpg);
  background-position: top;
  background-repeat: no-repeat;	
}
/*
.submenu {
	height: 30px;
	width: 390px;
	float: right;
	text-align: left;
}
*/
p {font-family : arial, helvetica, sans-serif; 
line-height : 20px; 
font-size : 1.2em; 
letter-spacing : 0.8px;
	/*font-size: large;
	line-height: 24px;
	margin: 0px;*/
}

h1 {
	font-size: larger;
	margin: 0px;
	line-height: 24px;
}	
	
a {
	text-decoration: none;
	color: #000080;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

.titel_banner {
  height: 75px;
  background-position: center;
  /*  background-color: #7A494F;*/
  background-image: url(../pics/logo.jpg);
  background-repeat: no-repeat;
}

.sfeer_banner {
  background-repeat: no-repeat;
  background-position: bottom;
  height: 150px;
  background-color: #000000;
  border-bottom: solid;
  border-top: solid;
  border-width: thin;	
  border-color: #556b2f/*groen//oud= #9B5F00*/;

}

.menu_banner {
  height: 30px;
  padding-top: 10px;
	padding-bottom: 10px;
  width: 100%;
/*  background-color: #7A494F;*/
  text-align: center;
  word-spacing: 3px;
  border-bottom: solid;
  border-width: thin;
  border-color: #556b2f /*groen//oud=#9B5F00*/;
  }
  
 /* onderstaande voor het menu*/ 
ul {
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
li {display:inline}  

a#menu1,a#menu2,a#menu3,a#menu4,a#menu5,a#menu6,a#menu7,a#menu8,a#menu9
	 {
	font-size: 10px;
  float:center /*left*/;
	  /*width:85px;*/
  text-decoration:none;
	text-transform : uppercase; 
  color: #000000 /*#556b2f/*groen*/;
  background-color: /*#9B5F00*/;
  padding: 8px 6px;
	padding-left: 15px;
	
  }

a#menu1:hover,a#menu2:hover,a#menu3:hover,a#menu4:hover,a#menu5:hover,a#menu6:hover,a#menu7:hover,a#menu8:hover,a#menu9:hover
{
	background-color: #FEB906;/*donkergeel*/
	 
}

form#taal {
 
padding-left: 5px;
padding-right: 5px;
display: inline;
float: right;
}


form.taal {
 
padding-left: 5px;
padding-right: 5px;
display: inline;
float: right;
}
/*
input#vlag {

width: 25px;
height: 18px;
border: thin;
border-color: white;

}
*/

input.vlag {

width: 25px;
height: 18px;
border: thin;
border-color: white;

}
/* Tot hier voor het menu (bovenstaand)*/
.main {
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 10px;
  height: 395px;
  font-size: 12px;
/*  width: 435px;*/
  max-width: 450px;/*450*/
  background-color: transparent;
 overflow: auto;
scrollbar-arrow-color: rgb(244,237,193);
scrollbar-face-color: #556b2f /*#9B5F00*/;
scrollbar-highlight-color: #556b2f/*#9B5F00*/;
scrollbar-3dlight-color: rgb(244,237,193);
scrollbar-shadow-color: rgb(244,237,193);
scrollbar-darkshadow-color: rgb(244,237,193);
scrollbar-track-color: rgb(244,237,193);
/*scrollbar-track-color: rgb(244,237,193);*/
	line-height: 19px;
  }

.footer {
  text-align: center;
  font-size: 10px;
  padding-top: 15px;
}

.foto {
  width: 300px;
  height: 400px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  float: right;
  background-image: url(../pics/5.jpg);
  background-repeat: no-repeat;
}

/*mailinglist*/

input,select,textarea {
      width: 200px;
      margin-bottom: 3px;
		font-family: Tahoma;
		font-size: 12px;
      }
		
textarea {
      height: 100px;  
}

.form {
      width: 328px;
}

label {
      padding-right: 3px;
      text-align: right;
      width: 125px;
      float:left;
		font-family: tahoma;
}

#button {
float: right;	
	
	}

