@charset "UTF-8";
/* CSS Document */

/* Divs */

body {
	height:100%;
	body:100%;
	
background-color: #231f20;
font-family: "Trebuchet MS";
font-size: 12px;
line-height: 15px;
color: #ffffff;
}

h1 {
font-family: "Trebuchet MS";
font-size: 14px;
font-weight: 100;
color: #ffffff;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

a:vlink {
color: #ffffff;
text-decoration: underline;
}


.divstyle #content {
	margin-left: 30px;
	margin-top: 40px;
}

html {
	height:100%;
	body:100%;
}


.divstyle #container {
margin-left:auto;
margin-right:auto;
width:850px;
height:480px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -450px;
margin-top: -313px;
}


.divstyle #menu {
	background-color:#ffffff;
	width: 165px;
	heigt: 562px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}

.divstyle #main {
	background-image:url(images/if_04.jpg);
	width: 653px;
	height: 562px;
	background-color:#ffffff;
	float: left;
	margin-left: 209px;
	margin-top: -562px;
	
	
}


img {
	display: block;
}



/* Menu Div */


* {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 0px;

}

#nav, #nav ul {
list-style-type: none;
}

#nav li { 
padding: 0px;
}

#nav ul {
top: 403px;
position: absolute;
width: 120px;
left: -1000px;

}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
width: 165px;

}

#nav a {
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;


}

ul a{
padding: 0px;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #ffffff;
cursor: pointer;
font-size: 11px; 
width: 165px;
background-image:url('images/dot.jpg');
background-repeat: repeat-x;
background-position:bottom;
padding: 0px;
display: inline;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #63CCE0;
background-color: #e9f7f9;
cursor: pointer;
width: 165px;
}

ul li{
padding: 0px;
display: inline;

}

ul ul li{
background-color:#666666;

}


/* IE only hack \*/
* html ul li, * html ul ul li{
border: none;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */


img{
border: none;
}



