* {
	margin: 0;
	padding: 0;
}
html{
	overflow:hidden;

}
#bgimg{ 
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#container{
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;
}
#outer {
	width:900px;
	margin: 0 auto;
}
#header{
	height:178px;
	background:url(img/header.png) no-repeat;
	text-align:center;
}
#inner{
	background:url(img/mid.png) no-repeat;
	overflow: hidden;
	padding-bottom: 35px;
}
#menu {
  float: left;
  width: 255px;
  margin-left:7px;
  list-style: none;
  display:block;
}
#menu li { 
  display: inline;
}
#menu a {
	display: block;
	padding:2px 5px 2px 10px;
	color: #666;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
  background: url('img/trans.gif');  
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
	
}
#menu a:hover {
  background: #ffffff;
}
#content {
   float: right;
   width: 600px;
   margin-right: 15px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:normal;
   color:#666666;
}
#content ul,
#content ol {
  margin-left: 20px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight: normal;
	padding-bottom:10px;
	padding-top:10px;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#fc5807;
	font-weight: normal;
}

#route {
	 width:215px;
}
#route a {
	 color:#645034;
	 font-weight:bold;
	 text-decoration:none;
	 line-height:20px;
}
#route a:hover {
	 color:#f18f5f;
}
#mid img {
  	max-width: 450px;
  	width: expression(this.width > 450 ? 450: true);
  	margin-top:10px;
}
#footer {
	width:900px;
  	height: 55px;
	background-repeat:no-repeat;
	background-image: url(img/footer.png);
	overflow: auto;
	clear:both;
	  
}
/*-------------------------Nieuwsbrief----------------------------*/

#Newsletter2307N {
	margin-left: 35px;
}
#btn_subscribe {
	background-color:transparent;
}
#btn_unsubscribe {
	background-color:transparent;
}
#email_field {
	width: 170px;
}

