@import url(referenties.css);

*{
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #474747 url(../images/bg.jpg) repeat-x top left;
	text-align:left;
}

#wrapper{
	margin:0 auto;
	text-align:left;
	width:936px;	
	position:relative;
}

#top{
	float:left;
	width:936px;
	height:89px;
	background: url(../images/top.jpg) no-repeat top left;
}

#head{
	float:left;
	width:930px;	
	height:266px;
	background: url(../images/visual_bg.jpg) no-repeat top left;
	padding:6px 0 0 10px;
}

#content{
	float:left;
	position:relative;
	width:902px;
	background: url(../images/content.jpg) no-repeat top left;
	padding:20px 16px 20px 18px;
}

#menu{
	float:left;
	width:195px;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	padding:5px 0 4px 22px;
}

#tekst{
	float:left;
	width:385px;
	padding:0 25px 0 25px;
	overflow:hidden;
}

#tekst ul{
	list-style:square;
	padding:5px 0 5px 25px;
}

#tekst li{
	padding:2px 0;
}

#rechts{
	float:left;
	width:272px;
}

#nieuwepano{
	float:left;
	width:263px;
	padding:0 0 15px 9px;
}

#nieuwepano img{
	margin:0 0 10px 0;
}

#trefwoorden{
	float:left;
	width:263px;
	padding:0 0 15px 9px;
}

#trefwoorden ul{
	list-style:square;
	padding:5px 0 5px 25px;
}

#trefwoorden li{
	list-style:square;
	padding:2px 0 2px 0;
}

.line{
	height:1px;
	background:#f7c397;
	border:none;
	margin:15px 0;
}

.img{
	border:1px solid #f7c397;
	padding:2px;
	margin:3px 8px 3px 10px;
}

#map{
	border:1px solid #f7c397;
}

input, textarea{
	border:1px solid #000;
	width:180px;
	padding:1px;
	overflow:auto;
}

/*accordion*/
.toggler{
	padding: 2px 0;
	font-weight: normal;
	cursor:pointer;
	text-align:left;
	position:relative;
}
 
h2.atStart{
	font-weight: normal;
	font-size:12px;
	padding:0;
}
 
.element{
	margin: 5px 0;
	text-align:left;
}

#footer{
	float:right;
	width: 886px;
	text-align:left;
	padding:5px 25px 10px 25px;
	background: url(../images/footer.jpg) no-repeat top left;
}

.footerleft{
	float:left;
	width:600px;
}

.footerright{
	float:right;
	width:150px;
	text-align:right;
}
