@charset "utf-8";
/* Body & HTML */

body, html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/bodybg.jpg) repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #777777;}

html {
	background: url(../img/spring-feeling-wallpapers_5137_1024x768.jpg) fixed no-repeat center top #fcfcfc;
}
/* Tekst Opmaak*/

h1{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	margin: 12px 0px 12px 0px;
	padding: 0px;}
	
h2{
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #347b2a;
	margin: 0px 0px 9px 0px;
	padding: 0px;}

hr{
	width: 676px;
	height: 1px;
	background: #c2c2c2;
	border: none}

/* Elementen */

#container{
	width: 889px;
	min-height: 100%;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;}

#logo {
	position: relative;
}
	 
#logo a{
	width: 465px;
	height: 80px;
	display: block;
	position: absolute;
	top: 30px;
	margin-left: 20px;}
	
#header{
	width: 889px;
	height: 118px;
	background: url(../img/header.jpg) no-repeat;}
	
#footer_bg{
	width: 100%;
	height: 65px;
	background: url(../img/footer_bg.png) repeat-x;
	margin: 0 auto;
	margin-top: -65px;}
	
#footer{
	width: 889px;
	height: 65px;
	background: url(../img/footer.jpg) no-repeat;
	margin: 0 auto;}
	
#content{
	width: 889px;
	height: 100%;
	--overflow: hidden;
	margin-bottom: 65px;
}

#content_left{
	width: 170px;
	float: left;}
	
/* Menu Verticaal */

.menul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
}

.menul li {
	padding: 0;
	margin: 0;
	display: block;
	color: #fff;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;
}
.menul li a, .menul li a:visited {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 0px;
	width: 152px;
}

.menul_home a {background-image: url(../img/menul_home_n.jpg); height: 54px; margin-bottom: 16px;}
.menul_home a:hover {background-image: url(../img/menul_home_h.jpg); height: 54px;  margin-bottom: 16px;}
.menul_home_active a {background-image: url(../img/menul_home_h.jpg); height: 54px;  margin-bottom: 16px;}

.menul_binnenwereld a {background-image: url(../img/menul_binnenwereld_n.jpg); height: 55px;}
.menul_binnenwereld a:hover {background-image: url(../img/menul_binnenwereld_h.jpg); height: 55px;  }
.menul_binnenwereld_active a {background-image: url(../img/menul_binnenwereld_h.jpg); height: 55px;}

.menul_buitenwereld a {background-image: url(../img/menul_buitenwereld_n.jpg); height: 56px;}
.menul_buitenwereld a:hover {background-image: url(../img/menul_buitenwereld_h.jpg); height: 56px;  }
.menul_buitenwereld_active a {background-image: url(../img/menul_buitenwereld_h.jpg); height: 56px;}

.menul_bloemenwereld a {background-image: url(../img/menul_bloemenwereld_n.jpg); height: 55px;}
.menul_bloemenwereld a:hover {background-image: url(../img/menul_bloemenwereld_h.jpg); height: 55px;  }
.menul_bloemenwereld_active a {background-image: url(../img/menul_bloemenwereld_h.jpg); height: 55px;}

.menul_dierenwereld a {background-image: url(../img/menul_dierenwereld_n.jpg); height: 55px;}
.menul_dierenwereld a:hover {background-image: url(../img/menul_dierenwereld_h.jpg); height: 55px;  }
.menul_dierenwereld_active a {background-image: url(../img/menul_dierenwereld_h.jpg); height: 55px;}

.menul_waterwereld a {background-image: url(../img/menul_waterwereld_n.jpg); height: 55px;}
.menul_waterwereld a:hover {background-image: url(../img/menul_waterwereld_h.jpg); height: 55px;  }
.menul_waterwereld_active a {background-image: url(../img/menul_waterwereld_h.jpg); height: 55px;}

.menul_vestigingen a {background-image: url(../img/menul_vestigingen_n.jpg); height: 28px;}
.menul_vestigingen a:hover {background-image: url(../img/menul_vestigingen_h.jpg); height: 28px;  }
.menul_vestigingen_active a {background-image: url(../img/menul_vestigingen_h.jpg); height: 28px;}
.menul_twitter a {background: url(../img/full_logo_blue.png) bottom no-repeat; height: 32px;}


	
#content_right{
	width: 719px;
	float:right;
	height: 100%;
}
	
/* Menu Horizontaal*/

.mainmenu {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	margin-top: 15px;
}

.mainmenu li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	border: 0px;
	float:left;
}
.mainmenu li a
{
	display: block;
	font-size: 14px;
	color: #dc006b;
	text-decoration: none;
	border: 0px;
	float:left;
	font-family: Calibri, Verdana;	
	line-height: 44px;
	font-weight: bold;
	height: 44px;
	margin-left: 13px;
	_margin-left: 6px;
}

.mainmenu li a:hover{ text-decoration: underline;}

	
#menu_hor{
	width: 676px;
	height: 54px;
	margin: 0 auto;
	border-bottom: 1px solid #e2e2e2;}
	
#banner{
	width: 676px;
	height: 248px;
	margin: 0 auto;
	margin-top: 15px;	}
	
#content_area{
	width: 676px;
	line-height: 1.5;
	margin: 0 auto;
}
	
.kader{
	width: 327px;
	border-bottom: 1px solid #c2c2c2;
	float:left;
	margin-top: 20px;
	padding-bottom: 26px;
	margin-bottom: 5px;
	}
	
.kader2{
	width: 327px;
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;	
	float:left;
	padding-bottom: 26px;
	padding-top: 26px;
	margin-bottom: 5px;	
	
	}
	
#zoeken{
	width: 170px;
	position: absolute;
	margin-left: 680px;
	_margin-left:675px;
	*margin_left: 300px;
	top: 145px;}
	
#zoeken img {vertical-align: middle; border: 0px; float:right;}

/** #zoeken input{
	width: 114px;
	border: 1px solid #c2c2c2;
	font-family: Verdana;
	color: #777;
	padding: 4px;
	font-size: 10px;} ***/
	
.inputzoek{
	width: 114px;
	border: 1px solid #c2c2c2;
	font-family: Verdana;
	color: #777;
	padding: 4px;
	font-size: 10px;
	position: absolute;	}

.clear{ clear:both;}
	
a {
	color: #777777;
}

.menul li ul a {
	background-image: none;
	background-color: #337B29;
}

.menul li:hover ul a {
	background-image: none;
	background-color: #337B29;
	border: 1px solid white;
	font-size: 12px;
	
}

.menul li ul {
	display: none;
	position: absolute;
	
}

.menul li ul li {
	line-height: 28px;
	text-align: center;
}

.menul li:hover ul {
	display: block;
}

div#vestiging {
	width: 140px;
	border: 1px solid #777777;
	float: right;
	margin-left: 2px;
	margin-top: 20px;
	padding: 5px;
}

div#folder, div#actie {
	width: 320px;
	padding-bottom: 25px;
	border-bottom: 1px solid #777777;
}

div#actie {
	float: left;
}

div#actie div {
	background-color: #e1216c;
	text-align: center;
	color: white;
	font-size: 16px;
	height: 151px;
	font-weight: bold;
	width: 320px;
}

div#actie div table {
	width: 100%;
	height: 100%;
}

div#actie div span.big {
	font-size: 30px;
	line-height: 50px;
}

div#folder {
	float: right;
}

div#folder img {
	border: 0px;
}

#slider {
	width: 676px;
	height: 248px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
}

#slider .slide {
	height: 248px;
	width: 421px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider .button {
	width: 235px;
	height: 41px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #DC006B;
	border-bottom: 1px solid #D40066;
	padding: 10px;
}

#slider .button.active, #slider .button:hover {
	background: #790039;
	border-bottom: 1px solid #790039;
	cursor: pointer;
}

#slider .button.position2 {
	top: 62px;
}

#slider .button.position3 {
	top: 124px;
}

#slider .button.position4 {
	top: 186px;
}

#slider .button .title {
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	display: block;
	float: left;
	margin-bottom: 3px;
	background: url(../img/arrow-pink.png) no-repeat;
	padding-left: 9px;
}

#slider .button .subtitle {
	color: #790039;
	display: block;
	float: left;
	clear: both;
}

#slider .button.active .subtitle, #slider .button:hover .subtitle {
	color: #DC006B;
}

#slider .slide img {
	height: 248px;
	width: 421px;
}

#aanbiedingen {
	width: 676px;
	line-height: 1.5;
	margin: 10px auto 10px auto;
	clear: both;
	overflow: hidden;
}

.aanbieding {
	width: 330px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px solid #C2C2C2;
}

.aanbieding.odd {
	clear: both;
	margin-right: 12px;
	margin-bottom: 12px;
}

.aanbieding .title {
	color: #790039;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	display: block;
	float: left;
	margin-bottom: 3px;
	background: url(../img/arrow-pink.png) no-repeat;
	padding-left: 9px;
}

.aanbieding .subtitle {
	color: #DC006B;
	display: block;
	float: left;
	clear: both;
	font-size: 13px;
}

.aanbieding img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.aanbieding .aanbiedingtitle {
	position: absolute;
	left: 5px;
	top: 5px;
}

.aanbieding:hover .title {
	color: #DC006B;
}

.aanbieding:hover .subtitle {
	color: #790039;
}

.aanbieding:hover img {
	position: absolute;
	right: -5px;
	bottom: -5px;
}

div.weather {
	position: absolute;
	top: 40px;
	right: 10px;
	color: white;
}

div.weather img {
	border: 1px solid silver;
	padding: 1px;
	background: #fff;
}

div.weather .forecast_conditions {
	width: 50px;
}
