@charset "utf-8";
/* CSS Document */

body,html {
	height:100%;
}
body {
	background:url(template/achtergrond_body.jpg) repeat-x top #EFC8A7;
  	font-family:Arial, Verdana, sans-serif;	
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;

}
h1 {
	padding:0 0 5px 0;
	margin:0;
	color:#FF6600;
	border-bottom:1px solid #FF6600;
	font-size:18px;
}
h2 {
	border-bottom:1px solid #FF6600;
	border-top:1px solid #FF6600;
	color:#FF6600;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}
h3 {
	color:#461700;
	font-size:12px;
	margin:0;
	padding:0;
}
h4 {
	color:#FF6600;
	padding:0;
	margin:0;
	float:left;
	font-size:12px;
}
input, textarea {
	border:1px solid #C5946E;
	font-size:11px;
  	font-family:Arial, Verdana, sans-serif;	
}
input:focus, textarea:focus {
	border:1px solid #E36E07;
}

fieldset {
	border:1px solid #E36E07;
	padding:3px;
	width:400px;
}
legend {
	color:#E36E07;
	font-weight:bold;
	margin-left:5px;
}

#wrapper {
	height:auto !important;
	height:100%; 
	min-height:100%;
	position:relative; 
	margin:0 auto;
	width:960px;
	background:url(template/achtergrond_content.jpg) repeat-y;

}
#header {
	text-align:right;
	background:url(template/achtergrond_header.jpg) no-repeat;
	height:178px;
	margin:0 25px 0 25px;
}
#header #links {
	width:330px;
	margin-left:575px;
	padding-top:5px;
	text-align:center;
	color:#FF6600;
}
#header #links a {
	color:#FF6600;
	margin:0 8px 0 8px;
	text-decoration:none;
	font-weight:bold;
}
#header #links a:hover {
	text-decoration:underline;
}

#header img {
	margin:25px 25px 0 0;
	border:0;
}

#zijHeaderLinks {
	background:url(template/achtergrond_zijheaderLinks.jpg) no-repeat;
	height:600px;
	width:25px;
	position:absolute;
	top:0;
	left:0;
}
#zijHeaderRechts {
	background:url(template/achtergrond_zijheaderRechts.jpg) no-repeat;
	height:600px;
	width:25px;
	position:absolute;
	top:0;
	left:935px;
}
#menu {
	width:910px;
	background:url(template/achtergrond_menu.jpg) repeat-x;
	margin:0 25px 0 25px;
	z-index:2;
	position:absolute;
}

#nav, #nav ul {
	width: 910px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin:0;
}
 
#nav a {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding:6px 6px 7px 6px;
}
#nav #submenu a {
	color:#FFFFFF;
	background-color:#C5946E;
	border:1px solid #000000;
	border-top-width:0;
	margin:0;
	padding:3px 2px 3px 5px;
} 
#nav #submenu a:hover {
	background-color:#9E7054;
}
#nav li {
	float: left;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
 
#nav li li {
	padding:0;
	width: 140px;
}
 
#nav li ul a {
	width: 140px;
}
 
#nav li ul ul {
	margin:0;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background:url(template/menu_hover.gif) repeat-x;
}
#nav #submenu li:hover, #nav #submenu li.sfhover {
	background: #9966CC;
}

#content {
	padding:48px 0 0 75px;
	color:#461700;
	display:table-cell;
}

#contentLinks {
	width:510px;
	float:left;
	line-height:20px;
	padding-bottom:38px;
}
#contentLinks a {
	font-weight:bold;
	color:#461700;
	text-decoration:none;
}
#contentLinks a:hover {
	color:#FF6600;
	text-decoration:underline;
}
#contentLinks img {
	border-width:0;
}


#contentRechts {
	width:320px;
	margin-left:20px;
	float:left;
	text-align:center;
	color:#461700;
	padding-bottom:38px;
}
#contentRechts img {
	border:1px solid #461700;
}
#contentRechts a {
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}
#contentRechts a:hover {
	text-decoration:underline;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background:url(template/footer.jpg) no-repeat center;
	height:38px;
	z-index:0;
	clear:left;
}

#lbl {
	vertical-align:top;
	padding-top:3px;
	font-weight:bold;
	width:125px;
}
#submit {
	background-color:#461700;
	color:#FFFFFF;
	font-weight:bold;
}

#menu #idPijn-schouderbladen {
	display:none;
}
