

/*****GLOBAL******/
body{
  	background: url('../images/background.jpg');
  	background-repeat: repeat-y;
  	background-attachment: fixed;
  	background-position: 50% 0;
  	color: #2B2B2B;
 	margin: 0;
  	padding:0;
  	font-family: arial;
  	font-size:13px;
  	text-align: center;
}

ul
{
	list-style: none;
	padding: 0;
}

img{
	border:0px;	
}

/*****LAYOUT******/
/* 8 0 8 0 4 0 => 0 0 3 3 6 6   */ 

#container{
  margin: auto;
  width: 750px;
  border: #003366 1px solid; 
  background-image:url('../images/papier.jpg');
  /*background: #fff;*/
  text-align: left;
}

#head{
  margin: 0;
  padding: 0px 0px;
  /*background-image:url('../images/header.jpg');*/
  text-align: center;
  color: #ffffff;
  letter-spacing: 5px;
  word-spacing: 10px;
  width: 100%;
  height:200px;
  /*background: #252525;*/
}

#nav {
	background: #003366;
	margin: 0;
	padding: 0;
	height: 26px;
	}
	
	
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
	
#nav li a {
	text-decoration: none;
	color: #2D4E0E;
	background-color: #003366;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
	
#nav li a:hover {
   background-color: #467A16;
   color:#fff;
   }
#nav li a.on { background-color: #52911A; color: #C6C4C5; }

/********COLUMNS********/
#content{
  /*border: 10px solid #F0EDE3;*/
  /*background: #333;*/
  padding: 10px;
  position: relative;
  float: left;
  width: 545px;
}

#content div{
   font-family: arial;
}

#content h1 {
   font-family: arial;
   color: #003366;
  	letter-spacing: -1px;
	font-size: 40px;
	line-height: 35px;
	padding: 2px;
	margin: 5px;
	font-weight: 500;
}

#content h2{
   font-family: arial;
   color: #003366;
  	letter-spacing: -1px;
	font-size: 20px;
	line-height: 25px;
	padding: 2px;
	margin: 5px;
	font-weight: 500;
}

#content p{
	font-size:11px;
}

#content li {
	margin:0 0 0 0;
	border-bottom:1px solid #F0ede3;
	border-left: 6px solid #003366;
	padding:0 0 5px 20px;
	list-style:none;
	color:#999;
}

#content a { text-decoration: none; color: #003366; border-bottom: 1px dashed #003366; }
#content a:hover {border-bottom: 1px dashed #333; color: #333; }


#content blockquote p {
	background-color:#f6f6f6;
	margin:4px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
   margin:0;
	padding:0 10px 0 10px;
}

#right {
	float: right;
	/*background: #333;*/
	width: 180px;
	color: #2B2B2B;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}

#right div {
	margin:10px;
	padding:5px;
	border: 1px solid #003366;
}


#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size:10px;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:140px;
border-left: 5px solid #003366;
border-bottom: 1px solid #F0ede3;
padding: 2px 2px 2px 2px;
/*background: #333;*/
text-decoration: none;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #003366;
}

#list-menu a:hover {
background: #333;
border-left: 5px solid #333;
color: #61bc21;
}

.search{
  font-size: 30px;
  height: 32px;
}

/*******Reizen*********/
.reizen{
	/*background-color:yellow;*/
	top:20px;	
}

.reizen hr{
	clear:both;
}

.vlag{
	padding-right:10px;
	float:right;	
}

.floatleft
{
	float: left;
	margin: 0 10px 5px 0;	
	border: 1px solid #666;
	padding: 2px;
}

.imageSlideshowHolder{
  margin:0px;  /* "Air" */
  float:right;  /* Floating gallery at the right side of other web page content */    
  width:750px;  /* Image width */
  height:200px;  /* Image height */  
  position:relative;  /* Don't remove this line */
} 



/*******uitleg*******/

.uitleg p, .uitleg a:link, .uitleg a:hover, .uitleg a:visited, .uitleg table
{		
	/*border-bottom: 1px solid #003366;*/
	color: #003366;
	font-size:12px;
	text-decoration:none;
}

/*******bedrijfsgegevens******/
#gegevens{
  	color: #003366;
  	font-family: arial;
  	font-size:10px;
}

#gegevens a { text-decoration: none; color: #003366; border-bottom: 1px dashed #003366; }
#gegevens a:hover {border-bottom: 1px dashed #333; color: #333; }


/*******FOOT*********/
#footer {
	background: #003366 ;
	text-align: center;
	color: #2D4E0E;
	font-size: 0.8em;
	padding: 5px;
	line-height: 1px;
	clear: both;
	}

#footer a{
  color: #333333;
}


	
