body {
	margin: 0;
	padding: 0;
	background: #330000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background: url(images/kopgevel.jpg) no-repeat;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 180px;
}

#colTwo {
	float: right;
	width: 620px;
}

#colTwoFoto {
	float: right;
	width: 620px;
	background: #ffffff;
	text-align:left;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid #d0d7f6;
	border: 5px solid #33FF66;
}

/* menu */

#nav {
	float: left;
	width: 180px;
}

#nav li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 28px;
}

#nav li a {
	text-decoration: none;
	color: #ccc;
	font-size: 13px;
	border-bottom: 1px dotted #707070;
}

#nav li a:hover {
	font-weight:bold;
	color:#666;
	border-bottom: 2px dotted #707070;
}

a {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

a:hover {
	border: none;
	font-weight:bold;
	color:#330000;
}


#kalender {
	float: left;
	width: 180px;
	margin-top: 20px;
	background-color: #ccc;
}

/* Posts */

#post {
	padding: 10px 25px 10px 25px;
	background: #fff;
	border: 1px solid #330000;
}

#post h1, h2 {
	margin-left: -10px;
}

.titel { 
	font-size: 15px;
	font-weight: normal;
	color: #330000; 
	margin-left: -10px;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	color: #ccc;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #ccc;
	font-weight:normal;
}

/* Form */

.cssform p {
width: 380px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 165px; /*width of left column containing the label elements*/
height: 1%;
text-align: left;
}
 
.cssform label {
font-weight: bold;
float: left;
margin-left: -165px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 280px;
}

.cssform textarea {
width: 280px;
height: 150px;
}

.foto {
padding: 0 10px 0 0px;
}

h1 { 
	font-size: 24px;
	font-family: Georgia,Times, serif;
	font-weight: bold;  
	font-style: italic;
	color: #330000; 
}
	
h2 { 
	font-size: 15px;
	font-weight: normal;
	color: #330000; 
}

h3 { 
	font-size: 13px; 
	font-weight: bold; 
}
