@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	margin:0px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
color: #000;
}

#container{
	width: 900px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:#000000 solid 1px;
	background-image:url(assets/templates/bas/images/logo-bovag.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color: #006600;
}

#header{
	position:relative;
	width:900px;
	overflow:hidden;
	height:200px;
	overflow:hidden;
	background-color:#FFFF00;
}

#menulogo {
	width: 200px;
	height: 100px;
	background-color: white;
	padding: 2px;
	position: absolute;
	border: 1px solid black;
	left: 50px;
	bottem: 100px;
	background-color: #006600;
}


#afb-slide{
	border:1px solid #CCCCCC;
	border-width:1px;
	width: 130px;
	height: 87px;
}

#inhoud{
	position:relative;
	width:750px;
	min-height:500px;
	padding: 10px;
	float:left;
	background-color:#DFFFE1;
	overflow:auto;
}

#footer{
	clear:both;
	width:900px;
	height:15px;
	background-color:#006600;
}

@media screen{
body>div#header{
	position:fixed;
}

body>div#menu-bar{
	position:fixed;
}

body>div#right-sidebar{
	position:fixed;
}

body>div#footer{
	position:fixed;
}

* html body{
	overflow:hidden;
} 
* html div#inhoud{
	height:100%;
	overflow: scroll;
}}

a:active {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}


a:link{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;

}

a:visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;

}

a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

.menu {
position:relative; 
z-index:50;
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
color:#FFFFFF;
list-style-type:none;
width:95px;
margin-left: 15px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; margin-left:0; color:#FFFFFF;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
color: #FFFFFF;
}

/* get rid of the table */
.menu table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:link, .menu a:visited {
display:block; 
text-decoration:none;
height:15px;
line-height:15px;
width:100px;
color:#ffffff;
background-color: #006600;
border:1px solid #fff;
text-align: center;
font-size: 11px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:130px; width:129px;}
/* style the link hover */
.menu a:hover{
color:#fff; 
background: #009900;
}





/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li a{
margin-top:10px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul{
visibility:hidden;
position:absolute;
color:#FFFFFF;
top: 0px;
left:83px; 
z-index: 95;
}

.menu ul li ul li{
margin-top:-10px;
z-index: 99;
}





/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#menu{
	position:relative;
	width:130px;
	color: #FFFFFF;
	min-height:240px;
	float:left;
	background-color:#006600;
	z-index: 90;
} 