/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
body {
	background-color:#93c448;
	background-image:url('../afbeeldingen/achtergrond.gif');
}

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

.clearen {
	clear:both;
}

#bovenkant_container {
	margin: 0 auto;
	width:974px;
	background-image:url('../afbeeldingen/bovenkant_container.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:27px;
}

#container {
	margin: 0 auto;
	width:926px;
	background-image:url('../afbeeldingen/achtergrond_container.gif');
	background-position:left top;
	background-repeat:repeat-y;
	padding:0px 24px 0px 24px;
}

#onderkant_container {
	margin: 0 auto;
	width:974px;
	background-image:url('../afbeeldingen/onderkant_container.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:27px;
}


#hoofdmenubalk {
	background-color:#007083;
	height:37px;
	line-height:37px;
	padding:0px 20px 0px 20px;
}

#winkelpand {
	width:220px;
	height:208px;
	float:left;
}

#winkelpand img {
	border:0px;
}

#logo_container {
  width:975px;
	background-image:url('../afbeeldingen/logo_container.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 auto;
	height:221px;
}

#logo {
	bottom:0px;
	width:220px;
	height:208px;
}



#logotest {
	position:absolute;
	margin:-220px 0px 0px 0px;
}

#header {
	width:704px;
	height:208px;
	float:right;
}

#linkerkant {
	width:220px;
	float:left;
}

#inhoudwrapper {
	width:704px;
	float:right;
}

#groenebalk {
	background-color:#93c447;
	height:33px;
	margin:2px 0px 0px 0px;
}

#winkelunitstehuur {
	border:0px;
	border-top:2px solid #ffffff;
}
#winkelunitstehuur img {
	border:0px;
}

#submenubalk {
	width:160px;
	padding:10px 30px 280px 30px;
	border:0px solid lime;
}

#gezelligwinkelen {
	background-image:url('../afbeeldingen/gezelligwinkelen.jpg');
	width:704px;
	height:74px;
	
}

#inhoud {
	width:644px;
	padding:0px 30px 30px 30px;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

a.hoofdmenu:hover {
	color: #7bc6d7;
	text-decoration:none;
	border-bottom:2px solid #7bc6d7;
}

a.hoofdmenu:active {
	color: #ffffff;
	text-decoration:none;
}


a.hoofdmenuactief {
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2px solid #7bc6d7;
}

a.hoofdmenuactief:hover {
	color: #7bc6d7;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #ffffff;
	text-decoration:none;
	border-bottom:2px solid #7bc6d7;
}









.tussenstukhoofd {
	font-size:16px;
	color: #7bc6d7;
}

a.submenu {
	font-size:14px;
	display:block;
	text-decoration:none;
	color: #ffffff;
	border:0px;
	border-bottom:1px dotted #ffffff;
	padding:10px 0px 0px 0px;
	font-weight:normal;

}

a.submenu:hover {
	color: #ffffff;
	font-weight:bold;
}

a.submenu:active {
	color: #ffffff;
	font-weight:normal;
}


a.submenuactief {
	font-size:14px;
	display:block;
	text-decoration:none;
	color: #ffffff;
	border:0px;
	border-bottom:1px dotted #ffffff;
	padding:10px 0px 0px 0px;
	font-weight:bold;

}

a.submenuactief:hover {
	color: #ffffff;
	font-weight:normal;
}

a.submenuactief:active {
	color: #ffffff;
	font-weight:bold;
}








.tussenstuksub {
	font-size: 13px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
