/*
	Copyright 		www.verheulcommunicatie.com

	Dark blue			#30297f
	Light blue		#009de0 
	Gray					#666666
	
	plain text		arial
*/


/* layout ________________________________________________________________________ layout*/

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	outline: none;}

img {
 	border: 0;}

#contentdiensten ul {
	list-style-position:inside;}

body {
	background:#d3dcdc;}

p {margin-bottom:15px;}

#background {
	background:#ffffff url(../images/bg-body.gif) bottom repeat-x;}

#container {
	width:1000px;
	margin:0 auto;
	position:relative;
	left: 50%;
	margin-left: -500px; /* half of width */
	background:url(../images/bg-line.gif) repeat-y;}
	
#header{
	height:238px;
	width:1000px;
	background:url(../images/bg-header.gif) no-repeat;}

#headercontact {
	font-size:10px;
	line-height:13px;
	color:#666666;	
	position:absolute;
	left:765px;
	top:80px;}

#headermenu {
	font-size:14px;
	line-height:22px;
	position:absolute;
	left:120px;
	top:202px;}

#titleright {
	position:absolute;
	z-index:100;
	top:215px;
	left:576px;}
	
#titlerightorganisatie {
	position:absolute;
	z-index:100;
	top:215px;
	left:560px;}

#contenthome {
	background:url(../images/bg-home.jpg) bottom no-repeat;
	position:relative;
	min-height:515px}
	
#contentdiensten {
	background:url(../images/bg-diensten.jpg) bottom no-repeat;
	position:relative;
	min-height:515px}
	
#contentorganisatie {
	background:url(../images/bg-organisatie.jpg) bottom no-repeat;
	position:relative;
	min-height:515px}
	
#contentnieuws {
	background:url(../images/bg-nieuws.jpg) bottom no-repeat;
	position:relative;
	min-height:515px}
	
#contentcontact {
	background:url(../images/bg-contact.jpg) bottom no-repeat;
	position:relative;
	min-height:515px}
	
.ie #contenttxt { height: 515px; }

#contenttxt {
	position:relative;
	margin:0 0 0 120px;
	padding-bottom:60px;
	width:390px;}

.lightblue {
	color:#009de0;}
	
.border {
	border:#009de0 solid 1px;}

/* heading _______________________________________________________________________ heading*/

H1 { 
	color: #009de0; 
	font-size: 15px;
	font-weight: bold; 
	line-height: 20px;}

H2 { 
	color: #000000; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 17px;}

H3 { 
	color: #000000; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 16px;}

/* links _________________________________________________________________________ links*/

a {
	color: #30297f;
	text-decoration: none;}

a:hover {
	color:#009de0;}

#headermenu a {
	color:#009de0;
	padding-right:15px;}

#headermenu a:hover {
	color:#30297f;}

#headermenu .menuover {
	color:#30297f;}

#headercontact a {
	font-size:10px;
	color:#666666;}

#headercontact a:hover {
	color:#009de0;}

/* form __________________________________________________________________________ form*/

/*label, input, textarea {
	font-size:11px;
	display: block;
	width: 150px;
	float: left;
	color: #666666;}*/
	
input, textarea {
	background-color:transparent; 
	border: 1px solid #666;
	width:100%;
	margin: 2px 0 6px 0;}

.radiobutton {
	width:auto;
	margin:0 10px 0 5px;
	border:none;}

label {
	width:130px;
	height:15px;
	vertical-align:bottom;
	display: block;
	clear:right;}

.submitbut {
	background:#009de0;
	color:#fff;
	width:90px;
	height:20px;
	border:1px solid #666;
}
	
/* powered by ____________________________________________________________________ powered by*/

#poweredby {
	color: #999999;
	font-size:9px;
	text-align:center;
	position:relative;
	margin:5px 0 5px 0;}

#poweredby a{
	color: #888888;
	font-size:9px;}

#poweredby a:hover{
	color:#009de0;}
