/*
 *  AUTOR: Lennart van de Kamp
 *  (c) Deepvision
 */ 


/*
 *  MARKUP
 */ 




html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Verdana", "sans-serif";
	font-size: 12px;
	color: #333;
	height: 100%;
	width: 100%;
}

#wrapper {
	position:relative;
	height:auto !important;
	height:100%; 
	min-height:100%; 
	width: 100%;
}

.clear {
	clear: left;
}

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

#content a:hover {
	text-decoration: none;	
}


a.arrow   {
	padding-left: 10px;
	background: url(images/meer_arrow.gif) 0 4px no-repeat;
	margin-bottom: 20px;
	display: block;
	float: left;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#headerwrap {
	width: 100%;
	height: 160px;
	background: url(images/header_bg.png) 0 100% repeat-x;
}

#header {
	width: 840px;
	height: 160px;
	padding: 0;
	background: url(images/header_bg2.png) 0 0 no-repeat;
	margin: 0 auto;
	
}


#header a.logo {
	float: left;
	margin-top: 13px;
}

#header #topmenu {
	padding: 0;
	margin: 0;
	float: right;
	margin: 15px 0 0 0;
}

#header #topmenu li {
	float: left;
	list-style: none;
	margin-right: 5px;

}

#header #topmenu a {
	color: #ffffff;
	display: inline-block;
	height: 22px;
	margin: 5px 0 0 0;
	padding-right: 11px; /* sliding doors padding */
	text-decoration: none;
	margin-right: 5px;
	font-weight: normal;
}


#header #topmenu a span  {
	display: inline-block;
	padding: 3px 0 6px 11px;
}

#header #topmenu a { 
	background:  url(images/menu_item_right.png) no-repeat scroll top right;
}

#header #topmenu a span {
	background:  url(images/menu_item_left.png) no-repeat;
}

#header #topmenu a:hover { 
	background:  url(images/menu_item_right_o.png) no-repeat scroll top right;
}

#header #topmenu a:hover span {
	background:  url(images/menu_item_left_o.png) no-repeat;
}


#header #topmenu a.active { 
	background:  url(images/menu_item_right_a.png) no-repeat scroll top right;
}

#header #topmenu a.active span {
	background:  url(images/menu_item_left_a.png) no-repeat;
}

#bottomwrap {
	width: 100%;
	background: #171717;
	height: 31px;
	padding-top: 16px;
	position:absolute;
	bottom:0;
	
}

#bottomwrap #footer {
	color: #ffffff;
	margin: 0 auto;
	width: 840px;
	font-size: 14px;
}

#bottomwrap #footer span {
	float: right;
	font-size: 11px;
	color: #858585;
}

#bottomwrap #footer a {
	color: #a0a0a0;
	font-weight: normal
}

#bottomwrap #footer a:hover {
	color: #f6f6f6;
	font-weight: normal
}


#content {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 6em;
	background: url(images/shade_right.png) 100% 0 no-repeat;
}

#content .left {
	float: left;
	width: 236px;
	padding-top: 10px;
}

#content .right {
	float: left;
	padding: 0 30px 0 36px;
	width: 538px;
}

#content .img_left {
	float: left;
	margin: 10px 30px 20px 0;
}

#content .right_left {
	float: left;
	padding: 0 43px 0 15px;
}

#content .img_sub {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 20px 0 20px 0;
}

#content p {
	line-height: 17px;
	letter-spacing: .5px;
	text-align: left;
	padding-right: 0px;
	padding: 0;
	margin: 0 0 15px 0;
}

#content h1, #content h2 {
	font-family: "Arial";
	font-size: 30px;
	color: #000000;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight: normal;
	background: url(images/seperator.png) 0 100% no-repeat;
}

#content h1 span {
	display: block;
	font-size: 21px;
	color: #a8a7a7;
	padding: 0 0 0 27px;
}

#no_margin, #no_margin_space {
	padding: 0 0 10px 15px;
	margin: 0 0 0 0;
	line-height: 17px;
}

#no_margin_space li {
	margin-bottom: 3px;
}

#no_margin li {
	margin-bottom: 10px;
}

#content h3 {
	font-weight: 200;
	font-size: 16px;
	padding: 10px 0 3px 0;
	margin: 0;
}




