/* CSS Document */

@import "typography.css";

/*	-	Main layout
---------------------------------------------------------------------------------------*/

*{
	margin:  0;
	padding:  0;
}
html,
body{
	height: 100%;
	margin-bottom:1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
	background-color: #1aa2a2;
	background-image: url(../basis_img/bckgr.gif);
	font-weight: normal;
	background-repeat: repeat-y;
	background-position: 50%;
}
body{
	position: relative;
	width:  850px;
	margin:  0 auto;
	height: auto;
}

/*	-	Main layout
---------------------------------------------------------------------------------------*/
div#header{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width:  850px;
	background-image: url(../basis_img/top_bloemen2.jpg);
	background-repeat: repeat-x;
	height: 326px;
}

div#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width:  850px;
}
	
	div#links{
	width: 175px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: 2px;
	}
	
	div#midden-index{
	width: 650px;
	position: relative;
	background-color: #DEE1C0;
	float: left;
	margin-top: 2px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 1px;
	}
	
	div#midden{
	width: 495px;
	position: relative;
	background-color: #DEE1C0;
	padding: 10px;
	float: left;
	margin-top: 2px;
	}
	
	
	div#rechts{
	width: 140px;
	float: right;
	position: relative;
	margin-top: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	background-image: url(../basis_img/bloem_bck.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #336600;
	}

	div#bodem{
	height: 100%;
	background-color: #1aa2a2;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	float: left;
	width: 850px;
}



/*	navigatie
---------------------------------------------------------------------------------------*/
/*HOOFDMENU*/
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
	top: 33px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #7D7F6C;
border: 1px solid white;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/*SUBMENU*/

#submenu {
	position: relative;
	float: left;
	width: 160px;
		}
			#submenu .contentHolder {
	position: relative;
	float: left;
	width: 160px;
	margin: 0px;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
				}
			#submenu .contentHolder .content {
	position: relative;
	float: left;
	width: 160px;
	padding: 0px;
				}
	#submenu .contentHolder .content a, #submenu .contentHolder .content a:hover {
	display: block;
	color: #1aa2a2;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
					}
					#submenu .contentHolder .content a:hover, #submenu .contentHolder .content a.active, #submenu .contentHolder .content a:hover.active {
						color: #333333;
					}
