/* globale instellingen */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #657789;
}
#wrapper {
	width: 932px;
	margin: 0 auto;
	padding-top: 100px;
	background-image: url('/img/logo.gif');
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}
p {
	font-size: 18px;
	line-height: 23px;
    margin-bottom: 18px;
}
a {
	cursor: pointer;
}

/* headers */
h1 {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #657789;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #657789;
	margin-bottom: 4px;
}

h2 a, h2 a:visited {
	color: #657789;
}

h2 a:hover {
	color: #e4231c;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #657789;
    margin-top: -8px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #657789;
}

/* Big box */
#bigbox {
	background-image: url('/img/header_top.gif');
	padding: 7px 7px 0px 7px;
	width: 918px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 16px;
	color: #FFF;
}

#bigbox_bottom {
	background-image: url('/img/header_bottom.gif');
	background-position: bottom;
	height: 7px;
	width: 932px;
	margin-bottom: 0px;
	font-size: 1px;
}

#bigbox a {
	color: #FFF;
	text-decoration: none;
}
#bigbox a:hover {
	text-decoration: underline;
}

#box_fontControls {
	background-position: bottom;
	height: 16px;
	width: 926px;
	margin-bottom: 32px;
	font-size: 14px;
    text-align: right;
    color: #657789;
}

#box_fontControls a {
	color: #657789;
    text-decoration: none;
}
#box_fontControls a:hover {
	color: #e4231c;
    text-decoration: underline;
}

#redblue_back {
	background-image: url('/img/header_back.jpg');
	background-position: bottom;
	height: 148px;
}

#redblue_back_small {
	background-image: url('/img/header_back_small.jpg');
	background-position: bottom;
	height: 52px;
}

#redblue_back_bedrijven {
	background-image: url('/img/header_back_bedrijven.gif');
	background-position: bottom;
	height: 52px;
}

.menu_box {
	width: 137px;
	display: block;
	float: left;
	padding: 55px 8px 0 8px;
}

.menu_box_small {
	width: 137px;
	display: block;
	float: left;
    height: 50px;
	padding: 0px 8px 0 8px;
}

/* Medium box */
.mediumbox {
	width: 340px;
	xbackground-image: url('/img/medbox_top.gif');
	background-position: 0px 28px;
	background-repeat: no-repeat;
	float: left;
}
.mediumbox .box_content {
	xbackground-image: url('/img/medbox_bottom.gif');
    margin-top: 13px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.mediumbox2 {
	width: 300px;
	xbackground-image: url('/img/medbox_top.gif');
	background-position: 0px 28px;
	background-repeat: no-repeat;
	float: left;
}

/* Small box */
.smallbox {
	width: 284px;
	background-image: url('/img/smallbox_top.gif');
	background-position: 0px 28px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 12px;
}
/* Small box */
.smallbox2 {
	width: 280px;
	float: left;
	margin-left: 12px;
    margin-top:  15px;
}
.smallbox .box_content {
	background-image: url('/img/smallbox_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

.smallbox4 {
	width: 280px;
	float: left;
	margin-left: 42px;
    margin-top:  0;
}

.box_content {
	padding: 8px;
}

.box_content a {
    color: #657789;
    font-style: underline;
}

.box_content a:hover {
	color: #e4231c;
    font-style: underline;
}

/* Sidebar menu */
#sidebar {
	float: left;
	width: 215px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 15px;
}
#sidebar a {
	display: block;
	width: 205px;
	padding-left: 15px;
	background-image: url('/img/logo_klein.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #657789;
	width: 200px;
	margin-bottom: 8px;
}
#sidebar a:hover {
	text-decoration: underline;
}

#middle_content {
	float: left;
	width: 383px;
	color: #657789;
	padding-right: 20px;
}

#middle_content_img {
	width: 358px;
	height: 267px;
	padding: 8px;
	background: url('/img/middle_content_top.gif') no-repeat;
}

#middle_content_img_2 {
	width: 358px;
	height: 356px;
	padding: 8px;
	background: url('/img/middle_content_top.gif') no-repeat;
}

#middle_content_img_bottom {
	width: 374px;
	height: 6px;
	margin-top: -4px;
	background: url('/img/middle_content_bottom.gif') no-repeat;
}

#middle_content a {
    color: #657789;
    font-style: underline;
}

#middle_content a:hover {
	color: #e4231c;
    font-style: underline;
}

#middle_content ul {
	margin-left: 16px;
}

#middle_content div {
	line-height:22px;
    margin-bottom:4px;
}

#middle_content label {
	width: 120px;
	display: block;
	float: left;
	line-height: 22px;
	text-align: right;
	padding-right: 15px;
}

#rightbar {
	width: 284px;
	float: left;
}
#rightbar form {
	padding: 7px;
}
body #wrapper #rightbar .smallbox .box_content form input#postcode {
	border: 1px solid #c3c3c3;
	color: #333;
	margin-left: -6px;;
}
body #wrapper #rightbar .box_content form input#postcode {
	border: 1px solid #c3c3c3;
	color: #333;
	margin-left: -6px;;
}
#rightbar form input {
	border: none;
	background-color: #FFF;
	color: #333;
	padding: 3px;
	height: 15px;
	line-height: 15px;
	width: 190px;
}
#rightbar form input.submit {
	padding-top: 2px;
	height: 21px;
	width: 50px;
	margin-left: 3px;
}
#cal, #yearmonth {
	border-color: #666666;
	border-collapse: collapse;
	margin-top: 10px;
	width: 358px;
}
#caldiv table {
	border-color: #666;
}
#caldiv tr, #yearmonth tr {
	text-align: center;
	border-color: #666;
}
#caldiv td, #yearmonth td, #caldiv th, #yearmonth th {
	border-color: #666;
}
#caldiv a, #yearmonth a {
	text-decoration: none;
}

#caldiv td a, #caldiv th a {
	display:block;
	height:20px;
	line-height:20px;
	margin-left:0pt;
	width:100%;
}
#caldiv td a:hover {
	color: #FFF;
	background-color: #2d509a;
	text-decoration: none;
}
#caldiv .active {
	background-color: #1F3972;
	color: #FFF;
}
#caldiv .papier {
	background: url('/img/background_papier.gif') no-repeat #1D2F8B;
	color: #FFF;
}
#caldiv .huisvuil {
	background: url('/img/background_huisvuil.gif') no-repeat #E72820;
	color: #FFF;
}
#caldiv .gft {
	background: url('/img/background_gft.gif') no-repeat #1E7400;
	color: #FFF;
}
#caldiv .huisvuil_gft {
	background: url('/img/background_huisvuil_gft.gif') no-repeat #1E7400;
	color: #FFF;
}
#kleuren {
	margin-top: 7px;
	font-size: 16px;
}
/* Navigation styling */
.tab_wrapper {
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 1px;
	height: 28px;
	background-image: url('/img/greypixel.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
}

.tab_wrapper div {
	float: left;
	background-image: url('/img/nav_left.gif');
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 4px;
	margin-left: 5px;
}
.tab_wrapper div a {
	padding: 0 14px 0 10px;
	line-height: 20px;
	background-image: url('/img/nav_right.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #004288;
	font-weight: bold;
	text-decoration: none;
}
.tab_wrapper div.active a {
	background-image: url('/img/nav_right_active.gif');
}
.tab_wrapper div.active {
	background-image: url('/img/nav_left_active.gif');
}

#tab_search_left {
	float: right;
	background-image: url('/img/nav_left.gif');
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 4px;
	margin-left: 35px;
}
#tab_search_left form {
	padding-top: 5px;
}
#tab_search_left form input {
	border: none;
	background-color: #FFF;
	color: #333;
	padding: 2px;
	height: 13px;
    font-size: 14px;
	line-height: 13px;
	width: 130px;
	border: 1px solid #d1d1d1;
}
#tab_search_left form #searchbutton {
	padding-top: 1px;
	height: 19px;
	width: 50px;
	margin-left: 3px;
	color: #004084;
}
#tab_search {
    padding: 0 14px 0 10px;
	line-height: 20px;
	background-image: url('/img/nav_right.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 28px;
    width: 166px;
	line-height: 28px;
	font-size: 18px;
	color: #004288;
	font-weight: bold;
	text-decoration: none;
}

#tab_search .txt {
	border: 1px solid #004288;
	background-color: #FFF;
	color: #004288;
	padding: 1px;
	height: 14px;
	font-size: 14px;
	width: 120px;
}

/* subtabs */
.subtab {
	width: 144px;
	height: 28px;
	position: absolute;
	background-image: url('/img/subtab.gif');
}
#subbedrijven {
	top: 290px;
	left: 10px;
}
#subbrengen {
	top: 290px;
	left: 164px;
}
#subgrofvuil {
	top: 290px;
	left: 317px;
}
#subkalender {
	top: 290px;
	left: 470px;
}
#subafvalabc {
	top: 290px;
	left: 623px;
}
#subcontact {
	top: 290px;
	left: 776px;
}

#subbedrijvensmall {
	top: 194px;
	left: 10px;
}
#subbrengensmall {
	top: 194px;
	left: 164px;
}
#subgrofvuilsmall {
	top: 194px;
	left: 317px;
}
#subkalendersmall {
	top: 194px;
	left: 470px;
}
#subafvalabcsmall {
	top: 194px;
	left: 623px;
}
#subcontactsmall {
	top: 194px;
	left: 776px;
}

.subtab a {
	color: #FFF;
    font-size: 11px;
	font-weight: bold;
}
.subtab form {
	padding: 4px 0px 0px 5px;
}
.subtab form input {
	border: none;
	background-color: #FFF;
	color: #333;
	padding: 2px;
	width: 90px;
}

/* Overige opties en classes */
.fixedheight {
	height: 200px;
}
.blueback {
	background-color: #004084;
}

/* footer */
#footer {
	clear: both;
	color: #ababab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 20px;
}
#footer a {
	color: #ababab;
	text-decoration: none;
}

/* hacks */
.tab_wrapper div {
	_width: 10px;
	white-space: nowrap;
}
#middle_content {
	_width: 374px;
    _padding-right: 8px;
}

.tab_wrapper {
	_margin-left: 1px;
}
#avalexpas {
	margin-top: 8px;
}

#middle_content.wide {
	width: 675px;	
}

.vacature {
	margin: 10px 0 10px 0;
	width: 380px;
}
.vacature .submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 26px;
	line-height: 13px;
}
.bericht {
	display:block;
	width: 230px;
	height: 200px;
	margin: 0 0 10px 0;
}
.files {
	display: block;
	float:left;
	width: 240px;
	margin: 0 0 10px 0;
}
.files input {
	margin: 0 0 4px 0;
	width: 234px;
}
.morefiles {
	font-size: 11px;
	width: 234px;
}
.error {
	color: #E4231C;
	display:block;
	margin: 4px 0;
}