html {
overflow-y: scroll;
}

body {
	margin: 20px 0;
	padding: 0;
	font: normal .78em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background-image:url(../img/bg.jpg);background-repeat:repeat-x;background-position:left top;
	background-color: #691a1c;
	height: 100%;
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
	margin:0 0 8px;

}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background: #FAFAFA url(../img/quote.gif) no-repeat 3px 5px;
	border: 1px solid #eee;
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
}

/* form elements */
form {
	margin:10px 5px; padding: 0;
}
label {
	display:block;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	color:#777;
	overflow: auto;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
	cursor:pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform p { margin: 0px; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
	cursor:pointer;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(../img/wrap-bg.jpg) repeat-y;
}

/* header */
#header {
	position: relative;
	height: 220px;
	text-align: left;
	margin: 0; padding: 0;
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 300px;
	height: 200px;
	background: #FFF url(../img/bglogo.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 435px;
	height: 200px;
	background: #691A1C;
	background: #691A1C url(../img/bglogo.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: left top;

}
#logo-box h1#logo {
	position: absolute;
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;
	font: bold 14px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* nieuws */
.nieuwstitle h2 {
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 0px;
}
/* paginatie class */
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #F0EADF;
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #627162;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
    border: 1px solid #691A1C;
    font-weight: bold;
    background-color: #691A1C;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

/* header menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	width: 770px;
	background: #FFF url(../img/wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #000;
	background: #000 url(../img/bgmenu.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;
	color: #FFF;
	text-decoration: none;
}
#menu li .actief {
	background: #993333;
	color: #FFF;
}
#menu li a:hover {
	background: #CDCDCD;
	color: #000;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(../img/content.jpg) repeat-y;
}
#content {
	width: 740px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;

}

#sidebar li .actief {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .actief {
	text-decoration: underline;
	font-weight: bold;
}

#sidebar h1 {
	padding: 10px 0px 5px 0px;
	color: #660000;
}
.sidebox {
	margin-bottom: 10px;
	margin: 10px 10px;
}

/* sidebar menu */
#sidebar ul li {
	list-style-image: url(../img/bullet.gif);
}

/* main */
#main {
	float: left;
	width: 67%;
	margin: 0 0 10px 0;
	padding: 0;
}

#main ul li {
	list-style-image: url(../img/bullet.gif);
}

.post {
	margin: 10px 15px;
	min-height: 500px;
}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(../img/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
