P{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;padding-bottom:15px;}

html body{
	background: #336699;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	font-family: Arial, Helvetica, Helv, Verdana;
	font-size: 10pt;
}
#logo1{
	background: url(/images/headers/header.php) no-repeat;
	height: 100%;
	float: left;
	width: 759px;
}
/*6DADFB - DAEAFE*/
#main{
	margin-top: 0px;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	border-left: 2px dotted #0000FA;	
	border-right: 2px dotted #0000FA;
}
#header{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 100px;
	background: #003366; /*origineel: 9FCAFF*/
}
#container{
	top: 0px;
	background: #003366;
	position: relative;
	min-height: 600px;
}

#left { 
	position: relative;
	background: #003366;
	float: left; 
	width: 250px;
}
#right {
	background: #FFFFFF;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 250px;
	margin-top: 0px;
	border-left: 1px dotted #333333;
}
#category{
	width: 749px;
	height: 20px;
	text-align: center;
	/*background: #6DADFB;
	border-bottom: 2px solid #6DADFB;
	*/
}
#content {
	/*background: url(/images/watermerk.jpg);*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	min-height: 600px;
	
}
#footer { 
	border-top: 1px solid #cccccc;
	border-left: 2px dotted #0000FA;	
	border-right: 2px dotted #0000FA;
	position: relative;
	background: #003366;
	bottom: 0px;
	width: 1000px;
	left: 50%;
	color: #FFFFFF;
	margin-left: -502px;
	height: 30px;
}