
/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	font-size:76%;
	font-family:Verdana;
	color:#444444;
	background:#dadada url('images/background.gif') center repeat-y;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }
hr {
	height:10px;
	border:none;
	background:url('images/divider_big.gif') no-repeat;
}
.mini {
	height:1px;
	border-bottom:1px solid #eee;
	background:none;
}

/* Link layout settings */

a {
	text-decoration:none;
	color:#336699;
}
a:hover {
	text-decoration:underline;
	color:#336699;
}
a:link { }
a:visited { }
a:active { }


/* Headings */

h1 {
	color:#336699;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	color:#336699;
	font-size: 1.2em;
	font-weight: normal;
}
a:hover h2 { text-decoration:none; }
h2 a:hover { text-decoration:none; }

h3 {
	color:#336699;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color:#336699;
	font-size: 1.0em;
	font-weight: normal;
}

h5 {
	color:#336699;
	font-size: 0.8em;
	font-weight: normal;
}

h6 {
	color:#336699;
	font-size: 0.6em;
	font-weight: normal;
}


/* Main layout style settings */

div#wrapper {
	margin:0px;
	text-align:center;
}
.container_box {
	width:780px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div#logo {
	width:297px;
	height:145px;
	background:url('images/logo.gif') center no-repeat;
	text-indent:-100000px;
	float:left;
	border:0px solid red;
}
div#menu_box {
	postion:absolute;
	width:483px;
	height:145px;
	float:left;
	border:0px solid red;
}
div#offerteaanvraag {
	position:relative;
	float:left;
	background:#FF6600;
	color:white;
	width:245px;
	top:125px;
	left:40px;
	font-size:80%;
}
div#hoofdsite {
	position:relative;
	float:left;
	background:#CC3366;
	color:white;
	width:160px;
	top:125px;
	left:25px;
	font-size:80%;
}
div#offerteaanvraag a,div#hoofdsite a {
	color:white;
	text-decoration:none;
}
div#offerteaanvraag a:hover,div#hoofdsite a:hover {
	color:white;
	text-decoration:underline;
}


/* Navigation */
.nav, .nav ul {
	border:1px solid #ccc;
	list-style: none;
	margin: 64px 20px 0px 0px;
	text-transform: capitalize;
	font-size:13px;
	font-weight:bold;
}
.nav li {
	float:left;
	padding: 0px 10px 0px 10px;
	border:0px solid red;
	height:18px;
}
.nav li a {
	color:#333;
	text-decoration:none;
}
.nav li a:hover {
	color:#336699;
	text-decoration:none;
}
ul#m1 {
	height:18px;
}


div#colorbar {
	width:100%;
	height:120px;
}
div#colorbarfooter {
	width:730px;
	height:2px;
	overflow:hidden;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.colorbar_1 {
	width:19.5%;
	height:120px;
	background:#FF6600;
	float:left;
}
.colorbar_2 {
	width:22.9%;
	height:120px;
	background:#FFCC00;
	float:left;
}
.colorbar_3 {
	width:24.3%;
	height:120px;
	background:#336699;
	float:left;
}
.colorbar_4 {
	width:3.5%;
	height:120px;
	background:#CC3366;
	float:left;
}
.colorbar_5 {
	width:29.8%;
	height:120px;
	background:#99CC00;
	float:left;
	clear:right;
}
div#leftcontent {
	width:246px;
	float:left;
	border:1px solid #ccc;
	margin-top:30px;
	padding: 4px 11px 20px 11px;
	text-align:left;
}
div#teaser {
	width:228px;
	height:325px;
	margin-bottom:20px;
	padding-left:4px;
	z-index:0;
}
div#content {
	width:527px;
	float:left;
	clear:right;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#inner_content {
	margin-top:30px;
	margin-left:25px;
	border:1px solid #ccc;
}
div#inner_content_padding {
	padding: 10px 10px 20px 10px;
}
div#footer {
	font-size:80%;
	padding: 5px 0px 10px 0px;
	line-height:12px;
}
div#mapbox {
	width:480px;
	height:280px;
	overflow:hidden;
}
#tooltip {
	position:absolute;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:6px;
	color:#666;
	width:200px;
	display:none;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* ImageBox */

#ImageBoxOuterContainer {
	z-index:2000;
}
#ImageBoxOverlay {
	z-index:2000;
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(images/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(images/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Classes */

div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
div.floatercell {
	float:left;
	width:105px;
	height:105px;
	margin:3px;
	background:#f6f6f6;
	border:1px solid #ddd;
}


/* Form layout settings */

.field {
}
label.error {
	font-size:80%;
	color:red;
	display:block;
	clear:both;
	width:100%;
}
.valid {
	color:green;
}
input.error { border: 1px solid red; color:red; }
#captcha.success {  }
#captcha.error {  }
.fieldButton { font-size: 1em; }