body {
text-align:center;
margin: 0px; 
overflow: hidden;
}

a:link {
	font-family:verdana;
	font-size:12px;
	color:#467556;
	
}


a:visited {
	font-family:verdana;
	font-size:12px;
	color:#467556;
	
}

a:hover {
	font-family:verdana;
	font-size:12px;
	color:black;
	
}

#main {
	background: #FDFDFD; 
	position: relative;
	margin: 0px auto;
	width: 902px; 
	height: 100%;
	border-left:1px; 
	border-right:1px;
	border-top:0px;
	border-bottom:0px; 
	border-style:solid;
	border-color: #4E7E5E;
}

#test {
	background: green; 
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100px; 
	height: 100px;
	z-index:1000;
}

#image_top {
	/*background: blue; */
	background-image: url(../images/top.jpg); 
	position: absolute;
	left:0px;
	top:0px;
	width: 900px; 
	height: 62px;
	z-index:1000;
}

#image_top_fbs {
	/*background: blue; */
	background-image: url(../images/top_fbs.jpg); 
	position: absolute;
	left:0px;
	top:62px;
	width: 900px; 
	height: 179px;
	z-index:1000;
}

#image_mid_right {
	/*background: blue; */
	background-image: url(../images/content_right.jpg); 
	position: absolute;
	left:0px;
	top:241px;
	width: 900px; 
	height: 242px;
	z-index:1000;
}

#image_left_bottom {
	/*background: blue; */
	background-image: url(../images/left_bottom.jpg); 
	position: absolute;
	left:0px;
	bottom:0px;
	width: 468px; 
	height: 346px;
	z-index:1001;
	visibility:hidden;
}

#image_bottom {
	background-image: url(../images/footer.png); 
	position: absolute;
	right:0px;
	bottom:2px;
	width: 722px; 
	height: 27px;
	z-index:1001;
}

#image_logo {
	background-image: url(../images/logo.gif); 
	position: absolute;
	left:10px;
	bottom:10px;
	width: 174px; 
	height: 179px;
	z-index:1004;
	visibility:hidden;
}

#image_logo_klein {
	background-image: url(../images/logo_klein.gif); 
	position: absolute;
	left:10px;
	bottom:10px;
	width: 75px; 
	height: 77px;
	z-index:1004;
	visibility:hidden;
}

#image_menu_left {
	background-image: url(../images/menu_left.png); 
	position: absolute;
	text-align:left;
	left:10px;
	top:190px;
	width: 162px; 
	height: 340px;
	z-index:1003;
}

#text_footer {
	position: absolute;
	text-align: right;
	right:50px;
	bottom:2px;
	width: 400px; 
	height: 20px;
	color: white;
	font-family: verdana;
	font-size:10px;
	z-index:10000;
}

#text_adres {
	position: absolute;
	text-align: left;
	left:10px;
	top:8px;
	width: 400px; 
	height: 20px;
	color: white;
	font-family: verdana;
	font-size:10px;
	z-index:10000;
}

#main-iframe {
	width: 650px;
	height: 550px;
	position:absolute;
	top: 250px;
	left: 250px;
	z-index:2000;
}

#headers-iframe {
	width: 300px;
	height: 50px;
	position:absolute;
	top: 90px;
	left: 480px;
	font-family:verdana;
	z-index:20000;
	/*border: 1px solid red;*/
}

#headers-item {
	text-align:right;
	font-family: verdana;
	font-size:30px;
	color: white;
	font-style: italic;
}

#sub-menu {
	width: 200px;
	height: 50px;
	position:absolute;
	top: 40px;
	left: 540px;
	font-family:verdana;
	font-size:11px;
	color: white;
	z-index:20000;
}

#sub-menu  a:link{
	font-family:verdana;
	font-size:11px;
	color: white;
	text-decoration: none;
}

#sub-menu  a:visited{
	font-family:verdana;
	font-size:11px;
	color: white;
	text-decoration: none;
}

#sub-menu  a:hover{
	font-family:verdana;
	font-size:11px;
	color: white;
	text-decoration: underline;
}

#letters {
	width: 500px;
	height: 50px;
	position:absolute;
	top: 200px;
	left: 270px;
	z-index:20000;
	visibility:hidden;
}

.letters_layout {
	background:white;
	width:20px;
	border-top:1px solid #0063AE;
	border-right:1px solid #0063AE;
	border-bottom:1px solid #0063AE;
	border-left:1px solid #0063AE;
	font-family:verdana;
	font-size:11px;
	cursor:hand;
}


/*MEN U*/

#menu {
   	
     width:160px;
	/*border: 1px solid red;*/
}

#menu ul {
     list-style:none; 
     margin-left:0pt;

	
}
  
#menu ul.submenu { 
font-family:verdana;
	font-size:12px;
	
	display:none;
	margin-left:10px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
} 

#menu li a { 
     display:block;
     padding: 5px 5px 5px 5px;
     /*border-left: 3px solid darkgreen;/*
	  /*border-right: 10px solid darkgreen;*/
     /*background-color: seagreen;*/
     color: #000;
     text-decoration: none;  
     width:100%;
} 

#menu li a:hover {
    /* border-left: 3px solid yellowgreen;*/
    /* border-right: 10px solid yellowgreen;*/
     /*background-color: green;*/
     color: grey;
}

#menu li {
     border-bottom: 0px solid white;
}

#menu li.last {
     border-bottom: 0px solid palegreen;
}


