@charset "UTF-8";
body{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

#container {
	background-image: url(../../image/bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 850px;
	}

#top {
	float: left;
	height: 85px;
	width: 850px;
	}

#indhold {
	float: left;
	height: 230px;
	width: 840px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#right_indhold {
	float: left;
	height: 230px;
	width: 450px;
	overflow: auto;
	padding-left: 10px;
}
#menu {
	float: left;
	height: 230px;
	width: 200px;
}
#menu ul  {
	text-indent: 0px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu li   a:link    {
	float: left;
	height: 20px;
	width: 200px;
	background-color: #333333;
	text-indent: 3px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
}
#menu li   a:visited    {
	float: left;
	height: 20px;
	width: 200px;
	background-color: #000000;
	text-indent: 3px;
	text-decoration: none;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
}
#menu li   a:hover    {
	float: left;
	height: 20px;
	width: 200px;
	background-color: #FFCC00;
	text-indent: 3px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
}
#bund {
	text-align: center;
	height: 75px;
	width: 850px;
	float: left;
	padding-top: 10px;
}
#bund a:link {
	color: #666666;
	text-decoration: none;
}
#bund a:visited {
	color: #666666;
	text-decoration: none;
}
#bund a:hover {
	color: #000;
	text-decoration: none;
}
#bund a:active {
	color: #F00;
	text-decoration: none;
}
#indhold a:link {
	color: #666666;
	text-decoration: none;
}
#indhold a:visited {
	color: #666666;
	text-decoration: none;
}
#indhold a:hover {
	color: #000;
	text-decoration: none;
}
#indhold a:active {
	color: #F00;
	text-decoration: none;
}

