@charset "UTF-8";
/* General */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #404241;
	font-size: 12px;
}
#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto;
	position: relative; 
} 
/* Header */
#header { 
	width: 950px;
	height: 159px;
	
}
#navigation {
	position: absolute;
	left: 10px;
	top: 87px;
} 
#headerLeft {
	width: 226px;
	float: left;
	padding-top: 19px;
}
#headerRight {
	width: 724px;
	float: left;
}
.nav {
	float: right;
	padding-right: 10px;
}
.activeLeft {
	width: 21px;
	height: 26px;
	background-image: url(../images/hoekAct.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.activeMiddle {
	background-color: #737373;
	height: 19px;
	float: left;
	border-top: 1px solid #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.activeMiddle a {	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
}
.activeRight {
	height: 25px;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #737373;
	float: left;
	width: 10px;
}
.passiveLeft {
	width: 21px;
	height: 26px;
	background-image: url(../images/hoekPas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.passiveMiddle {
	background-color: #FFFFFF;
	height: 20px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.passiveMiddle a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
}
.passiveRight {
	background-color: #FFFFFF;
	height: 26px;
	width: 10px;
	float: left;
}

/* Sidebar Left */
#sidebar1 {
	float: left; 
	width: 93px; 
}
/* Sidebar Right */
#sidebar2 {
	float: right; 
	width: 215px;
	padding-left: 23px;
}
/* Content */
#mainContent {
	float: left;
 	width: 537px;
	padding-left: 32px;
	padding-right: 50px;
	padding-top: 28px;
	padding-bottom: 20px;
	border-top: 1px #999999 dashed;
	background-image: url(../images/homeHoek.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent a {
	text-decoration: none;
	color: #f77f18;
}
#mainContent ul {
	padding: 0px;
	margin: 0px;
}
#mainContent ul li {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
#mainContent h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #f77f18;
}
/* Footer */
#topFooter {
	width: 619px;
	margin-left: 93px;
	margin-right: 238px;
	height: 19px;
	border-top: 1px #999999 dashed;
}
#footer { 
	width: 937px;
	border-top: 8px #042040 solid;
	height: 32px;
	color: #999999;
	padding-top: 18px;
	padding-right: 23px;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}
/* Common */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #b8babb;
	color: #aaaaaa;
	width: 200px;
}
.signup_dropdown {
	border: 1px solid #b8babb;
}
.signup_textarea {
	border: 1px solid #b8babb;
	width: 350px;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #b8babb;
	font-size: 10px;
}
