/* CSS Document */

/* DEFAULT SETTINGS */

*{
	padding:0px; 
	margin:0px; 
	font-family:Arial;
	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;
}

img {
	border:0px;
}

/* MENU */

.menu {
	width:259px;
	height:616px;;
	float:left;
	background:url(../images/leftbg.jpg) no-repeat top #000000;
	display:block;
	}
	
.adres{
	float:left;
	position:relative;
	top:360px;
	left:20px;
	display:block;
	width:210px;
	color:#D8D8D8;
	font-family:verdana;
	font-size:10px;
}

.adres p{
	color:#D8D8D8;
	font-family:verdana;
	font-size:10px;
}

.adres a {
	font-family:verdana;
	font-size:10px;
	color:#D8D8D8;
	text-decoration: underline;
}	
	
/* NAVIGATIE */
.nav {
	width:259px;
	top:336px;
	left:0px;
	position:relative;
	float:left;
	background-color: #cb2428;
	text-align:left;
}

.nav a:hover, .nav a:active, .nav a:link, .nav a:visited{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	padding-bottom:6px;
	padding-top:6px;
	padding-right:6px;
}


/* EINDE NAVIGATIE */

/* EINDE MENU */	


/* BEGIN CONTENT */
.content {
	width:501px;
	background-color:#FFFFFF;
	float:left;
	}
	
/* START HEADER */

.header {
	float:left;
	left:0px;
	top:0px;
	width:501px;
	height:200px;
}

		.logo {
			float: left;
		}
		
		.images {
			float:right;
		}

/* EINDE HEADER */

.content_main {
	float: left;
	padding-left:30px;
	width:459px;
}

h1{
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	color:#cb2428;
}
	
.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:0px;
	border:#fde8e9 solid 8px;
	float:left;
}

.content_main 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:#cb2428;
	font-weight:normal;
}

.content_main a:hover, .content_main a.active {
	text-decoration:underline;
}

.content_main table{
	margin-bottom:20px;
}

.content_main table td{
	background-color:#fde8e9;
	padding:4px;
}


/* EIND CONTENT */


/*CSS FORMULIER IPV TABEL*/

.cssform p{
	width: 300px;
	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%;
}

.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: 250px;
	background-color:#FFFFFF;
}

.cssform textarea{
	width: 250px;
	height: 150px;
	background-color:#FFFFFF;
}

.cssform p.static {
	padding: 5px;
	width: 445px;
}

.cssform span.checkbox {
    clear: left;
    display: block;
    width: 100%;
}

.cssform span.checkbox label {
   margin-left: 0;
   width: 415px;
}

.cssform input[type=radio],
.cssform input[type=checkbox] {
    clear: left;
    float: left;
    margin-right: 10px;
    width: 14px;
}

/*.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;
}
