/******************************
	Global
******************************/

* {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, sans-serif, Helvetica;
	color: #666;
	font-size: 12px;
}

html,
body {
	line-height: 16px;
	text-align: left;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #666;
}


body {
	padding: 0 0 10px;
}

img {
	border: 0;
}

a {
	text-decoration: none
}

a:link {
	color: #990033;
}

a:visited {
	color: #990033;
}

a:active {
	color: #990033;
}

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

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*select, input, textarea {
	border: 1px solid #cfcfcf;
}*/

input.button {
	cursor: pointer;
}

table.form td.label {
	font-weight: bold;
	font-size: 10px;
}

input.radio {
	border: 0;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul, ol {
	margin-left: 20px;
}

ul li {
	padding: 0 0 0 10px;
	background: url('../images/list-item.gif') no-repeat left 5px;
}

.hr {
	clear: both;
	overflow: hidden;
	width: 250px;
	height: 1px;
	border-bottom: 1px solid #000;
}

.hr hr {
	display: none;
}

fieldset {
	border: 0;
}

fieldset legend {
	display: none;
}

fieldset dl dt {
	clear: both;
	float: left;
}

fieldset dl dt span.required {
	color: #f00;
	margin-right: 4px;
}

p, div, span, li, td, th, b, p, dt, dd {
	color: #666;
}

p {
	margin: 0 0 6px;
}

h1 {
	margin: 0 0 5px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	line-height: 16px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}


/******************************
	Main divisions
******************************/

div#container {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	width: 980px;
}

div#head {
	position: relative;
	z-index: 10;
	overflow: visible;
	width: 940px; /* 980 */
	margin: 0 auto;
	padding: 98px 20px 0 20px;
	background: url('../images/header.jpg') #fff no-repeat left top;
}

div#middle {
	position: relative;
	z-index: 5;
	overflow: visible;
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
	background-color: #fff;
}

div#foot {
	overflow: visible;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background: url('../images/footer.jpg') no-repeat left top;
}

/* Internet Explorer *
/*\*/
* html div#middle {
	height: 500px;
}

/**/

/******************************
	Sub divisions
******************************/

div#middleBreadCrum {
	clear: both;
	height: 24px;
	padding: 6px 0 0 ;
}

div#middleLeft {
	float: left;
	width: 244px;
	margin: 0 10px;
}

div#middleContent {
	position: relative;
	float: right;
}

div.middleContent {
	width: 646px; 
	margin: 0 10px 0 0;
	padding: 9px 30px;
}

/* Internet Explorer *
/*\*/
* html div.middleContent {
	margin: 0 5px 0 0;
}

* html div#middleLeft {
	margin: 0 5px;
}
/**/

/******************************
	Specializations
******************************/

/* Menu */
div#head div.menu {
	clear: both;
	height: 40px;
	margin: 0 -20px;
	padding: 0 0 0 10px;
	background: url('../images/onder_menu.gif') repeat-x left top;
}

div#head div.menu ul.navigationbox {
	float: left;
}

div#head div.menu ul.navigationbox li {
	padding: 0;
	background: 0;
}

div#head div.menu ul.navigationbox li a,
div#head div.menu ul.navigationbox li a:visited {
	display: block;
	padding: 12px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url('../images/menuline.gif') no-repeat right center;

}

div#head div.menu ul.navigationbox li.nav_first a,
div#head div.menu ul.navigationbox li.nav_first a:visited {
	padding-left: 0px;
}

div#head div.menu ul.navigationbox li.nav_last a,
div#head div.menu ul.navigationbox li.nav_last a:visited {
	background: 0;
}

/* submenu */
div#head div.menu ul.navigationbox ul {
	overflow: hidden;
	width: 180px;
	left: 0;
	top: 40px;
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;

}

div#head div.menu ul.navigationbox ul li {
	width: auto;
	height: auto;
	margin: 0;
}

div#head div.menu ul.navigationbox ul li.nav_first {
	padding-top: 1px;
}

div#head div.menu ul.navigationbox ul.layer_1 li a,
div#head div.menu ul.navigationbox ul.layer_1 li a:visited  {
	height: auto;
	min-height: 17px;
	padding: 5px 0 5px 11px;
	font-size: 11px;
	font-weight: normal;
	background: #8B0B2C;
	opacity: 0.9;
	filter: alpha(opacity=90); /* IE */	
	border-bottom: 1px solid #fff;
}

div#head div.menu ul.navigationbox ul.layer_1 li.nav_last a,
div#head div.menu ul.navigationbox ul.layer_1 li.nav_last a:visited {
	background: #8B0B2C;
	border: 0;
}

div#head div.menu ul.navigationbox ul.layer_1 li a:hover {
	background: url('../pijl_wit.gif') #A50B34 no-repeat 155px center;	
}

/* Internet Explorer *
/*\*/
* html div#head div.menu ul.navigationbox ul li {
	padding: 0;
}
/**/

/*
	Content stuff
*/

div#middleContent ul li {
	padding: 0 0 0 15px;
	background: url('../images/pijl_lijst.gif') no-repeat left 4px;
}

div#middle ol {
	padding: 0 0 0 5px;
}

div#middle ol li {
	line-height: 16px;
}

/*
	Footer
*/
div#foot div.component_htmlbox {
	padding: 4px 0 8px 0;
	text-align: center;
	color: #fff;
}

div#foot div.component_htmlbox * {
	color: #fff;
}

div#foot div.component_htmlbox p {
	margin: 0;
}

div#middleContent div.actieblok {
	position: absolute;
	top: 0;
	right: 0;
	width: 184px;
	padding: 8px;
	
	border: 1px solid #82626f;
}

div#middleContent div.actieblok * {
	font-size: 11px;
}

div#middleContent div.actieblok h1 {
	margin: -8px -8px 10px -8px;
	padding: 6px 0 6px 6px;

	font-size: 15px;
	font-weight: bold;
	text-indent: 0;	
	color: #fff;

	background:#816A72 url(../images/onderkop_zoeken.gif) repeat-x scroll left top;
}



/*
	Breadcrum
*/
div#middleBreadCrum span {
	color: #999;
	font-size: 10px;
}

div#middleBreadCrum ul {
	margin: 0 0 0 10px;
}

div#middleBreadCrum ul li {
	float: left;
	padding: 0 0 0 4px;
	color: #999;
	font-size: 10px;
	text-transform: lowercase;
	background: 0;
}

div#middleBreadCrum ul li.prefix {
	padding: 0;
	text-transform: none;
}

div#middleBreadCrum ul li a,
div#middleBreadCrum ul li a:visited {
	display: block;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px solid #999;
	background: url('../images/pijl_grijs.gif') no-repeat right 4px;
}

/* sitemap */
div#middleContent div.component_sitemap ul li {
	padding: 0 0 0 12px;
	background: url('../images/list-item.gif') no-repeat left 4px;
}

div#middleContent div.component_sitemap ul li a,
div#middleContent div.component_sitemap ul li a:visited {
	font-weight: bold;
	color: #666;
}

div#middleContent div.component_sitemap ul li a:hover {
	color: #903;
}

div#middleContent div.component_sitemap ul li.sub {
	background: 0;
	padding: 0 0 0 5px;
}

div#middleContent div.component_sitemap ul li.sub a,
div#middleContent div.component_sitemap ul li.sub a:visited {
	font-weight: normal;
	margin-left: 0;
}

/* form */
div#middleContent div.form_module input,
div#middleContent div.form_module textarea {
	border: 1px solid #666;
}

div#middleContent div.form_module input {
	height: 20px;
	line-height: 16px;
	font-size: 14px;
}

div#middleContent div.form_module input.checkbox {
	width: auto;
	height: auto;
	border: 0;
}

div#middleContent div.form_module em {
	color: #f00;
}

div#middleContent div.form_module td.label {
	font-weight: bold;
}

div#middleContent div.form_module td.icon img {
	display: none;
}

div#middleContent div.form_module input.button {

	width: 140px;
	height: 24px;
	margin: 10px 7px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #000 ;
}

/* faq */
div#middleContent div.component_faq form.searchBox label {
	color: #666;
}

div#middleContent div.component_faq form.searchBox input.textfield {
	border-color: #666;
}

div#middleContent div.component_faq form.searchBox input.button {
	background-color: #000;
	color: #fff;
	border: 0;
}

div#middleContent div.component_faq ul li {
	padding: 0 0 0 10px;
	background: url('../images/list-item.gif') no-repeat left 5px;
}


