/**
* COLOR
*
* haverkamp onderhoud (HO):
* blue: #2651a8
*
* bekke schilderwerken (BS):
* red: #e64719
*
* afvaldienst twente (AT):
* gray: #838383
* 
* gray: #757575
*
**/
html, body {
	background-color: #666666;
	margin: 0px;
}

img.mask {
	position: absolute;
}

form.form {
	overflow: auto;
	width: 340px;
}

form.form div.field {
	clear: both;
}

form.form div.field label {
	display: block;
	float: left;
	margin: 0px 0px 1em 0px;
	width: 120px;
}

form.form div.field input,
form.form div.field textarea {
	display: block;
	float: right;
	margin: 0px 0px 1em 0px;
	width: 212px;
}

form.form div.field textarea {
	height: 6em;
}

form.form div.buttons {
	clear: both;
	text-align: right;
}

form.form div.form_error {
	color: #e64719;
	font-weight: bold;	
	margin: 0px 0px 1em 0px;
	padding: 1em;
}

body.haverkamp form.form div.field input,
body.haverkamp form.form div.field textarea,
body.haverkamp form.form div.form_error {
	border: 1px solid #2651a8;
}

body.bekke form.form div.field input,
body.bekke form.form div.field textarea,
body.bekke form.form div.form_error {
	border: 1px solid #e64719;
}

body.afvaldienst form.form div.field input,
body.afvaldienst form.form div.field textarea,
body.afvaldienst form.form div.form_error {
	border: 1px solid #838383;
}

#container {
	width: 940px;
	position: relative;
	margin: 0px auto;
	min-height: 600px;
	background-image: url('http://www.afvaldiensttwente.nl/graphics/bg_body.jpg');
	background-repeat: repeat-x;
	margin-top: 20px;
	background-color: white;
}

#header {
	color: #cccccc;
	font-size: 85%;
	left: 70px;
	position: absolute;
	top: 0px;
	z-index: 9;
	width: 870px;
	height: 128px;
}

#header a {
	color: #cccccc;
	text-decoration: none;
}

#header #large {
	height: 128px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 156px;
}

#header #medium {
	height: 98px;
	left: 156px;
	position: absolute;
	top: 0px;
	width: 155px;
}

#header #small {
	height: 78px;
	left: 311px;
	position: absolute;
	top: 0px;
	width: 159px;
}

#header .haverkamp {
	background-color: #2651a8;
}

#header .bekke {
	background-color: #e64719;
}

#header .afvaldienst {
	background-color: #838383;
}

#header #logo {
	right: 60px;
	position: absolute;
	top: 10px;
	z-index: 2;
}

#logos {
//	background-image: url('http://www.afvaldiensttwente.nl/graphics/at.background.jpg');
	background-image: url('http://www.afvaldiensttwente.nl/graphics/sfeer_logos.png');
	background-repeat: no-repeat;
	float: left;
	width: 206px;
	min-height: 586px;
}

#menu {
	background-image: url('http://www.afvaldiensttwente.nl/graphics/bg_logos.png');
	background-repeat: repeat-x;
	min-height: 413px;
	margin-left: 15px;
	margin-top: 30px;
	padding-top: 128px;
	width: 191px;
	position: absolute;
	z-index: 7;
}

#menu ul {
	font-size: 85%;
	margin: 0px;
	text-transform: uppercase;
}

#menu ul li {
	list-style-type: none;
	margin-bottom: 18px;
}

#menu li a {
	display: block;
	padding: 1px;
	padding-left: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu li.menu_current a {
	background-color: white;
	text-decoration: underline;
}

body.haverkamp #menu li.menu_current a {
	color: #2651a8;
}

body.bekke #menu li.menu_current a {
	color: #e64719;
}

body.afvaldienst #menu li.menu_current a {
	color: #757575;
	background-color: white;
	text-decoration: underline;
}
body.afvaldienst #menu li.menu a {
	color: #000000;
}

#extra_content {
	float: left;
	width: 150px;
	padding-top: 158px;
	margin-right: 23px;
	margin-left: 22px;
	font-size: 11px;
}

#content {
	margin-left: 401px;
	width: 510px;
	padding-top: 158px;
	padding-right: 20px;
	padding-bottom: 15px;
}

#logo_container {
	background-image: url('http://www.afvaldiensttwente.nl/graphics/bg_logos.png');
	background-repeat: no-repeat;
	height: 413px;
	margin-left: 15px;
	margin-top: 30px;
	padding-top: 128px;
	width: 135px;
}

#lightBox {
	width: 732px;
	height: 442px;
	background-image: url('http://www.afvaldiensttwente.nl/graphics/wizard/background.lightbox.png');
	background-repeat: no-repeat;
	padding: 10px 24px 18px 10px;
}
/* #lightBoxContent {
	width: 728px;
	height: 437px;
} */
#lightBoxClose {
	width: 30px;
	height: 30px;
	z-index: 1002;
	background-image: url('http://www.afvaldiensttwente.nl/graphics/wizard/fancy_closebox.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: -13px;
	margin-right: 1px;
}
#lightBoxIFrame {
	background-color: transparent;
}
/* border on the right */
#borderright {
	position: absolute;
	right: 8px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #858585;
	z-index: 10;
}
body.haverkamp #borderright {
	background-color: #2651a8;
}

body.bekke #borderright {
	background-color: #e64719;
}

body.afvaldienst #borderright {
	background-color: #838383;
}

#footer {
	clear: both;
	height: 20px;
	position: relative;
}
#belowfooter {
	position: absolute;
	top: 20px;
	color: white;
	width: 100%;
}
#belowfooter a {
	color: white;
	text-decoration: none;
}
#belowfooter a:hover {
	text-decoration: underline;
}

#eternety {
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	margin-left: 30px;
	text-decoration: none;
}

#left_extra_content {
	width: 191px;
	margin-left: 10px;
	margin-top: 40px;
}

