/* selectors */
a {
	color: #960000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-family: "Georgia";
	text-transform: uppercase;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
	background: url(../../images/h1_bg.png) no-repeat bottom;
	display: block;
	line-height:1.4em;
	height:40px;
}

h2 {
    font-family: "Georgia";
	text-transform: uppercase;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 7px;
}


h3 {
    font-family: "Georgia";
	text-transform: none;
	color: #990000;
	font-size: 1.375em;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-family: "Lucida Sans";
	text-transform: uppercase;
	font-size: 0.925em;
	margin-bottom: 5px;
}

h6 {
	font-family: "Georgia";
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

#middle_column strong {
	font-weight:bold;
}

#middle_column em {
	font-style:italic;
}

#middle_column ol,#middle_column ul,#middle_column dl{margin-left:2em;}
#middle_column ol li{list-style:decimal outside;}#middle_column ul li{list-style:disc outside;}#middle_column dl dd{margin-left:1em;}

#middle_column address {
	margin-bottom:1.5em;
}

#breadcrumbs a, #footer a, #cal a {
	color: #333;
	font-weight: normal;
}

/* layout */
body {
    font-family: "Trebuchet MS", sans-serif;
	font-size: 0.725em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#333;
}

#canvas {
	background: url(../../images/bg.jpg) no-repeat scroll top center;
	width: 100%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;	
}

#header {
	height: 110px;
	background: url(../../images/header.png) no-repeat;
}

#menu {
	height: 30px;
	background: url(../../images/menu.png) no-repeat;
}

#top {
	height: 300px;
	background: url(../../images/top.png) no-repeat;
}

#intro {
	width:445px;
	height:280px;
}

#intro div {
	background: url(../../images/intro.jpg) no-repeat;
	margin-top: 15px;
	padding: 20px 20px;
	height:138px;
	color: #fff;
}

#intro h1 {
	color: #fff;
	background: none;
	font-weight: normal;
	text-transform: none;
	font-size: 1.4em;
}

#intro p {
	margin:0 0 10px;
}

#features li {
	display:none;
}

#features li.active {
	display:list-item;
}

div.headerimage img,
#features li img {
	width:445px;
	height:250px;
	display:block;
}

div.whiteboard {
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:137px;
	top:320px;
	height:90px;
	width:323px;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);
}

div.featureinfo {
	position:absolute;
	left:50%;
	margin-left:137px;
	margin-top:-90px;
	height:70px;
	width:303px;
	padding:10px;
}

div.featureinfo a {
	color:#000;
	font-weight:bold;
}

div.featureinfo p {
	margin:10px 0 0;
}

.column {
	float:left;
	width: 445px;
	margin-left: 30px;
	padding-top: 20px;
}

#middle {
	background:#fff url(../../images/content_bg_wit.png) no-repeat;
	min-height:450px;
	margin:0 0 20px;
}

#blogroll {

}

#sidebar {

}

#bottom {

}

#breadcrumbs {
	background: url(../../images/breadcrumbs_bg.png) no-repeat;
	height: 20px;
	padding: 10px 0 5px 30px;
}

#breadcrumbs ul,
#breadcrumbs li {
	display: inline;
}

#footer {
	background: url(../../images/footer_bg.png) no-repeat;
	height: 300px;
	padding: 80px 20px 20px 30px;
}

/* blogroll */

.blog_item {
	margin-bottom: 15px;
	border-bottom: dotted 1px #ccc;
	color: #990000;
}

.blog_item p {
	margin-bottom: 10px;
	color: #333;
}

.blog_item a {
	color: #990000;
	text-decoration: none;
}

.blog_item a.more {
	margin-bottom: 15px;
	display: block;
}

.blog_item a:hover {
	color: #990000;
	text-decoration: underline;
}

/* blocks */

.block {
	background: url(../../images/block_bg.png) repeat-y;
	padding: 10px;
	margin-bottom: 15px;
}

/* kalendar */
#cal div {
	float:left;
	width:202px;
	margin:0 5px;
}

#cal h3 {
	font-size:95%;
	color:#000;
	padding:0 5px;
}

#cal ul li {
	margin:0 0 15px;
	letter-spacing:-0.5px;
}

#cal ul li a {
	text-decoration: none;
}

#cal ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.cal_item {
	background: #fff;
	height: 32px;
	width: 180px;
	padding: 7px 10px;
	color: #333;
	text-align: center;
	overflow: hidden;
	border: solid 1px #ccc;
}

/* foto */

#foto {
	padding: 11px 0 10px 2px;
}

#foto li {
	width: 130px;
	text-align: center;
	float: left;
	margin-left: 12px;
}

#foto li a.imagelink {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.825em;
	background: #fff;
	display: block;
	padding-top: 5px;
	overflow: hidden;
	height: 2em;
}

#foto li a:hover {
	text-decoration: underline;
}

#foto li div.imgbox {
	background: none;
	text-align:center;
	height:100px;
	width:130px;
	line-height:100px;
	margin:0 0 3px;
}

#foto li div.imgbox img {
	display:inline;
	vertical-align:middle;
}

/* sponsors */
#sponsors {
	margin:20px 0 0;
}

#sponsors h2 {
	text-align: center;
}

#ads {
	margin:20px 10px;
}

#ads li {
	margin:0 3px;
	height:60px;
	float:left;
	width:234px;
	text-align:center;
}

/* footer */
#footer ul {
	margin:0 auto;
}

#footer ul.items5 {
	width:775px;
}

#footer li {
	font-family: "trebuchet ms", sans-serif;
	float: left;
	display: block;
	width: 135px;
	padding-right: 20px;
}

#footer ul ul li {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#333;
	float:none;
	width:auto;
	margin:0;
	padding:0;
}

#footer a {
	text-decoration: none;
}

#footer ul ul li a:hover {
	text-decoration: underline;
}
	
/* overig */

div#header a.gohome {
	display:block;
	text-indent: -1000px;
	width: 200px;
	height: 135px;
	position: absolute;
	z-index: 99;
	left:50%;
	margin-left:-100px;
	outline:0;
}

div#header a.gohome2 {
	display:block;
	text-indent: -1000px;
	outline:0;
	width: 304px;
	height: 25px;
	position: absolute;
	z-index: 99;
	left:50%;
	margin-left:-480px;
	top:75px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#loggedin {
	float: right;
	margin:70px 20px 0;
	text-align:right;
}

#loggedin p {
	margin:0;
}

#loggedin a {
	font-weight:bold;
}

#login {
	float:right;
	margin:70px 15px 0 0;
	width:400px;
	text-align:right;
}

#login p {
	margin:0;
}

#login fieldset {
	float:right;
	width:285px;
}

#login p.error {
	clear:right;
}

#login form fieldset, #login form {
	padding: 0;
	margin: 0;
}

#login input {
	float: left;
	margin: 0 5px;
	width: 100px;
	border: 1px solid #ccc;
	font-size: 1em !important;
	height:15px;
}

#login input.submit {
	background-image: url(../../images/login_submit.png);
	width: 50px;
	height: 17px;
	text-indent: -999px;
	display: block;
	float: left;
	border: none;
	cursor: pointer;
	outline: none;
	color: transparent;
	text-transform: capitalize;
}

#login input.submit:hover {
	background-position: 0 -17px;
}

/* subpagina's */

body.subpage #top {
	height: 120px;
	background: url(../../images/top_sub.png) no-repeat;
}

body.subpage #top #top_left {
	width: 170px;
	background: url(../../images/intro_sub.png) no-repeat 30px 10px;
	padding: 25px 45px 0;
	float: left;
	height:70px;
}

body.subpage #top #breadcrumbs_top {
	color: #fff;
}

body.subpage #top #breadcrumbs_top span {
	float:left;
}

body.subpage #top #breadcrumbs_top a {
	color: #fff;
	display:inline;
}

div.currentpage {
	margin-top: 10px;
}

div.currentpage a {
	font-size: 1.1em;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-family: "Georgia", serif;
}

body.subpage #top #top_right {
	float: left;
	margin: 20px 0 0;
}

body.subpage #top #top_right img {
	margin:0;
}

body.subpage #middle #left_column {
	width: 200px;
	float: left;
}

body.subpage #middle_column {
	width: 420px;
	float: left;
	padding-top: 20px;
}

body.subpage #middle #right_column {
	width: 220px;
	float: right;
}

body.subpage #middle div.column {
	margin: 10px;
	padding: 10px;
}

ul#left_nav {
	background: url(../../images/column_bg.png) no-repeat 15px 0;
	padding: 5px 20px 10px 0;
}

ul#left_nav li a {
	color: #666;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: normal;
	margin-left: 5px;
	padding-left: 20px;
	text-transform: capitalize;
	display:block;
}

ul#left_nav li.active a {
	background: url(../../images/pijl_kl.gif) no-repeat left 9px !important;
}

ul#left_nav li a:hover {
	background: url(../../images/pijl_gr.gif) no-repeat left 9px;
}

body.subpage p {
	margin-bottom: 1.5em;
}

body.subpage img {
	margin-bottom: 2em;
}

body.subpage h2 {
	margin-bottom: 2em;
}

div.events ul {
	list-style:0;
	margin:0;
}

div.events li {
	background: url(../../images/pijl_kl.gif) no-repeat left 11px;
	padding-left:12px;
}

div.events div.entry {
	background: #fff;
	width: 180px;
	padding: 7px 10px;
	color: #333;
	overflow: hidden;
}

div.events div.entry a {
	font-weight:bold;
	font-size:120%;
	color: #333;
}

#middle div.events_main ul li, #middle div#event li {
	list-style-type: none;
	margin:0 0 15px;
}

#middle div.events_main ul, #middle div.events ul {
	margin: 0 0 20px;
	list-style:0;
}

div.events_main h2, div.events h3 {
	margin-bottom: 1em;
}

div.sponsor {
	margin-bottom: 0.5em;
	font-style: italic;
}

body.subpage #middle h1 {
	font-size: 1.5em;
	background: none;
}

/* full subpage */
body.fullpage #middle_column {
	width: 680px;
}

/* nieuwsmodule */
#news h3 a {
	color: #960000;
}

#news div.msg_footer div {
	display: inline;
}

#news div.msg_footer {
	margin-bottom: 0.5em;
}
	
li.news-item {
	margin-bottom: 1em;
	border-bottom: dotted 1px #888;
}

/* foto album */
#album ul.preview li {
	float:left;
	width:50%;
	list-style-type: none;
	height:262px;
}

#album.preview ul {
	padding: 0;
	margin: 0;
}

#album.preview h2 {
	margin-bottom:10px;
}

#photo-album ul, #photo-album ol {
	margin: 0;
}

#photo-album div.pictures {
	margin: 2em 0 1em 0;
}

#photo-album div.date {
	margin-bottom:10px;
}

#photo-album div.pictures li {
	display: inline;
}

#photo-album div.pictures li img.picture {
	margin: 0 23px 15px 0;
}

#photo-album div.replies {
	margin:0 0 20px;
}

#photo-album div.replies li {
	border-bottom: 1px dotted #666;
	padding:15px 0 0;
}

#photo-album li div.date,
#photo-album li div.author {
	font-weight:bold;
	float:left;
}

#photo-album li div.date {
	margin:0 0 0 30px;
}

#middle_column ol.navigation {
	margin: 0 0 10px;
}

#middle_column ol.navigation li {
	list-style:none;
	display:block;
	float:left;
	margin:0 5px;
	border:1px solid #960000;
	padding:2px 5px;
	color:#960000;
}
	

/* forum */

#forum table {
	width:100%;
}

#forum table tbody {
	width: 690px;
}

#forum thead {
	background: #960000;
	color: white;
}


#forum thead tr th {
	padding: 0.5em;
}

#forum td.subjects {
	width: 45%;
}

#forum td.author, #forum td.date {
	width: 20%;
}

#forum td.replies {
	width: 15%;
}

#forum tbody {
	margin: 0.5em;
}

#forum tr td {
	padding: 0.2em 0.5em;
	vertical-align: top;
}

#forum tr.last td {
	border-bottom: 1px dotted #666;
	padding-bottom: 1em;
}

#forum table tr.category a {
	font-size: 1.2em;
}

#forum td.subjects {
	padding-left:30px;
}

#forum tr.category td {
	padding-top:10px;
}

#bookmarket ul.breadcrumb,
#forum ul {
	margin:0 0 20px;
}

#bookmarket ul.breadcrumb li,
#forum li {
	display: inline;
}

#forum a.button {
	float: right;
	padding: 10px;
}

#forum table.category td.subjects {
	padding-left: 15px;
}

#forum div.author  {
	font-weight:bold;
	padding-bottom: 0.3em;
}

#forum div.date {
	padding:1em 0 0;
	font-style:italic;
}

#forum div.message  {
	padding:0 0 0.3em 0;
}

#forum tr.reply td {
	border-top: 1px dotted #666;
	padding: 1em 0;
}

#forum table.subject td {
	padding: 1em 0;
}

#forum table.subject th.author,
#forum table.subject td.author {
	width:25%;
}

#forum table.subject th.message,
#forum table.subject td.message {
	width:70%;
}

#forum table.subject tbody td {
	border-bottom: 1px dotted #666;
}

#bookmarket {
	width:640px;
}

#bookmarket a.order {
	display:block;
	width:130px;
	text-align:center;
	padding:4px 8px;
	background:#960000;
	color:#fff;
	margin:0 0 1em;
}

#bookmarket h2 {
	margin:0 0 0.5em;
}

#bookmarket ul.categories {
	width:450px;
}

#bookmarket ul.categories li,
#bookmarket ul.books li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin:0 0 2em;
}

#bookmarket div.picture {
	float:left;
	margin:2em;
}

#bookmarket li div.picture {
	width:150px;
	margin:0 40px 0 0;
}

#bookmarket li div.picture img {
	max-width:150px;
}

#bookmarket div.properties {
	float:left;
	width:400px;
}

#bookmarket div.author {
	margin:0 0 0.7em;
}

div.events-calendar table,
#bookmarket table {
	width:100%;
}

div.events-calendar table td,
div.events-calendar table th,
#bookmarket table td,
#bookmarket table th {
	padding:4px;
}

div.events-calendar table thead tr,
#bookmarket table thead tr {
	background:#960000;
	color:#fff;
}

div.events-calendar td.year,
#events-calendar td.month {
	font-size:120%;
	font-weight:bold;
}

#bookmarket tfoot td.total {
	text-align:right;
	font-weight:bold;
}

div.bookbasket {
	float:right;
}

div.bookbasket img {
	margin:0 5px;
}

#middle_column div.guestbook #f_msg {
	position:absolute;
	left:-9999em;
}

#middle_column div.guestbook a.compose {
	float:right;
	background:#990000;
	color:#fff;
	padding:0.5em 1em;
}

#middle_column div.guestbook ul {
	clear:right;
	padding:2em 0;
	list-style:none;
}

#middle_column div.guestbook ul li {
	list-style:none;
	margin:0 0 2em;
}

#middle_column div.guestbook li div.author {
	float:left;
	width:424px;
	color:#990000;
	padding:8px 0 8px 10px;
	height:1em;
	border-bottom:1px solid #990000;
}

#middle_column div.guestbook li div.author a {
	color:#990000;
}

#middle_column div.guestbook li div.date {
	width:200px;
	float:left;
	color:#990000;
	padding:8px 0;
	height:1em;
	border-bottom:1px solid #990000;
}

#middle_column div.guestbook li div.message {
	clear:left;
	padding:10px;
}

#sidebar div.birthdays li,
#sidebar div.guestbook li {
	margin:0 5px 15px;
	background: #fff;
	height: 32px;
	padding: 7px 10px;
	color: #333;
	overflow: hidden;
	border: solid 1px #ccc;
}

#sidebar div.birthdays li.last,
#sidebar div.guestbook li.last {
	margin:0 5px 0;
}

#sidebar h2 {
	color:#960000;
}

#sidebar div.birthdays li a,
#sidebar div.guestbook li a {
	color:#000;
	font-weight:normal;
}

#form-symposium fieldset.workshops input {
	width:20px;
	text-align:center;
}

#form-symposium fieldset.lunch label,
#form-symposium fieldset.workshops label {
	width:300px;
	margin-left:5px;
}

		/* ------------------------- */
		/* GOOGLE MAPS				 */
		div.google {
			width:500px;
			height:250px;
		}