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

	Kavels Droomhuizen & Interieur 2009

 	Layout

	Colors:
	Red: #ee3124;
	Black: #000000;
	White: #000000;
	Light gray: #999999;

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

body {
	background: #000 url('../images/layout/body.background.x.png') left top repeat-x;
}
.red {
	color: #ee3124;
	text-decoration: none !important;
}
.black {
	color: #000000;
	text-decoration: none !important;
}

div#navigation ul#mainmenu {
	list-style-type: none;
	margin: 0;
	width: 800px;
	line-height: 3em;
}
	div#navigation ul#mainmenu li {
		float: left;
		margin: 0 2em 0 0;
	}
	div#navigation ul#mainmenu li.right {
		float: right;
		margin: 0;
	}
	div#navigation ul#mainmenu li a {
		text-decoration: none;
		color: #ffffff;
	}
	div#navigation ul#mainmenu li a:hover {
		color: #ee3124 ;
	}
	div#navigation ul#mainmenu li.current a{
		color: #ee3124;
	}

div#content div#splash {
	position: relative;
	margin: 0 0 1em 0;
}

div#content ul.submenu {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	line-height: 2em;

	background: url('../images/layout/content.submenu.y.png') left top repeat-y;
	width: 259px;
}
	div#content ul.submenu li {
		
	}
	div#content ul.submenu li.first {
		background: url('../images/layout/content.submenu.first.png') left top no-repeat;
		padding-top: .5em;
	}
	div#content ul.submenu li.last {
		background: url('../images/layout/content.submenu.last.png') left bottom no-repeat;
		padding-bottom: .5em;
	}
	div#content ul.submenu li a {
		display: block;
		width: 234px;
		margin: 0 0 0 1em;
		text-decoration: none;
		color: #ffffff;
		border-bottom: 1px solid #999999;
	}
	div#content ul.submenu li.last a {
		border-bottom: 0;
	}
	div#content ul.submenu li a:hover {
		background: url('../images/layout/content.submenu.arrow.png') left center no-repeat;
		padding-left: 10px;
		width: 224px;
	}
	div#content ul.submenu li.current a{
		color: #ee3124;
	}

div#extra div#partners {
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#planning {
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #ffffff;
}

div#footer p{
	border-bottom: 1px solid #ffffff;
	padding: 0;
	color: #999999;
	line-height: 2em;
}

ul.nobullets {
	list-style-type: none;
	margin-left: 0;
	font-weight: bold;
}
	ul.nobullets li {
		font-weight: normal;
	}

a.rollover { 
	background-repeat: no-repeat;
	display:block; 
	margin-bottom: 1em;
}
a.rollover span { display:none; }	

a#inschrijfformulier { 
	background-image:url('../images/buttons/inschrijfformulier.png'); 
	width: 93px;
	height: 129px;
}
a#inschrijfformulier:hover { background-image:url('../images/buttons/inschrijfformulier.hover.png');  }
}

/* Newsletter */	
.blocknieuws {
	width:740px;
}
.blocknieuws_inside { 
	display:block; 
	padding:40px 50px 60px 50px;
	margin: 0 0 30px 0;
	background-color: #FFF;
	border: 1px solid #BF2E1A;
}
.blocknieuws_inside p {
	color: #000;
	margin: 1em 0;
}

/* Slideshow */	
#top-zone {
	overflow:hidden;
	width:800px;
	height:360px;
	margin:0;
} /*Here to keep images hidden in IE mostly*/
	
.slideshow {
	width:800px;
	height:360px;
	margin:0;
	overflow:hidden;
}
	
.slideshow li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
}
	
#overlay {
	width:316px;
	height:225px;
	background:url('../images/layout/slideoverlay.png') no-repeat top center;
	padding:0 0 0 35px;
	position:absolute;
	z-index:10;
	top:45px;
	left:45px;
}

#more {
	position:absolute;
	z-index:15;
	top:230px;
	left:80px;
}

#headerInschrijven {
	display: block;
	background: transparent url('../images/layout/button.png') no-repeat left top;
	width: 126px;
	height: 27px;
	position:absolute;
	z-index:15;
	top:180px;
	left:180px;
}

#headerInschrijven:hover {
	background-position: left bottom;
}

#banners {
	width: 802px;
	height: 62px;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 20px;
	clear:both;
}

#banners img {
	height: 60px;
	margin: 0 5px;
	border: 1px solid #000;
	clear:both;
}
#banners img:hover {
	border: 1px solid #FFF;
}
