/* Basis */

* {
	margin: 0em;
	padding: 0em;
}

body {
	background-color: #ffffff;
	background: #fff url('images/n2.gif') 0px 122px repeat-x;
	color: #585858;
	font-family: helvetica, arial;
	font-size: 12px;
	cursor: default;
}

#kljlogo {
	position: absolute;
	top: 200px;
	right: 0px;
	z-index: -1;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #66000f;
}

a {
	text-decoration: underline;
	color: #D90000;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 100%;
	height: 122px;
	background: #440000 url('images/n1.gif') repeat-x;
	border-bottom: 1px solid #ffffff;
}

#header_center {
	position: relative;
	width: 950px;
	height:122px;
	margin: 0 auto;
}

/* Header - title */

h1,h1 a {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	position: absolute;
	bottom: 0.6em;
}

#logo h1 {
	display: inline;
	color: #fff;
	font-size: 2.6em;
}

#logo h2 {
	display: inline;
	padding-left: 0.5em;
	color: #E5CCD0;
	font-size: 1.0em;
}

/* Header - menu */
#menu {
	position: absolute;
	right: 0em;
	bottom: 0em;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.4em 1.0em 1.4em;
	background: #fff url('images/n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

#menu li a:hover, #menu li a.active {
	background: #CA2F2F url('images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #A94B4B;
}

/* Crumbs */

#subheader {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	width: 950px;
	margin: 15px auto;
}

#left {
	float: left;
}

#right {
	float: right;
	text-align: right;
}

/* Main */
#main {
	width: 950px;
	margin: 0px auto;
}

/* Inhoud */

#column1 {
	width: 558px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	height: 100%;
}

#column1 h3, #column1 h4 {
	color: #66000f;
	border-bottom: dotted 1px #e1e1e1;
}

#column1 h3 a, #column1 h4 a {
	color: #66000f;
	text-decoration: none;
}

#column1 h3 a:hover, #column1 h4 a:hover {
	text-decoration: underline;
}

#column1 h3 {
	font-size: 20px;
}

#column1 h4 {
	font-size: 16px;
}

#column1 h4.frontpage {
	border: none;
	color: #555;
}

#column1 .message {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ff9900;
	background-color: #ffff99;
}

#column1 #errorMessage {
	border: 1px solid #66000f;
	background-color: #ffcc99;
}

#column1 #successMessage {
	border: 1px solid #336600;
	background-color: #99FF66;
}

#column1 p, #column1 form {
	margin: 10px 0;
}

#column1 blockquote {
	margin: 20px;
	padding-left: 20px;
	border-left: dotted 1px #e1e1e1;
}

#column1 img.avatar {
	float: right; 
	border: dotted 1px #e1e1e1;
}

#column1 img.thumb {
	padding: 3px;
	border: dotted 1px #e1e1e1;
	float: left;
	margin: 10px;
	margin-left: 0;
}

#column1 h4 {
	clear: both;
}

#column1 form {
	border: 1px solid #bbb;
	background-image: url('images/comment.png');
	background-repeat: repeat-y;
	padding: 20px;
}

#column1 ol, #column1 ul {
	margin: 10px 30px;
}

#column1 .cell-today {
	background: #fff url('images/today.png');
	background-position: center top;
	background-repeat: no-repeat;
	color: red;
	font-weight: bolder;
	
}

#column1 form div.input label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

#column1 form div.input input {
	border: 1px solid #bbb;
	font-size: 18px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
}

#column1 form .error {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

#column1 form .error-message {
	color: red;
	margin-top: -15px;
	margin-bottom: 15px;
}

#column1 form select {
	border: 1px solid #bbb;
	width: 50%;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

#column1 form .date select, #column1 form .datetime select {
	width: auto !important;
}

#column1 form .list {
	border: 1px solid #bbb;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

#column1 form div.submit input, #column1 form div.button input {
	border: solid 1px #A94B4B;
	color: #fff;
	font-weight: bold;
	background: #CA2F2F url('images/n3.gif') repeat-x;
	padding: 3px;
}

#column1 form textarea {
	display: block;
	width: 100%;
}



/* Post */

#column1 .post ul.post_info {
	margin: 3px 0px 0px -3px;
	list-style: none;
	font-size: 0.8em;
}

#column1 .post ul.post_info li {
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

#column1 .post ul.post_info li.info {
	background-image: url('images/n5.gif');
	background-position: 2px 0px;
}

#column1 .post ul.post_info li.comments {
	background-image: url('images/n6.gif');
	background-position: 50px 100px;
	background-position: 2px 0px;
}

#column1 .post ul.post_info li.date {
	background-image: url('images/date.gif');
	background-position: 50px 100px;
	background-position: 2px 0px;
}

#column1 hr {
	clear: both;
	border: none;
	height: 1px;
	border-top: dotted 1px #e1e1e1;
}


/* Images */

#column1 .albumimage {
	display: block;
	margin: 10px auto;
	padding: 3px;
    border: dotted 1px #e1e1e1;
}

#column1 #map {
	display: block;
	margin: 10px auto;
	padding: 3px;
    border: dotted 1px #e1e1e1;
	width: 550px;
}

#column1 .images {
	margin: 0;
	padding: 0;
}

#column1 .images img {
	width: 175px;
	height: 175px;
	padding: 3px;
	border: dotted 1px #e1e1e1;
}

/* Tabellen */

table {
	width: 100%;
	border: dotted 1px #e1e1e1;
}

table img {
	border: 0px;
}

table:hover {
	background-color: #f9f9f9;
}

table tr:hover {
	color: #000000;
}

table td {
	border-top: dotted 1px #e1e1e1;
}

table td, table th {
	padding: 5px;
}

table th {
	text-align: left;
}

/* Comments */

ol#comments {
	margin: 0;
	list-style-type: none;
}

#comments li {
	display: block;
	background-image: url('images/comment.png');
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	padding: 20px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 20px;
}

#comments p.title {
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#comments p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

/* Sidebars */

#column2 {
	margin-top: 9px;
	width: 155px;
	margin-right: 10px;
	float: left;
	padding-right: 20px;
	height: 100%;
}

#column3 {

	margin-top: 9px;
	width: 155px;
	margin-left: 10px;
	float: left;
	height: 100%;
}

h4 {
	font-size: 14px;
	border-bottom: dotted 1px #e1e1e1;
}

h4 a, h4 a:active {
	color: inherit;
	text-decoration: none;
}

h4 img {
	vertical-align: middle;
}

h3 img {
	vertical-align: base;
}

#column2 p, #column3 p, #column2 ul, #column3 ul, #column2 form, #column3 form {
	margin: 10px 0;
	list-style-type: none;
}

#column2 li, #column2 li {
	margin-bottom: 3px;
}

#column2 form input.text, #column3 form input.text, #column3 form select {
	border: 1px solid #bbb;
	color: #bbb;
	font-size: 16px;
	margin-bottom: 3px;
	width: 100%;
	font-weight: bold;
}

#EventStartHour {
	margin-left: 20px;
}

#column2 form input.button, #column3 form input.button {
	border: solid 1px #A94B4B;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #CA2F2F url('images/n3.gif') repeat-x;
	padding: 3px;
}

#column2 img.picture, #column3 img.picture {
	width: 149px;
	padding: 2px;
	border: 1px dotted #bbb;
	margin-top: 10px;
}

br.clear {
	clear: both;
	border: 0;
}

#footer {
	font-size: 10px;
	padding: 20px;
	margin: 20px;
	text-align: center;
	border-top: dotted 1px #e1e1e1;
}
