/* General */
body {
	margin:0;
	padding:10px 0;
	background:#EFCABA url(../assets/body-background.png) top repeat-x;
	font-family:Arial;
}

a img { border:none; }
div.clear { clear:both; }
ul, li, fieldset { margin:0; padding:0; }
fieldset { border:none; }

/* Formvelden */
input.text { 
	background-color:#FEEED4; 
	border:1px solid #9B4922;
	color:#9B4922;
	font-size:11px;
}
input.button {
	color:#FEEED4;
	background-color:#9B4922;
	border:none;
	font-size:11px;
}

/* Titels */
h2 {
	font-family:Times new Roman;
	color:white;
	height:40px;
	margin:0;
	padding:10px 0 0 5px;
	background-repeat:repeat-x;
}

/* Container */
#container {
	width:750px;
	margin:0 auto;
	border:1px solid black;
	background:url(../assets/container-background.png);
}

/* Header */
#header {
	background-color:white;
	border-bottom:1px solid black;
	height:142px;
}

/* Menu */
#menu {
	width:196px;
	float:left;
	padding-bottom:20px;
}

#menu h2 { 
	background-image:url(../assets/title-a-background.png); 
	border:solid black;
	border-width:0 1px 1px 0;
}

#menu ul {
	font-size:15px;
	list-style:none;
	color:#595959;
}
#menu ul a { 
	display:block;
	text-decoration:none; 
	color:#595959;
	border-bottom:1px solid #C4C4C4; 
	padding:0 0 5px 21px;
	height:17px;
}
#menu ul a:hover, #menu a.actief { 
	color:#A0291D; 
}
#menu li {
	padding:5px 0 0;
	background:url(../assets/list-item.png) 4px 11px no-repeat;
}

/* Submenu */
#menu li ul {
	padding:0;
}
#menu ul ul li {
	background-position:20px 11px;
}
#menu ul ul li a {
	padding-left:35px;
}

/* Zoeken */
form.zoeken {
	padding:0 10px;
	margin:0;
}

form.zoeken input.text { 
	width:125px;
}

/* Content */
#content {
	width:425px;
	float:left;
	color:#484848;
	font-size:12px;
	padding-bottom:20px;
}

#content li{
	line-height:20px;	
}

#content h2 { 
	background-image:url(../assets/title-b-background.png); 
	border:solid black;
	border-width:0 1px 1px 0;
}

#content h3 {
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	color:#222222;
	padding:6px 5px;
	margin-top: 5px;
	border-bottom: 1px dotted #A0291D;
}

#content p, #content form {
	padding:0 5px;
	line-height:20px;
	font-size: 13px;
}

#content input
{
	margin: 1px;
	font-family:Arial;
	font-size:12px;
}

#content a {
	color:#484848;
}

#content a:hover {
	color:#A0291D;
}

#content img {
	border:1px solid #888888;
	margin: 3px;
}

#content ul {
	padding-left:25px;
}

/* Info */
#info {
	width:129px;
	float:left;
	padding-bottom:20px;
}

#info h2 { 
	background-image:url(../assets/title-a-background.png); 
	border:solid black;
	border-width:0 0 1px 0;
	margin-bottom:15px;
}

#info h3 {
	color:#A0291D;
	background:url(../assets/list-item.png) 5px no-repeat;
	padding:0 0 0 20px;
	margin:0;
	font-size:12px;
	font-weight:normal;
}

#info p {
	color:#595959;
	font-size:12px;
	padding:0 3px 0 5px;
	margin:10px 0;
	width:120px;
	overflow:hidden;
}

#info a { 
	color:#595959;
}

/* Footer */
#footer {
	position:relative;
	clear:both;
	height:18px;
	background:url(../assets/footer-background.png) repeat-x;
	border-top:1px solid black;
	color:white;
	font-size:11px;
	padding-left:14px;
	padding-top:4px;
}

#footer p {
	margin:0;
	padding:0;
}

#footer p.copyright {
	position:absolute;
	right:10px;
	top:4px;
}

#footer p.copyright a{
	color: #EFCABA;
}
