/*
* @Auteur: Etocom.nl
* @Datum: 2009
*/

/* Elementen */
body {margin:5px;height:100%; background:#c0b5a2; text-align:center; font-family:arial; font-size:12px;}
h1{color:#287722; margin:0px 0px 20px 0px; font-size:18px;}
h3{color:#287722; margin:0px;}
hr {color:#287722; margin:5px 0px 5px 0px;}
p{margin:0px 0px 10px 0px;}

a:link {color:#287722; text-decoration:none;}
a:active {color:#287722; text-decoration:none;}
a:visited {color:#287722; text-decoration:none;}
a:hover{color:#287722; text-decoration:underline; cursor: default;}

/* ID */
div#container{
    margin:0px auto;
    text-align: left;
    width:800px;
    position: relative;
}
div#header {
    background-image:url(../images/header.png); 
    height:188px; width:724px; 
}

div#header h1 {
	clear:both; 
	float:left; 
	padding:52px 0px 0px 20px;
	margin:0px; 
	color:#FFF; 
	font-size:15px;}


div#logo {
	background:url(../images/logo.png); 
	width:134px; height:62px; 
	margin:10px auto auto 20px; 
	float:left;
}
	
div#top_tekst {
	right:0;
	font-weight:bold;
	height:20px;
	left:450px;
	position:absolute;
	top:5;
	width:200px;
}
div#top_tekst ul{ 
	padding:0;
	margin:0;
	list-style:none; text-align:left;
	width:350px;
	left:500px;
}

div#top_tekst ul li {
	display:inline;
	left:500px;
}
div#top_tekst a:link, div#top_tekst a:active, div#top_tekst a:visited {
	color:#000;
	cursor: hand;
}

div#back_main {
	width:724px;
	min-height:519px;
	background:url(../images/background.png) right #fff no-repeat;
	z-index:0;
}

div#left_box {
	float:none;
	width:538px; min-height:500px;
	z-index:1;
	padding:20px 20px 20px 20px;
}
                
div#right_box {
	position:absolute;
	right:-20px;
	top:188px;
	min-height:519px;
	width:201px; 
	background:url(../images/foto_rechts2.png) no-repeat;
	z-index:2;
}

div#footer {
    clear:both; 
    width:724px; height:46px; 
    background:url(../images/footer.png);
}

div#footer, div#f_text p {
    text-align:center; font-weight:bold;
    padding-top:2px; margin:0px; vertical-align:middle;
}

/* Menu */
div#menu .active {color:#FF0000;}
div#menu {
	background:url(../images/menu_back.png) repeat-x;
	height:29px; width:724px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	text-align:left;
}

div#menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	opacity:0px;
}

div#menu ul li {
    list-style:none;
    vertical-align:middle;
    position:relative;
    float:left;
    width:100px;
    line-height: 28px;
    left:15px;
}

div#menu a {
    text-decoration: none;
    display: inline;
    margin: 0;
    padding: 0px;
}

div#menu ul ul a{
	padding-left: 5px;
	width:200px;
	z-index:3;
}

div#menu ul ul li.last a{
    border-bottom: 0;
}

div#menu ul ul li a:hover{
    display:block;
    cursor: default;
}

div#menu a:hover {
    color: #FF0000;
}

div#menu li {
	position: relative;
}

div#menu ul ul {
    padding-top: 14px;
    margin: 0;
    text-align: left;
    display: none;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 0px;
    z-index:5;      
}
div#menu ul ul li{
	margin:0; 
	padding: 0; 
}
div#menu ul ul li a {
	background-color:#a1c653; 
	color:#FFF; height:100%; 
	line-height: 22px; 
	display: block; 
	padding:0px 5px;
	border-bottom: 1px solid white;
}
div#menu ul ul li a:hover {
	background-color:#287722; 
	color:#FFF;
}
div#menu ul li:hover ul {
	display:block
}

#button {
	width:250px;
	background:#287722;
	border:2px double black;
	font-size:11px;
	cursor:pointer; pointer:hand;
	color:#FFFFFF; font-weight:bold;
}
 /* Classes */
.table_opmaak {
	font-size:12px;
}
