/* CSS/XHTML RESET */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	background: url(../images/template/bg_body.gif) repeat-x top left #004b7f;
}

div, td, table, span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4963ad;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

ul 
{
	list-style: none;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 22px;
}

li
{
	padding-left: 15px;
	background: url(../images/template/list.gif) no-repeat 5px 10px;
}

h1, h2, p, form
{
	margin: 0px;
	padding: 0px;
}

p 
{
	line-height: 22px;
	margin-bottom: 22px;
}

h1 
{
	line-height: 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #cc0707;
	padding-bottom: 21px;
	display: block;
}

h2 
{
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0707;
	display: block;
}

img
{
	border: none;
}

p 
{
	margin-bottom: 19px;
}

a {
	color: #4963ad;
	text-decoration: underline;
}

a:hover {
	color: #4963ad;
	text-decoration: none;
}

.veld
{
	width: 166px;
	height: 18px;
	border: none;
	padding: 2px 0px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4963ad;
	margin-left: 2px;
	float: left;
}

.textarea
{
	width: 166px;
	height: 97px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4963ad;
	overflow: auto;
	background: none;
	margin-left: 1px;
}

.submit
{
	width: 110px;
	height: 23px;
	background: url(../images/template/verzenden.gif) no-repeat;
	cursor: pointer;
	border: none;
	margin-top: 3px;
}

.td_naam
{
	width: 91px;
	height: 26px;
	font-size: 12px;
	vertical-align: top;
}

.td_veld
{
	height: 26px;
	width: 173px;
	background: url(../images/template/bg_veld.gif) no-repeat;
}

.td_textarea
{
	height: 102px;
	width: 173px;
	background: url(../images/template/bg_textarea.gif) no-repeat;
}

/* FRAMEWORK */

#container 
{
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
	width: 100%;
	background: url(../images/template/bg_logo.gif) center top no-repeat; 
}

#site 
{
	width: 932px;
	height: auto;
	position: relative;
	margin: 0 auto;
	z-index: 5;
	padding-top: 51px;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header 
{
	height: 187px;
	width: 932px;
	position: relative;
}

#header .logo 
{
	width: 234px;
	height: 127px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 51px;
	padding-left: 45px;
	background: url(../images/template/bg_left_top.gif) #fff no-repeat;
}

#header .specialist 
{
	width: 358px;
	height: 39px;
	position: absolute;
	right: 21px;
	top: 52px;
} 

#header .balk
{
	width: 932px;
	height: 61px;
	position: absolute;
	bottom: 0px!important;
	bottom: -1px;
	left: 0px;
	background: url(../images/template/bg_right_top.gif) no-repeat left top;
}

#header .balk .menu 
{
	width: 636px;
	height: 37px;
	position: absolute;
	right: 14px;
	top: 15px;
}

#header .balk .menu .menuitem
{
	display: block;
	height: 37px;
	padding: 0px 15px;
	float: left;
	text-decoration: none;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004b7f;
}

#header .balk .menu .menuitem:hover
{
	color: #cc0707;
}	

.menu .active
{
	width: auto;
	height: 37px;
	position: relative;
	float: left;
	background: url(../images/template/active_left.gif) no-repeat #cc0707;
}

.menu .active a
{
	display: block;
	padding: 0px 15px;
	line-height: 37px;
	background: url(../images/template/active_right.gif) top right no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.left
{
	width: 279px;
	height: auto;
	position: relative;
	float: left;
	background: url(../images/template/bg_sfeer.gif) no-repeat;
	padding: 5px 0px 6px 6px;	
}

.right 
{
	width: 647px;
	height: auto;
	position: relative;
	float: left;
}

.right .content 
{
	width: 577px;
	height: auto;
	position: relative;
	background: #fff;
	padding-top: 26px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 26px;
	line-height: 22px;
}

.right .content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.img_rechts
{
	margin-left: 10px;
}

.img_links
{
	margin-right: 10px;
}

.right .links
{
	width: 225px;
	height: auto;
	float: left;
	position: relative;
}

.right .rechts
{
	width: 261px;
	height: auto;
	float: right;
	position: relative;
	margin-top: -13px;
	padding: 22px 28px;
	background: url(../images/template/bg_form.gif) repeat-y;
}

.right .rechts p
{
	font-size: 11px;
}

.right .rechts .top
{
	width: 317px;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/template/bg_form_top.gif) no-repeat;
}

.right .rechts .bottom
{
	width: 317px;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/template/bg_form_bottom.gif) no-repeat;
}


.right .bottom
{
	width: 647px;
	height: 13px;
	position: relative;
	background: url(../images/template/bg_right_bottom.gif) no-repeat left bottom;
}

.adres
{
	width: 646px;
	height: 42px;
	position: relative;
	float: right;
	margin-top: 12px;
	background: url(../images/template/bg_adres.gif) no-repeat;	
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 12px;
}

.adres span
{
	padding: 0px 6px;
	color: #fff;
}

.adres a
{
	text-decoration: underline;
	color: #fff;
}

.adres a:hover
{
	text-decoration: none;
	color: #fff;
}

.realisatie
{
	width: 606px;
	height: 34px;
	position: relative;
	float: right;
	margin-top: 12px;
	line-height: 34px;
	text-align: left;
	font-size: 12px;
	color: #80a5bf;
	padding-left: 40px;
	margin-bottom: 17px;
}

.realisatie a
{
	color: #80a5bf;
	text-decoration: none;
}

.realisatie a:hover
{
	color: #80a5bf;
	text-decoration: underline;
}

.slider_titel
{
	height: 40px;
	width: 577px;
	position: relative;
	float: left;
	line-height: 40px;
}

.slider
{
	height: 142px;
	width: 577px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}

.slider_container
{
	width: 547px;
	height: auto;
	position: relative;
	padding: 0px 15px;
	float: left;
}

.slider_container:after
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.spacing 
{
	width: 577px;
	height: 15px;
	position: relative;
	float: left;
}

.referentie
{
	height: auto;
	width: 577px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../images/template/bg_border.gif) left bottom repeat-x;
}

.referentie h2
{
	font-size: 14px;
}

.camera
{
	padding-right: 5px;
	width: 15px;
}

.camera img
{
	padding-top: 3px;
	float: left;
}
