/* CSS Document */
html, body {
	background-image:url(/img/bg_verloop.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0274ca;
	height: 100%;
	margin:0px;
}

#container{
	background-image:url(/img/bg_container.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:956px;
	background-color:#FFFFFF;
	margin:auto;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

}

#logo{
	position:relative;
	margin-top:0px;
	margin-left:2px;
	height:91px;
	width:951px;
}

#menu_bg{
	position:relative;
	float:left;
	height:239px;
	width:212px;
	margin-left:2px;
	background-image:url(/img/menu_verloop.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#003300;
	z-index:1;
}

#menu{
	position:absolute;
	width:214px;
	z-index:99;
}

.menubordergroen{
	border-bottom: #8faa77 1px solid;
}

.menuborderblauw{
	border-bottom: #72b3e3 1px solid;
}

#menu ul{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:21px;
}

#menu li{	
	line-height:29px;
	padding-left:15px;
	text-transform:uppercase;
	height:29px;
	background:transparent url(/img/pijl.gif) 186px 11px no-repeat;
	}


#menu li a:link, #menu li a:active, #menu li a:visited {
	display:block;
	height:29px;
	width:199px;
	line-height:29px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover,
#menu li a.active {
	background-color:#0477cd;
	color:#FFFFFF;
	width:199px;
	text-decoration:none;
}

/* Submenu */

#nav, #nav ul {
	display:block;
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	line-height:20px;
	color: #7C6240;
	text-decoration: none;
}

#nav li {
	position:relative;
}

#nav li ul {
	position: absolute;
	display:none;
	height: auto;
	font-weight: normal;
	left: 214px;
	top:0;
	background:#0477cd;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display:block;
}

#nav li:hover, #nav li.sfhover {
	background:#0477cd;
}

#nav ul a:hover,
#nav ul a.sfhover {
color:#999999;
}

.absolute {
	position: absolute;
}

#header{
	position:relative;
	float:left;
	height:239px;
	width:737px;
	margin-left:2px;
	overflow:hidden;
}

#kader_links{
	position:relative;
	float:left;
	width:212px;
	height:313px;
	margin-left:2px;
	background-color:#e5e5e5;
	border-top: #FFFFFF 2px solid;
}

#main{
	position:relative;
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	width:498px;
	background-color:#ffffff;
	min-height:550px;
}

#main_groot {
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	width:695px;
	background-color:#ffffff;
	min-height:550px;
}

#weerkaart{
	position:absolute;
	left:37px;
	top:475px;
	height:73px;
	width:138px;
	border: #ffffff 2px solid;
}

#main_kop{
	position:relative;
	float:left;
	margin-top:2px;
	margin-left:2px;
	height:24px;
	padding-left:17px;
	padding-top:6px;
	width:720px;
	background-image:url(/img/main_kop_verloop.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#kader_rechts{
	position:relative;
	float:left;
	width:177px;
	margin-left:20px;
	background-color:#ffffff;
}

#kaart{	
	position:relative;
	margin-top:14px;
	width:177px;
	height:255px;
}

#foto{	
	position:relative;
	margin-top:14px;
	width:177px;
	height:190px;
}

#snelnaar{	
	position:relative;
	margin-top:14px;
	width:177px;
}

#zoeken{	
	position:relative;
	margin-top:14px;
	width:177px;
	height:100px;
}


#footer{
	background-image:url(/img/footer_verloop.gif);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
	position:relative;
	margin:0 auto;
	width:951px;
	height:26px;
	background-color:#ebebeb;
	bottom:0px;
	left: 50%;
	margin-left:-476px;
}

.borderbottom{
	border-bottom: #e5e5e5 1px solid;
}


.zoekbalk{
	border: #2e5a0d 1px solid;
}

#snelnaar ul{
	list-style:none;
	line-height:22px;
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-bottom:8px;
}

#snelnaar li a:link, #snelnaar li a:active, #snelnaar li a:visited {
	background:transparent url(/img/listitem.gif) 0px 7px no-repeat;
	padding-left:12px;
}

#snelnaar li a:hover,
#snelnaar li a.active {
	background:transparent url(/img/listitem.gif) 0px 7px no-repeat;
	padding-left:12px;
}

#footer_left{
	position:relative;
	width:800px;
	float:left;
	margin:0px;
	padding-top:6px;
	padding-left:40px;
}

#footer_right{
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

.hidden {
	display:none;
}