body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/png/achtergrondalgemeen.png);*/
	color: #333333;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

span a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #333333;
}
strong {
	font-weight: bold;
	color: #666666;
}

hr {
	display: none;
}
	
ul,li {
	margin:0px;
	padding:0px;
}
.clear{display:none}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

#center {
   width:800px;
   min-width:800px;
   padding: 0px 0px 0px 0px;
   margin:auto;
   text-align:left;
}
#header {
	background-image: url(../images/common/dotline_x.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#header h1 {
	margin:0px;
	padding:0px;
	float: left;
}
#header ul.head1 li{
	float: left;
	margin:22px 0px 0px 20px;
	list-style-type: none;
}
#header ul.head2 li{
	float: right;
	margin:0px 0px 0px 0px;
	list-style-type: none;
}


#contents {
	clear:both;
}
#cont_righthome {
	vertical-align: right;
	margin left: 10px;
	float:right;
	width:550px;
	padding-bottom: 10px;
	height: 460px;
}
#cont_centerhome {
	width: 10;
}
#cont_lefthome {
	vertical-align: top;
	text-align: left;
	float:left;
	width:220px;
	height:460px;
}
#cont_right {
	margin left: 10px;
	float:right;
	width:570px;
	padding-bottom: 10px;
	height: 550;
}
#cont_center {
	width: 10;
}
#cont_left {
	float:left;
	width:200px;
	height:530;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	align: center;
	width: 800px;
	height:50px;
	background-image: url(../images/common/dotline_x.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer ul.subm li{
	float: left;
	margin:11px 10px 0px 0px;
	list-style-type: none;
}
#footer .logo{
	float: right;
	width: 120px;
	margin:11px 0px 0px 0px;
}

:focus
{
-moz-outline-style: none;
}

