/*
#
#	SNELSITE ENTERPRISE
#
#	project : Lakenfeesten.nl
#	website : http://www.lakenfeesten.nl
#	version : 10-06-2008
#	
#	author  : Media Design (http://www.mediadesign.nl)
#	
*/

/* ########## GENERAL STYLING ########## */
@import url(../multi.css);

html, body {
	background-color: #fff;
	color: #414345;
	width: 100%;
}
body {
	font-family: Arial, Verdana, sans-serif;
}

h2 {
	font-size: 120%;
	margin-top: 0;
}
a, a:visited {
	color: #000;
}
a:hover, .subnavigation a:hover {
	color: red;
}

/* ########## HASLAYOUT FIX ########## */
#menu:after, 
#extracontent:after,
#container:after,
.intro:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* ########## WRAP ########## */
#wrap {
	background: #fff url(/layout/lakenfeesten_nl/images/heading_bg.jpg) top left repeat-x;
	width: 100%;
}

.structural {
	display: none;
}

/* ########## CONTAINER ########## */
#container {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
}

/* ########## MENU & HEADER ########## */
#menu_header {
	background: #a12121 url(/layout/lakenfeesten_nl/images/menu_header_bg.jpg) 0 0 repeat-x;
	height: 342px;
	border: 1px solid #ca2020;
	border-bottom: 1px solid #a12121;
}
#header {
	margin: 0;
	border-top: 1px solid #811010;
}
#header a {
	text-indent: -9999px;
	background: #ca2020 url(/layout/lakenfeesten_nl/images/headerimage.jpg) 0 0 no-repeat;
	display: block;
	height: 230px;
	outline: 0;
}

#menu {
	margin-top: 61px;
}
#menu ul li {
	float: left;
	background: #a12121 url(/layout/lakenfeesten_nl/images/corner_right.jpg) top right no-repeat;
	margin: 0;
	margin-left: 2px;
	padding: 2px 0;
	list-style-type: none;
}
#menu ul li a {
	background: url(/layout/lakenfeesten_nl/images/corner_left.jpg) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 15px;
	margin: 0;
}
#menu ul li.selected a {
	color: yellow;
}

/* ########## SUBNAVIGATION ########## */
.subnavigation {
	margin: 0 0 15px 0;
}
.subnavigation li a {
	color: #000;
}

/* ########## CONTENT ########## */
#content {
	float: left;
	width: 727px;
	min-height: 400px;
	border-right: 1px dotted #000;
	padding: 0 10px;
	margin-top: 35px;
}
.itembox {
	margin: 0 20px 20px 7px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.comments dt, .comments dd {
	width: 80%;
}
.comments dt {
	background-color: #ccc;
	border: 1px solid #000;
}
.comments dd {
	border: 1px solid #000;
	border-top: 0;
}

#gallery-thumbs .gthumb {
	border: 0;
}

/* ########## EXTRACONTENT -- BANNERS ########## */
#dragon {
	position: absolute;
	top: 10px;
}

#extracontent  {
	float: left;
}
#banners {
	margin-top: 90px;
	padding-left: 30px;
}
#banners h4 {
	font-size: 115%;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
	padding: 5px;
}
#banners img {
	margin: 10px;
	border: none;
}
