/* CSS Document */

/* DEFAULT SETTINGS */

*{
	padding:0px; 
	margin:0px; 
	border:0px;
	font-family:Trebuchet MS;
	font-size:13px;
}

body {
	background:url(../images/bodybg.gif) repeat-y center center;
	text-align:center;
	width:100%
	}
	
.pos {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height:100%;
	text-align: left;
}

/* MENU */

.menu {
	width:200px;
	float:left;
	}
	
.concern {
	background:url(../images/concern.gif) no-repeat bottom;
	float:left;
	width:108px;
	height:28px;
	position:relative;
	top:30px;
	left:80px;
}
	
.foto	{
	width:200px;
	height:265px;
	float:left;
}	

/* NAVIGATIE */
.nav {
	width:200px;
	float:left;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	text-align:left;
}

.nav ul {
	padding-top:10px;
	padding-left:16px;
	width:184px;
	}

.nav li {
	z-index:9;
	list-style:none;
	padding-top: 6px;
}

.nav a {
	font-weight:bold;
	font-size:12px;	
	cursor:pointer;
}

.nav a:hover, .nav a:active, .nav a:link, .nav a:visited{
	text-decoration:none;
	color:#e6f1f8;
}

.nav a:hover, .nav a.active {
	color:#ffffff;
}

/* EINDE NAVIGATIE */

/* EINDE MENU */	


/* BEGIN CONTENT */
.content {
	width:558px;
	background-color:#FFFFFF;
	background:url(../images/hand_main.jpg) right top no-repeat;
	float:left;
	}
	
/* START HEADER */

.header {
	float:left;
	left:0px;
	top:0px;
	width:560px;
	height:220px;
}

		.logo {
			float: left;
		}
		
		.images {
			float:right;
		}

/* EINDE HEADER */

.content_main {
	float: left;
	padding-left:30px;
	width:500px;
}

h1{
	font-size:160%;
	font-family:Trebuchet MS;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	color:#0072bb;
}
	
.content_main, .content_main a{
	text-align:left;
	font-size:100%;
	line-height:1.5em;
	color:#333;               
}

.content_main img{
	margin-left:0px; margin-right:20px; margin-bottom:4px;
	padding-top:5px;
	float:left;
}

.content_main p, .adres p{
	line-height:1.5em;
	padding-bottom:18px;
	
}

.content_main ul{
	padding-left:16px;
	margin-bottom:18px;
}

.content_main ul li ul{
	padding-left:30px;
	margin-bottom:0px;
	list-style-type:square;
}

.content_main a{
	text-decoration:none;
	color:#0072bb;
	font-weight:bold;
}

.content_main table{
	margin-bottom:20px;
}

.content_main table td{
	background-color:#e6f1f8;
	padding:4px;
}


/* EIND CONTENT */


/*CSS FORMULIER IPV TABEL*/

.cssform p{
width: 345px;
clear: left;
padding: 5px 0px 8px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
background-color:#e6f1f8;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:300;
background-color:#FFFFFF;
pixelwidth: 300px;
}

.cssform textarea{
width: 250px;
height: 150px;
background-color:#FFFFFF;
}

/*.threepxfix class:
Heeft te maken met IE6. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}






