@charset "utf-8";
body  {
	font: 100% Arial, sans-serif;
	background: url(media/bg_main.png) repeat-x #ddf1f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: -moz-scrollbars-vertical;
}
.Main #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(media/bg_content.png) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.Main #header { 
	height: 330px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	padding: 30px 60px 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.HomeMenu {
	position: absolute;
	top: 120px;
	left: 52px;
	width: 740px;
	height: 225px;
	background: url(media/bg_homemenu.png) no-repeat;
}

.ContentMenu {
	position: absolute;
	top: 120px;
	left: 52px;
	width: 740px;
	height: 55px;
	background: url(media/bg_contentmenu.png) no-repeat;
}

.Main #rightBar {
	position: absolute;
	top: 357px;
	left: 500px;
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 350px;
	font-size: 12px;
	line-height: 15px;
}
.Main #smallContent { 
	position: absolute;
	top: 357px;
	left: 100px;
	width: 350px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.Main #HighContent { 
	position: absolute;
	top: 177px;
	left: 100px;
	width: 650px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.Main #Content { 
	position: absolute;
	top: 357px;
	left: 100px;
	width: 650px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.Main #Footer { 
	position: absolute;
	left: 60px;
	width: 710px;
	border-top: solid 5px #006cb6;
	padding-left: 30px;
	font-size: 12px;
	line-height: 32px;
	color: #999999;
	clear:both;
} 

.Main #Footer #by	{
	float: right;
	font-size: 10px;
	color: #a7cade;
}

.Main #Footer #by a	{
	color: #8bbbd5;
}


.contactInfo {
	margin: 14px 0 0 0;
	width: 350px;
	float: right;
	text-align: right;
	line-height: 20px;	
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}

.phDownload {
	position: absolute;
	top: 6px;
	left: 520px;
	font-size: 12px;
	color: #999999;
	border: solid 1px #75b2dc; 
	background-color: #e6f0f7; 
	text-align: center;
	padding: 10px;
}

.logo {
	width: 350px;
	float: left;
}

h1 {
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #006cb6;
	font-weight: bold;
}

li {
	list-style-image:url(media/pic_li.png);
	}

.lightBlue {
	color: #9ac5dd;
}

a {
	color: #273691;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

a.home {
	display: block; 
	width: 89px; 
	height: 44px; 
	position: absolute;
	left: 11px;
	top: 0px;	
	background: url(media/but_home.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.home:hover {
	background-position: 0 -44px;
	}
	
a.over-admenz {
	display: block; 
	width: 140px; 
	height: 44px; 
	position: absolute;
	left: 100px;
	top: 0px;	
	background: url(media/but_overadmenz.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.over-admenz:hover {
	background-position: 0 -44px;
	}	

a.voorwie {
	display: block; 
	width: 110px; 
	height: 44px; 
	position: absolute;
	left: 240px;
	top: 0px;	
	background: url(media/but_voorwie.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.voorwie:hover {
	background-position: 0 -44px;
	}	

a.prijzen {
	display: block; 
	width: 94px; 
	height: 44px; 
	position: absolute;
	left: 350px;
	top: 0px;	
	background: url(media/but_prijzen.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.prijzen:hover {
	background-position: 0 -44px;
	}	

a.salarisadministratie {
	display: block; 
	width: 180px; 
	height: 44px; 
	position: absolute;
	left: 447px;
	top: 0px;	
	background: url(media/but_salarisadministratie.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.salarisadministratie:hover {
	background-position: 0 -44px;
	}	
	
a.contact {
	display: block; 
	width: 103px; 
	height: 44px; 
	position: absolute;
	left: 627px;
	top: 0px;	
	background: url(media/but_contact.png) no-repeat 0 0; 
	text-decoration: none; 
}
a.contact:hover {
	background-position: 0 -44px;
	}
	
	
.wide {
	top:0;
	left:267px;
	position:absolute;
	display:block;
	
}
.send {
	top:0;
	left:267px;
	height:100px;
	position:absolute;
	
	
}

.cblist label {
	float: left;
	width: 250px;
}

.form_element {
	width:390px;
	float:left;
	margin-top:10px;
	margin-bottom:0;
}

.form_element label {
	width:70px;
	float:left;
	text-align:right;
	font-weight:bold;	
	color:#333;
}

.form_element input {
	float: left;
	margin-left:25px;
	border:1px solid #75b2dc;
	width:280px;
	height:25px;
	padding: 0 3px;
	
	font-size:13px;
	line-height:25px;
}

.form_element input.btn {
	float: right;
	border:1px solid #273691;
	width:288px;
	height:25px;
	background-color:#273691;
	color:#FFF;
	margin-right:7px;
	font-size:17px;
	cursor: pointer;
}

.form_element textarea {
	margin-left:25px;
	border:1px solid #75b2dc;
	width:280px;
	height:95px;
	font-family: Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	padding: 3px;
}

.form_element .error {
	border: 1px solid #bf0009;
}

.send_copy {
	width:522px;
	float:left;
	margin-bottom:15px;
}

.send_copy input[type="checkbox"] {
	float: left;
	padding: 0;
	margin: 5px 0 0 95px;
	height: 13px;
	width: 25px;
}

.send_copy label {
	float: left;
	width: 300px;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	text-align: left;
	color: #999;
}	
