html{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    }

#right{
	position:relative;
	float:left;
	}

body{
    margin:0;
    padding:0;
	height:100%;
	width:100%;
    color:#353535;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:17px;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#395c7c;
	}
	
#head_bg{
	position:absolute;
	width:100%;
	height:84px;
	left:0px;
	right:0px;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	}
	
#container{
	position:relative;
	width:852px;
	margin-left:auto;
	margin-right:auto;
	}
	
#body{
	position:relative;
	float:left;
	width:852px;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	padding-bottom:15px;
	}
	
#left{
	position:relative;
	float:left;
	width:174px;
	min-height:545px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#004994;
	font-weight:normal;
	line-height: 30px;
	display:block;
	background-color: #e2e6eb;
	padding-left: 40px;
	margin-right: 10px;
	padding-top:5px;
	margin-top:0px;
	padding-bottom:5px;
	width: 430px;
	margin-left:-40px;
}
	
h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#004994;
	font-weight:normal;
	display:block;
	}
	
h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#075075;
	font-weight:normal;
	line-height:22px;
	display:inline;
    }
	
#content_container{
	padding: 15px;
	padding-left:40px;
	margin-top:15px;
	position:relative;
	float:left;
	width:415px;
	}
	
#bottom_bg{
	position:absolute;
	width:100%;
	height:41px;
	left:0px;
	right:0px;
	background-image:url(../images/bg-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

a:link, a:visited, a:active{
    color:#004994;
    text-decoration:underline;
    font-size:12px;
}

a:hover{
    color:#3366FF;
    text-decoration:none;
    font-size:12px;
}

.input
{
	background-image: url(../images/bg_td.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
}
.verstuur
{
	color:white;
	background-color:#c71873;
	border:0px solid #66CC99;
}

	
#logo{
	position:relative;
	float:left;
	width:241px;
	height:84px;
	}
	
#doit{
	position:relative;
	float:left;
	width:200px;
	height:10px;
	top:8px;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	margin-left:5px;
	}
	
#doit a:link, #doit a:visited, #doit a:active{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	}
	
#doit a:hover{
	text-decoration:underline;
	}

#copyrightdoit{
	position:relative;
	float:right;
	width:200px;
	height:10px;
	top:8px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	margin-right:5px;
}

#bottom{
	position:relative;
	float:left;
	width:852px;
	height:9px;
	background-image:url(../images/bg_content_bottomgif.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

