/* CSS Document gemaakt door en voor anders-communiceren.nl */


/* standaardinstellingen */
* { 
	margin:0;
	padding:0;
	}
	
html, body { height:100%; }

a img { border:0; }
a:link, a:visited { text-decoration:none; color:#ff6600; }
a:hover { text-decoration:underline; }

body { 
	font-family:'lucida grande', verdana, arial, helvetica, sans-serif; 
	font-size:13px; 
	color:#535353;	
	}

h2 {
	margin:25px 0 15px 0;
	font-size:17px;
	color:#ff6600;
	}

.centreer img { 
	display:block;
	margin:auto;
	}

p { margin:0 0 15px 0; }

ul { list-style-type:none; }
ul a:link, ul a:visited { color:#535353; }
ul a:hover { text-decoration:none; color:#ff6600; }
ul li.active, ul li.active a { color:#ff6600; }


/* container */
#container {
	width:100%;
	background-image:url(/images/top.png); 
	background-position:top left;
	background-repeat:repeat-x;
	}

#hoofd { 
	margin:auto;
	position:relative;
	width:800px;
	height:92px;
	}

#hoofd ul {
	padding:55px 0 0 0;
	}

#hoofd ul li { 
	float:left;
	width:150px;
	display:inline;
	text-align:center;
	}

#inhoud { 
	width:800px;
	height:500px;
	margin:auto;
	position:relative;
	display:block;
	background:url(/images/achtergrond1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

#inhoudlinks { 
	float:left;
	width:96px;
	height:auto;
	}

#inhoudmidden {
	float:left;
	width:451px;
	height:auto;
	}

.hometitel { 
	font-size:23px;  
	text-align:right; 
	margin:412px 20px 0 0;
	}

#inhoudrechts { 
	float:left;
	width:253px;
	height:auto;
	}

#inhoudrechts h2 {
	color:#535353;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 0 15px;
	}

#inhoudrechts ul { margin:5px 0 0 15px }

#voet { 
	width:100%;
	height:92px;
	display:block;
	background-image:url(/images/voet.png); 
	background-position:left;
	background-repeat:repeat-x;	
	}
