body {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 960px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#left {
	background-image: url(NG_Logo.jpg);
	background-repeat: no-repeat;
	width: 320px;
	margin: 0px;
	padding: 150px 0px 0px 0px;
	min-height: 480px;
	float: left;
}
#center {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}
#right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}
ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.navigation li {
	margin: 0px;
	padding: 0px;
	width: 320px;
}
ul.navigation li a {
	color: #999999;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(abg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 307px;
	margin: 0px;
	padding: 13px 0px 0px 13px;
}
ul.navigation a:hover {
	color: #FFFFFF;
	background-image: url(abgt.jpg);
}

ul.navigation li.besucht a{
	color: #FFFFFF;
	background-image: url(abghover.jpg);
}
#center h1, #right h1 {
	font-family: verdana;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 10px 25px;
}
#center p, #right p {
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	padding: 10px 25px;
	line-height: 1.4;
}
