/*
default.css

*/

BODY{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	line-height: 1.5em;
	background-color: #000000;
	color: #BE8538;
	text-align: center;
	font-weight : bold;
}

.head{
	padding: 50px 0px 0px 0px; /* boven rechts onder links */
	width: 100%;
	font-size : 20px;
	text-align: center;
	
}

.photo {
	float:left;
	width:250px;
	padding:10px;
	text-align:center;
}

.sildeshow_overzicht {
	float:left;
	width:380px;
	height:110px;
	padding:20px 10px 20px 10px;
	text-align:left;
}
.photo_sildeshow {
	float:left;
	margin:0 10px 0 0;

}

#container {
	width:800px;
	margin:auto;
	text-align: left;
}

a{
	color: #BE8538;
	font-weight : bold;
}

#content{
	position: absolute;
	top: 100px;
	left: 280px;
	width: 560px;
	text-align: left;
}

h3.tekstvlak_content{
  width: 500px; 	
  margin-top: 1em;
  background: #DEDDDC;
  border-width: 2px;
  border-style: solid;
  border-color: #BE8538;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  clear: both;

}

.foto_groot {
  width: 500px; 	
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
  clear: both;

}

label{
width: 150px;
float: left;
margin:  2px 2px 9px 0;
}

input;  textarea{
padding: 2px 2px 2px 3px;

}

.button{
font-weight: bold;
width: auto;
margin: 10px 5px 0 0;
padding: 1px 1px 1px 1px;
cursor: pointer;
float: left;

}

.news_news {
	line-height: 1.4em;
	padding-bottom: 5em;
}

.nieuws{
  position: absolute;
  top: 550px;	
  left: 275px;	
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  font-size: 1em;
  font-weight: bold;
  padding: 0px 0px 10px 10px;
  text-align: left;
  clear: both; 

}



img.photo_right{
	float: right;
	padding: 5px;
	margin: 5px 0 0 15px;
	
}

img.photo_left{
	float: left;
	padding: 20px;
	margin: 5px 0 0 0;
	
}


#copyright {
	
	text-align:center;
	font-size : 10px;

}

.menu {
z-index:1000;
font-size:90%;

position: absolute;
top: 160px;
left: 50px;
text-align: left;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#DEDDDC;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #BE8538;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#DEDDDC; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#65707b;}

.menu :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.clearall{ 
	clear:both; 
}
