/* General */
body {
	margin:0;
	padding:0;
	font-family:Verdana;
	background:#DFD5BD url(img/body-background.png) top repeat-x;
	font-size:11px;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }
img.border { border:3px solid #6DB6FF; }

/* IE fix */
* html .item h3 span {
	padding-bottom:4px;
}

/* Container */
#container {
	width:960px;
	margin:0 auto;
	background-color:white;
	border:solid #CDC09F;
	border-width:0 1px;
}

/* Header */
#header {
	height:146px;
	background:url(img/header-background.png) repeat-x;
	font-family:Tahoma;
	color:#3F2D00;
	border-right:1px solid #A28750;
}

#header h1 {
	position:relative;
	width:537px;
	height:139px;
	background-image:url(img/logo.jpg);
	float:left;
	top:7px;
	margin:0;
}
#header h1 span { display:none; }

#header .info {
	position:relative;
	width:412px;
	float:left;
	top:7px;
	padding:5px;
}
#header h2 { 
	color:#3F2D00;
	text-transform:uppercase;
	margin:0;
	font-size:12px;
	border-bottom:1px dashed #F3EACD;
}
#header p {
	margin:6px 0 0;
	font-size:11px;
	position:relative;
}

/* Menu */
#menu {
	height:25px;
	background:url(img/menu-background.png) top repeat-x;
	margin-top:1px;
	list-style:none;
	text-transform:uppercase;
}
#menu li {
	float:left;
	height:25px;
	padding:0 3px 0 20px;
	background:url(img/menu-item.png) left 5px no-repeat;
}
#menu li.first { padding-left:0; background:none; }
#menu a {
	text-decoration:none;
	color:white;
	font-weight:bold;
	display:block;
	float:left;
	background:none;
	padding:5px 4px 0;
	height:20px;
}
#menu a:hover {
	color:#FFD200;
	background:url(img/menu-hover.png);
}

/* Banner */
#banner {
	position:relative;
	top:2px;
	background-color:#EEE5C9;
	text-align: center;
}

/* Lijsten */
.kolom {
	width:189px;
	float:left;
	padding-bottom:10px;
	margin-left:3px;
}
.kolom.first { margin-left:1px; }
.kolom.groot { margin-left:2px; width:767px; }

/* Items */
.item.a { background-image:url(img/item-a-background.png); }
.item.b { background-image:url(img/item-b-background.png); }
.item.c { background-image:url(img/item-c-background.png); }
.kolom.groot .item.a, .kolom.groot .item.a_noyellow { background-image:url(img/item-a-groot-background.png); }

.item.a h3 { background-image:url(img/item-a-top.png); }
.item.b h3 { background-image:url(img/item-b-top.png); }
.item.c h3 { background-image:url(img/item-c-top.png); color:#3F2D00; }
.kolom.groot .item.a h3 { background-image:url(img/item-a-groot-top.png); }
.kolom.groot .item.a_noyellow h3 { background-image:url(img/item-a-groot-top-noyellow.png); }

.item.a li.even { background-color:#90C8FF; }
.item.b li.even { background-color:#4EA7FF; }
.item.c li.even { background-color:#FEFFCA; }

.item.a ul { background:url(img/item-a-bottom.png) bottom no-repeat; }
.item.b ul { background:url(img/item-b-bottom.png) bottom no-repeat; }
.item.c ul { background:url(img/item-c-bottom.png) bottom no-repeat; }

.item.a .bottom { background-image:url(img/item-a-bottom.png); }
.item.b .bottom { background-image:url(img/item-b-bottom.png); }
.item.c .bottom { background-image:url(img/item-c-bottom.png); }
.kolom.groot .item.a .bottom, .kolom.groot .item.a_noyellow .bottom { background-image:url(img/item-a-groot-bottom.png); }

.item {
	margin-top:6px;
}
.item h3 {
	position:relative;
	margin:0;
	height:28px;
	color:white;
	font-size:11px;
	padding:5px 15px 0;
	line-height:1.1;
}
.item h3 span {
	position:absolute;
	bottom:0;
	padding-bottom:6px;
}
.item ul { 
	list-style:none; 
	padding:0 2px 10px;
	background-position:bottom;
	background-repeat:no-repeat;
}
.item li { 
	height:12px;
	padding:1px 5px 5px;
}
.item li a {
	color:#07366A;
	text-decoration:none;
	font-weight:bold;	
}
.item li a:hover { 
	color:#0D59AD; 
}
.item .bottom {
	height:23px;
}
.item p {
	padding:0 5px;
	color:#07366A;
}
.item p a {
	color:#052449;
}

.item .header {
	position:relative;
	height:15px;
	background:url(img/item-header.png);
	color:#452E00;
	padding:4px 0 0 15px;
	font-weight:bold;
}
.item .header .navigatie {
	position:absolute;
	left:60px;
	top:4px;
}

.item .header .navigatie a {
	color:#452E00;
	text-decoration:none;
}
.item .header .navigatie a:hover {
	text-decoration:underline;
}

/* Advertenties */
p.advertentie {
	text-align:center;
	margin:4px 0;
}
p.advertentie a { text-decoration:none; }
p.advertentie img { border:1px solid black; }

/* Footer */
#footer {
	width:960px;
	height:27px;
	margin:0 auto 5px;
	background-image:url(img/footer-background.gif);
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	padding-top:6px;
}
#footer a { color:white; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

.photo_folder_even { background-color:none; }
.photo_folder { background-color:#90C8FF; }
