/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(images/bg.jpg);
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

#stamp {
	position: absolute;
	top: 20px;
	left: 20px;
}

a {
	color: #642;
	text-decoration: none;
}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h4 {color: #f90; padding: 8px 0 2px;}
h2,h5 {color: #642; padding: 8px 0 2px;}
h3,h6 {color: #442; padding: 8px 0 2px;}

h1 {font: bold 1.8em serif,sans-serif;}
h2 {font: bold 1.6em serif,sans-serif;}
h3 {font: bold 1.4em serif,sans-serif;}
h4 {font: bold 1.3em serif,sans-serif;}
h5 {font: bold 1.2em serif,sans-serif;}
h6 {font: bold 1.0em serif,sans-serif;}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

dt {
	margin-left: 1em;
	font-weight: bold;
}

dd {
	margin-left: 2em;
}
/* structure */
#wrapper {
	/*
	background: #332 url(images/wrapper.gif) no-repeat left bottom;
	width: 762px;
	*/
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border-left: 6px solid #332;
	border-right: 6px solid #332;
}

#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
#title {
	border-top: 1px solid #996;
}

#title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 30px 0 10px 18px;
}

#title .right {
	padding: 20px 18px 10px 0;
}

#title .right img {
	margin: 0 3px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(images/header.jpg) no-repeat left bottom;
	height: 120px;
}
/* Navigation */

.navigation {
	background: #ded9D0 url(images/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #996;	
}
.navigation ul {
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}
.navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.navigation ul li a {
	display: block;
	background: #FFF url(images/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;

}

.navigation a:hover, .navigation a#active {
	background-position: left bottom;
	color: #331;
}


/* main */
/*.main#two-columns {background: #FFF url(images/two-columns.gif) repeat-y;}*/
.main, .main #two-columns {
	background: #FBF9F4;
}
/* bottom */
.bottom {
	background: #DCDAC9 url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left, .bottom .right {width: 49%;}

/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 89%;}
.footer .right {
	width: 10%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 71%;}
.col2 .right .content {}
.col2 .right {width: 27%;}
.content {padding: 18px 10px 5px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 5px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}

/*.block li a,*/
.block li em {
	color: #553;
	display: inline;
}

.block li span,.block li em {
	display: block;
	padding: 4px 3%;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
/*
.block li a:hover {
	color: #553;
}
*/
.right .block,.right .block li {border-color: #999;}

/**
 * EXTRA
 */

ul#breadcrumbs {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

ul#breadcrumbs li {
	display: inline;
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

div.status_ok, div.status_nok, div.warning, div.status_normal {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

div.status_nok, div.warning {
	color: #990000;
}

div.status_ok, .ok {
	color: #009900;
}

.halfitem {
	float: 				left;
	width: 				45%;
	border-top: 		1px solid #6a624f;
	border-left: 		1px solid #6a624f;
	border-right: 		1px solid #6a624f;
	margin: 			0 8px 15px 8px;
	padding: 			0;
	background-color:	#fff;
}

.itemheader {
	padding:			2px 5px;
	margin: 			0;
	border-bottom:		1px solid #6a624f;	
	background-color:	#999;
	color:				#fff;
	font-weight:		bold;
}

.itemsubheader {
	padding:			2px 5px;
	margin: 			0;
	border-bottom:		1px solid #6a624f;
	background-color:	#f90;
	color:				#fff;
	font-weight:		bold;
}

.iteminhoud {
	background-color:	transparent;
	padding:			2px 5px;
	margin:				0;
	border-bottom:		1px solid #6a624f;
}

div.smallitem {
	float: 				left;
	width: 				29%;
	border: 			1px solid #fff;
	margin: 			0 7px 15px 7px;
	padding: 			0;
	padding-bottom:		6px;
}

.smallitem .title {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.smallitem .image {
	text-align: center;
}

div.object, .center {
	text-align: center;
}

#content div.object {
	padding-top: 10px;
}

div.controls {
	text-align: right;
	margin: 20px 0;
	clear: both;
}

div.pagination {
	padding:3px;
	margin:3px;
	text-align: center;
}
div.pagination a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	background-color:#fff;
	text-decoration:none;
	color:#f6b92a;
	font-weight:bold;
}
div.pagination a:hover,div.pagination a:active {
	border:1px solid #333;
	color:#fff;
	font-weight:bold;
	background-color:#f6b92a;
}

div.pagination span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	font-weight:bold;
	background-color:#f6b92a;
	color:#ffffff;
}
div.pagination span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	color:#333;
	font-weight:bold;
	background-color:#ccc;
}

img.links {
	float: left;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.rechts {
	float: right;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul.icons {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.afbeelding, div.artikel, div.formulier, div.tekst, div.video, div.toneel, div.marker, div.map, div.user, div.immo, div.album, div.snack {
	margin: 15px 0;
	clear: both;
}

.zijbalk {
	float:right;
	clear: both;
}

.infowindow {
	font-size: 0.9em;
	margin-bottom: 30px;
}

.hidden {
	visibility: hidden;
}

.fotobox {
	float: left;
	width: 30%;
	height: 170px;
	text-align: center;
	padding: 5px;
}