/* CSS Document */

body {
	background: url(images/achtergrond_verloop.png) repeat-x;
	background-color: #1e3d4b;
	border: 0px; 
	margin: 0px;
}
body, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #d18a70;
	margin-bottom: 2px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #d18a70;
	background-color: #d18a70;
	border-top: 1px solid #d18a70;
	border-bottom: 0px;
	height: 0px;
	margin: 8px 0px;
}

.menu { 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dashed #ffffff;
}
.menu a { 
	text-decoration: none; 
    padding: 4px 0px 4px 26px; 
	color: #ffffff; 
	width: 271px;
	display: block;
}
.menu a:hover { 
	color: #ffffff; 
	background: #5b090e; 
}
.menu a.actief { 
	color: #ffffff; 
	background: #5b090e; 
}

.topmenu { 
	font-size: 11px; 
	letter-spacing: 1px;
	color: #ffffff; 
	padding-left: 26px;
}
.topmenu a { 
	text-decoration: none; 
	color: #ffffff; 
}
.topmenu a:hover { 
	color: #264856; 
}

.breadcrumb { 
	font-size: 11px; 
	padding-left: 26px;
	line-height: 22px;
}

.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #d18a70;
}

.bijschrift {
	font-size: 10px;
	font-style: italic;
	padding: 8px 8px 0px 0px;
}

.foto {
	border: 1px solid #000000;
}

.bottom, .bottom a, .bottom a:hover {
	color: #a4a8ab;
	font-size: 10px;
	background-color: #222a30;
	line-height: 15px;
}
