body {
	background-image: url('../img/bg_sandy1.png');
	background-repeat: repeat;
	background-color: #fefaed;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

a{
	color: #444444;
}

h1{
	margin: 0px 0px 0px 0px;
}

h2{
	margin: 0px 0px 0px 0px;
}

p{
	margin: 6px 0px 6px 0px;
	line-height: 14px;
}

a img{
	border: none;
}

li{
	margin-top: 2px;
}

ul{
	margin: 2px 0px 2px 10px;
	padding: 0px 0px 0px 10px;
}

/* specifieke opmaak */

a.well{
	font-size: 11px;
}

/* structuur */

div#top{
	width: 100%;
	height: 145px;
	background-image: url('../img/border_top.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

	div#top_content{
		width: 900px;
		height: 145px;
		margin: 0px auto 0px auto;
		text-align: left;
	}
		
		div#menu{
			float: right;
			margin: 80px 50px 0px 0px;
		}
		
			div#menu img{
				margin: 0px 0px 0px 2px;
			}

div#middle{
	width: 100%;
}

	div#content{
		background-image: url('../img/bg_yellow_30procent.png');
		background-repeat: repeat-y;
		width: 780px;
		overflow: auto;
		padding: 0px 60px 10px 60px;
		margin: 0px auto 0px auto;
		text-align: left;
	}
		
		div.contentcontainer{
			margin: 0px;
		}
		
		div#left{
			float: left;
			width: 350px;
		}
	
		div.left2{
			float: left;
			width: 390px;
			margin: 0px;
		}
	
		div#right{
			padding: 10px;
			margin: 0px 0px 10px 10px;
			float: right;
			width: 350px;
			background-image: url('../img/bg20procent.png');
			background-repeat: repeat;
		}
		
		div#images{
			width: 400px;
			height: 420px;
			background-image: url('../img/bg_rotator.png');
			background-repeat: no-repeat;
			float: right;
			margin: 0px 0px 5px 10px;
			padding: 10px;
		}
		
		div#images2{
			width: 450px;
			height: 350px;
			background-image: url('../img/bg_rotator_2.png');
			background-repeat: no-repeat;
			float: right;
			margin: 0px 0px 5px 10px;
			padding: 10px;
		}
		
			img#image_rot{
				width: 400px;
				height: 300px;
			}
			
			div#legend{
				padding: 10px;
				background-image: url('../img/bg20procent.png');
				background-repeat: repeat;
			}
				
				div#legend div#header_image{
					font-size: 12px;
					font-weight: bold;
					text-align: right;
				}

div#bottom{
	width: 100%;
	height: 10px;
	background-image: url('../img/border_bottom.png');
	background-repeat: repeat-x;
	background-position: top;
}
