@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px; outline: none; }

/* Algemeen 
--------------------------------------- */
html{
	overflow-y: scroll;
}
html, body, a{
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;		
	color:#434444;
}

body{
	background: url('/resources/resources/images/design/design/bg.png') center top no-repeat #f4fbfd;
	margin: 0;
	padding: 0;
}
body, html{
	height: 100%;
	min-height: 100%;
	outline: none;
}
a, a img{
	color: #5a5b5b;
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

th{
	text-align: left;
	border-bottom: 1px solid #4b423f;
}

/* Contact formulier
--------------------------------------- */
input, textarea, select { 
	font-family:tahoma;
	font-size:11px;		
	color:#434444;
}
input[type=text], textarea { 
	width: 350px;
	overflow-y: auto;
}
input[type=radio], input[type=checkbox]{
	border: none;
}
input, textarea { 
	background:transparent;
	border: none;
	border: 1px dotted #c0c0c0;
}

h1 {
	font-family:tahoma;
	font-size:16px;
	padding-top: 12px;	
	padding-left:0px;
	padding-bottom:7px;
	color:#0f456f;
	font-weight:bold;	
}
h2 {
	font-family:tahoma;
	font-size:14px;
	padding-top: 15px;	
	padding-left:0px;
	padding-bottom:5px;
	color:#0faf38;
	font-weight:bold;
}
p {
	color:#434444;
	padding-left:8px;
	padding-left:0px;
	padding-right:10px;
	line-height:15px;	
}

/* container */
#container {	
	font-size: 1.2em;
	margin: 0 auto;	
	width: 970px;
	background: #ffffff url(/resources/images/design/bg.png) repeat-x;	
	border-left: 1px solid #10618c;
	border-right: 1px solid #10618c;
	margin: 0 auto -153px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content{
	background: red;
}

/*header*/
#titel{
	width:820px;
	height:220px;
}	  
.logo{
	width:500px;
	height:74px;
	float:left;
	margin-top: 15px;
	margin-left: 25px;
	background: url(/resources/images/design/logo.png) no-repeat;
}

/*instellingen voor de linkersitebar*/
#navigatie{
	float:left;
}
#navigatie {
	margin-left: 25px;
	width:181px;
	height:100%;	
	float:left;
}
#navigatie ul {
	list-style: none;
	height:100%;
	width:181px;	
}
#navigatie li a  {	
	background:url(/resources/images/design/navigatiebg.jpg) no-repeat ;
	display: block;
	width: 156px;
	height:24px;
	font-family:Tahoma;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	padding-top:10px;
	padding-left:25px;	
	font-weight:bold;
	margin-top:15px;
}
#navigatie li a:hover{
	background:url(/resources/images/design/navigatiebg1.jpg) no-repeat; 
	color: #ffffff;
	padding-top:10px;
	width: 156px;
	height:24px;
	font-family:Tahoma;
	font-size:12px;
	padding-left:25px;	
	font-weight:bold;
	margin-top:15px;	
}
#rechtergedeelte{
	width: 730px;
	float: left;
	margin-left:30px;
	padding-bottom: 150px;
}


#footer {
	width: 970px;
	height: 138px;
	text-align: center;
	color: #ffffff;
	background: url(/resources/images/design/footer.jpg) #FFFFFF;
	padding: 15px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #10618c;
	border-right: 1px solid #10618c;
}	
#footer_midden{
	width: 100%; margin: 0 auto; position: relative;
}
#footer p{color:#ffffff; float:right; margin-top:110px; }
#footer a { color: #ffffff; text-decoration:underline; margin-left:15px; margin-top:110px; float:left;  }
#footer a:hover { color: #ffffff; text-decoration:none; margin-left:15px; margin-top:110px; float:left; }
	
/*clear*/
.clear {
	clear: both;
}

/* Home pagina 
--------------------------------------- */
table.home img{
	max-height: 230px;
}
a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Oude website 
--------------------------------------- */
p.pvoorwaarden {
	margin:0;
	padding-bottom: 10px;
	padding-left:30px;
	background: url(/userfiles/images/icoon.gif) 2px 2px no-repeat;
}
#k2 {
	margin-left: 30px;
}
.prijslijst td{
	border-bottom: 1px dotted #000000;
}