/* Algemeen */

body {
	font: 70%/1.7em Verdana, arial, helvetica, sans-Serif;
	}



#oudebrowsers {
	display:none;
}

/* Opmaak teksten */

h1 {
	font-family: Trebuchet MS, Arial, verdana, sans-Serif;
	font-size: 2em;	
	color: #000000;
}

h1:first-letter {
	color:#d60a01;
}

#logo h1 {
	border-bottom:1px solid #999999;
	padding-bottom:10px;
}

.rood {
	color:#d60a01;
}

h2 {
	font-family: Trebuchet MS, Arial, verdana, sans-Serif;
	font-size: 1.6em;
	color: #4F6B02;
	margin-bottom: 5px;
}

h3 {
	font-family: Trebuchet MS, Verdana, arial, sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #C15600;
}

p {
	margin-bottom:1.4em;
}

ul, ol {
	margin-left:2em;
	margin-bottom:1.4em;
}

/* Opmaak plaatjes */

.imgover {
	border: 0px solid #323232;
}

img {
	border:0px;
}

.foto {
	background-color: #ffffff;
	padding:3px;
	margin:5px;
	border: 1px solid #4B4E4C;
}

/* Opmaak links */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

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

#content a:hover {
	color: #d60a01;
	text-decoration: underline;
}

.next {
	display:none;
}

.sitebartekst a, .sitebartekst a:hover {
	color: #999999;
	text-decoration: underline;
}

#header ul {
	display:none;
}

/* opmaak overig */

#content ul, #content ul ul {
	list-style-image: none;
	list-style-type: circle; 
}

input, textarea {
	color: #000000;
	font:1em Trebuchet MS, verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #8F8F8F;
	margin:1px;
}

.inputbutton {
	background-color: #d60a01;
	font-weight: bold;
	color:#FFFFFF;
	padding:0px 10px;
	border: 1px solid #000000;
}

/* site layout */

#container {
	text-align:left;
}

#header {
	display:none;
}

#sfeerbeeld {
	display:none;
}

#content {	
	background:url('images/contentbg.jpg') no-repeat left bottom;
	text-align:left;
}

#sidebar {	
	border-top:1px solid #999999;
	padding:10px 0px 0px 0px;
}

.sitebartekst {
	color: #999999;
	font-size:80%;
	line-height:170%;
}

#sidebar img, #sidebar h1 {
	display:none;
}

#footer {	
	text-align: center;
	color: #999999;
	border-top:1px solid #999999;
	padding:10px 0px 0px 0px;
}

