/* Opmaak Algemeen */
body {
	background-color : #000000;
	text-align : center;
	margin : 13px 0 13px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	line-height: 150%;
	letter-spacing: 1px;
}

h1 {
	text-transform: uppercase;
	font-size: 155%;
}

h2 {
	font-size: 110%;
	margin: 0px;
	letter-spacing: 0px;
}

br { /* Oplossing IE BUG letterspacing */
	letter-spacing: 0px;
}

img {
	border: 0px;
}
	

/* DIV opmaak */
#container {
	width : 980px;
	margin-right : auto;
	margin-left : auto;
	text-align : left;
}

#header {
	width : 940px;
	height : 135px;
	background-image: url('/inc/img/header_BG.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#header img {
	position: absolute;
	margin: 20px 0px 0px 70px;
}

#adresvlak {
	width: 323px;
	height: 71px;
	float: right;
	margin: 12px 12px 0px 0px;
	padding: 20px 20px 20px 35px;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url('/inc/img/adresvlak.png');
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width : 188px;
	padding: 0px;
	padding-top: 13px;
	margin: 0px;
	height : 552px;
	float: left;
	text-align: right;
}

#menu img {
	margin-top: 4px;
}

#submenu {
	height: 30px;
	font-size: 12px;
	padding-top: 0px;
	_padding-top: 34px;
}
html>/**/body #submenu {
	padding-top: 11px;
}
#submenu .selected {
	font-weight: bold;
}

#content #submenu a {
	text-decoration: underline;
	color:#e1562e;
	font-weight:bold;
}

#content #submenu a:hover {
	text-decoration: none;
	color:#e1562e;
	font-weight:bold;
}

#no-submenu {
	height: 0px;
}
#background_container {
	position:absolute;
	width: 940px;
	margin-top: 10px;
	
}
#background_top {
	height: 12px;	
	background-image: url('/inc/img/bg_top.jpg');
	background-repeat: no-repeat;
	margin-bottom: 0px;
	font-size: 0px;
}
#background_middle {
	background-image: url('/inc/img/bg_stretch.jpg');
}

#background_bottom {
	width: 940px;
	background-image: url('/inc/img/bg_bottom.jpg');
	background-repeat: no-repeat;
	height: 13px;
}

#content_container {
	float: left;
	width : 752px;
	_width: 751px;
	padding: 0px;
	margin: 0px;
}

#content {
	float:left;
	margin: 20px 28px;
	_margin: -18px 0px 0px 15px;
	width: 690px;
	_width: 650px;
}
#content h3 {
	font-size: 14px;
}
html>/**/body #content {
	margin: 5px 28px;
}
#offer_container {
	position:absolute;
	top:0px;
	bottom: 24px;
	right: 0px;
	width: 217px;
	z-index: 1000;
	_height: 100%;
}

#offer_top {
	float: right;
	background-image: url('/inc/img/offer_top.jpg');
	background-repeat: no-repeat;
	height: 12px;
	width: 217px;
	font-size: 0px;
	_line-height: 0px;
}
#offer_middle {
	float: right;
	background-image: url('/inc/img/offer_middle.jpg');
	color: #FFFFFF;
	background-repeat: repeat-y;
	width: 177px;
	min-height: 100%;
	_height: 100%;
	padding: 5px 10px 0px 30px;
	* padding: 19px 10px 0px 30px;
	_padding: 17px 10px 0px 30px;
	_margin-right: -1px;
}

#offer_middle a {
	color: #fff;
}

#offer_bottom {
	float: right;
	background-image: url('/inc/img/offer_bottom.jpg');
	background-repeat: no-repeat;
	height: 12px;
	width: 217px;
	
}

/*#content h1 {
	margin : 5px 0 10px 0px;
	font-weight: bold; 
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 2px;
}
*/

#content a {
	text-decoration: underline;
	color: #e1562e;
}

#content a:hover {
	text-decoration: none;
}

#content .contact td {
	padding: 10px;
	border: #CCCCCC solid 1px;
}

#news a {
	text-decoration: none;
	color: #000000;	
}
#news h1 {
	margin-bottom: 0;
}
/*
#footer {
	clear: both;
	padding-top: 8px;
	background: #999999;
}

#footer address {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #888888;
	text-decoration: underline;
}

*/

/* Forms */

.textbox {
	border: 1px solid #CCCCCC;
	display: block;
	float: right;
	height: 16px;
}

.btn {
	background: #281e63;
	border-bottom: 1px solid #281e63;
	border-right: 1px solid #281e63;
	border-left: 1px solid #281e63;
	border-top: 1px solid #281e63;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor: hand;
	padding: 4px;
}

.btnhover {
	background: #FFFFFF;
	border-bottom: 1px solid #281e63;
	border-right: 1px solid #281e63;
	border-left: 1px solid #281e63;
	border-top: 1px solid #281e63;
	color: #281e63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor: hand;
	padding: 4px;
}

.btn_intro {
	background: #281e63;
	border-bottom: 1px solid #3A2187;
	border-right: 1px solid #3A2187;
	border-left: 1px solid #6B56BE;
	border-top: 1px solid #6B56BE;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor: hand;
	padding: 2px;
}
