body{
	background:#d6d6d6;
	font-size: 16px;
}

#container{
	margin: auto;
	width: 700px;
	height: 500px;
	margin-top: 100px;
}

#navi{
	background-image: url('images/navi.jpg');
	width: 110px;
	height:400px; 
	float: left;
	margin: auto;
	padding-left: 40px;
	padding-top: 100px;
}
#navi li {
	display: inline;
}
#navi a:link, #navi a:visited{
	margin-left: -40px;
	display: block;
	width: 90px;
	height: 20px;
	padding: 10px;
	padding-bottom: 0px;
	margin-top:1px;
	margin-bottom: 1px;
	text-decoration: none;
	text-align: center;
	color: #a8cef3;
	font-weight: bold;
}

#navi a:hover, #navi a:active{
	color: #000000;
}

#content{
	background-image:url('images/bg.jpg');
	width: 550px;
	height:100%; 
	float: right;
	margin: auto;
}

#images{
	background-image: url('images/groeden.jpg'); 
	width: 150px;
	height: 100%;
	float: right;
}
#textbox{
	width: 360px;
	hight: 460px;
	padding: 20px;
}

#footer{
	background-image: url('images/foofter.jpg');
	height: 20px;
	width: 700px;
	margin: auto;
	margin-bottom: 100px;
}

a:link, a:visited{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus, a:active{
	color: #000000;
	text-decoration: none;
}