html{
	
		overflow-x			: hidden;	
	}

body{
	
		background-color	: #ffffff;
		margin				: 0 0 0 0;
	}
	
.contentBox {
	
		cursor				: pointer;	
	
	}

div#container{
	
		background-image	: url('/imgs/header.png');
		background-position	: 1px 0px;
		background-repeat	: no-repeat;
		position			: relative;
		left				: -512px;
		margin-left			: 50%;
		width				: 1024px;
		min-height			: 600px;
		/*
		border : 1px solid red;
		*/
	}

div#header{
	
		float				: left;
		width				: 1024px;
		height				: 295px;
	}
	
div#header ul {
	
		list-style-type		: none;	
}	
	
div#header li{
	
		float				: left;
		padding-left		: 30px;
		margin-top			: 60px;
		color				: #ffffff;
		font-family			: Tahoma;
		font-weight			: 700;
		font-size			: 13px;
		cursor				: pointer;
	
}

div#content{
	
		background-image	: url('/imgs/content.png');
		background-repeat	: repeat-y;
		float				: left;
		padding				: 20px;
		width				: 1004px;
		min-height			: 400px;
		
	}
	
div#content #contentBox{
	
		float				: left;
		width				: 760px;
		min-height			: 400px;
		padding				: 0px;
		margin				: 0px;
		/*
		border				: 1px solid #e7e7e7;
		*/
	}
	
div#content #contentBox #top {
	
		padding				: 0px;
		margin				: 0px;
		margin-left			: 20px;
	
	}
	
div#content #contentBox #top .item{
	
		float				: left;
		width				: 220px;
		padding				: 10px;
		border-right		: 1px solid #C0DEEF;
		margin-right		: 0px;
		color 				: #444444;
		font-family			: Verdana,Arial,Tahoma;
		font-size			: 15px;
		font-weight			: 800;
		text-align			: justify;

	}
	
div#content #contentBox #top .itemr{
	
		float				: left;
		width				: 220px;
		padding				: 10px;
		margin-right		: 0px;
		color 				: #444444;
		font-family			: Verdana,Arial,Tahoma;
		font-size			: 15px;
		font-weight			: 800;
		text-align			: justify;

	}
	
div#content #contentBox #middle{
	
		background-image	: url('/imgs/middle.jpg');
		background-repeat	: no-repeat;
		background-position	: 340px 0px;
		float				: left;
		width				: 330px;
		min-height			: 220px;
		border-top			: 1px solid #C0DEEF;
		padding				: 0px;
		padding-right		: 380px;
		padding-top			: 10px;
		margin-left			: 30px;
		margin-top			: 20px;
		text-align			: justify;
	}
	
div#content #contentBox #middle h4{
	
		color 				: #345E90;
		font-family			: "Trebuchet MS",Verdana,Arial,Tahoma;
		font-size			: 18px;
		font-weight			: 700;
		height				: 20px;
		text-align			: left;
	
	}

div#content #contentBox h2 , h3{

		color 				: #E78B10;
		font-family			: Verdana,Arial,Tahoma;
		font-size			: 18px;
		font-weight			: 800;
		height				: 20px;
	}

div#content #contentBox table{

		padding 			: 0px;
		width  				: 500px;
		border 				: 1px solid #e7e7e7;
		background-color	: #ffffff;
	}

div#content #contentBox td{

		padding				: 20px;
		padding-top 		: 7px;
		padding-bottom 		: 7px;
		color				: #265695;
		font-family			: Arial,Tahoma;
		font-size			: 17px;
		font-weight			: 500;
		height				: 15px;
	}
	
div#content #contentBox  .blue{
	
		font-family			: Arial,Tahoma;
		font-size			: 17px;
		font-weight			: 500;
		color				: #265695;
		background-color	: #EFF2F5;
	}
	
div#content #contentBox  input[type=text] , input[type=password]{
	
		font-family			: Arial,Tahoma;
		font-size			: 16px;
		font-weight			: 500;
		padding 			: 5px;
		color				: #265695;
		width				: 200px;
		height				: 20px;
	}

	
div#content input[type=button]{
	
		background-image 	: url( '/imgs/submit1.png' );
		background-repeat	: no-repeat;
		background-position : 0px -2px;
		position			: relative;
		left				: 0px;
		border				: 0;
		width				: 140px;
		height				: 31px;
		color				: #ffffff;
		font-size			: 13px;
		font-family			: Arial;
		font-weight			: 500;
		padding-bottom		: 5px;
	
	}	
	
div#content #contentBox a{
	
		font-family			: Tahoma;
		font-size			: 13px;
		color				: #000;
		text-decoration		: none;
	}
	
div#content #contentBox a:hover{
	
		text-decoration		: underline;
	}
	
div#content h1{
	
		color				: #4F8E99;
		font-family			: Arial,Tahoma;
		font-size			: 27px;
		font-weight			: 200;
		height				: 30px;
	
	}
	
div#content p{

		font-family			: Tahoma;
		font-size			: 13px;
		font-weight			: 300;
		color 				: #626262;
	}
	
div#content #top{
	
		padding				: 20px;
	}

div#footer{
	
		background-image	: url('/imgs/footer.png');
		background-repeat	: no-repeat;
		background-color	: #ffffff;
		color				: #e7e7e7;
		font-family			: Tahoma;
		font-size			: 14px;
		float				: left;
		width				: 974px;
		padding-top			: 52px;
		padding-left		: 50px;
		height				: 48px;
		white-space			: pre;
	}

div#left{
	
		float				: left;
		width				: 230px;
		min-height			: 400px;
		border				: 1px solid #e7e7e7;
		padding				: 20px;
		margin				: 20px;
	}


div#left h3{

		color				: #4F8E99;
		font-family			: Arial,Tahoma;
		font-size			: 15px;
		font-weight			: 300;
		height				: 15px;
	}

div#left ul{
	
		position			: relative;
		top					: -17px;
		left				: -30px;
		background			: transparent;
		color				: #000000;
		font-family			: Arial,Tahoma;
		font-size			: 12px;
		font-weight			: 400;
		list-style-type 	: none;
		line-height			: 23px;
	}


div#left li{
	
		padding-left		: 10px;
	}



div#right{
	
		float				: right;
		width				: 200px;
		min-height			: 400px;
		background-image 	: url(/imgs/right.jpg);
		background-repeat	: no-repeat;
		background-position	: -20px 20px;
		background			: transparent;
		color				: #808080;
		padding-right		: 20px;
		margin-right		: 20px;

	}
	
div#right h3{
	
		background-image 	: url('/imgs/info.png');
		background-repeat	: no-repeat;
		color				: #7e7e7e;	
		font-family			: Arial,Tahoma;
		font-size			: 19px;
		font-weight			: 100;
		height				: 32px;
		padding-left		: 40px;
		padding-top			: 7px;
	}

div#right h1{
	
		background-image 	: url(imgs/info2.png);
		background-repeat	: no-repeat;
		color				: #7e7e7e;	
		font-family			: Arial,Tahoma;
		font-size			: 19px;
		font-weight			: 100;
		height				: 32px;
		padding-left		: 40px;
		padding-top			: 7px;
		border-bottom		: 1px solid #ababab;
	}	
	
div#right p{
	
		padding				: 0px;
		margin				: 0px;
		color				: #808080;
		font-family			: Arial,Tahoma;
		font-size			: 11px;
		font-weight			: 100;
		background			: transparent;
	}

div#right table{
	
		position			: relative;
		left				: 0px;
		top					: -20px;
		color				: #808080;
		font-family			: Arial,Tahoma;
		font-size			: 11px;
		font-weight			: 100;
		width				: 190px;
		height				: 200px;
		background			: transparent;
	}

div#right input[type=text]{
		
		position			: relative;
		left				: 15px;
		padding-left		: 5px;
		font-family			: Tahoma;
		font-size			: 11px;
		width				: 120px;
		border				: 1px solid #e7e7e7;
		background			: transparent;
		color				: #ababab;
	}
	
div#right textarea{
	
		position			: relative;
		left				: 15px;
		padding-left		: 5px;
		width				: 120px;
		font-family			: Tahoma;
		font-size			: 11px;
		border				: none;
		border				: 1px solid #e7e7e7;
		color				: #ababab;
		background			: transparent;
	}

div#right input[type=button]{
	
		position			: relative;
		left				: 10px;
		top					: -10px;
		background-image 	: url('/imgs/submitverzenden.png');
		background-repeat	: no-repeat;
		border				: 0;
		width				: 137px;
		height				: 33px;
		background-color	: #ffffff;
		cursor				: pointer;
	}
	
div#right a{
	
		font-family			: Arial;
		color				: #7e7e7e;	
		text-decoration		: none;
	}

div#right ul{
	
		list-style-type		: none;
		font-family			: Arial;
		color				: #7e7e7e;	
		cursor				: pointer;
	}

