body {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.3em;
	font: 75% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	background: #fff url(grafiken/bgd.gif) repeat;
	background-position: 50% 0;
	color: #666666;
}
#container {
	position: relative;
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #663300;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #990000;
	background: inherit;
}
.navigation {
	width: 600px;
	padding-top: 10px;
	margin-left: 12px;
	font-weight:bold
}
.newshead {
	font-weight:bold;
	color: #993300;
}
#top-nav {
	margin: 0;
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #bbb;
}
#banner {
	width: 600px;
	height: 150px;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
}
#title h1 {
	margin: 0 10px 10px 12px;
	padding-top: 5px;
	font-size: 1em;
	color: #666666;
	background: inherit;
}
#title tab {
	margin: 0 10px 10px 12px;
	padding-top: 5px;
	background: inherit;
}
#top-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#top-nav a:link, #top-nav a:visited {
	float: left;
	padding: 0 20px 20px 20px;
	text-decoration: none;
	color: #666;
	background:inherit;
}
#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
	background:inherit;
	color: #666;
	background: url(grafiken/top_menu.gif) no-repeat bottom center;
}
#content {
	float: left;
	margin-top: 0;
	padding: 1px;
	width: 595px;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
}
#content h1 {
	margin: 10px 30px 0 20px;
	padding: 3px;
	font-variant: small-caps;
	font-size: 1.4em;
	color: #666;
	background: inherit;
	margin-left: 5px;
}
#side-menu {
	width: 150px;
	margin: 0 0 0 456px;
	padding-left: 3px;
}
#side-menu h1 {
	margin: 0 0 0 0;
	font-variant: small-caps;
	font-size: 1.4em;
	color: #666;
	background: inherit;
}
#side-nav {
	width: 95%;
	margin: 5px 0 5px 10px;
	padding: 0;
	list-style-type: none;
	color: #333;
	background:inherit;
}
#side-nav a {
	background-color:inherit;
	display: block;
	width: 95%;
	text-align: left;
	text-decoration: none;
	background:url(grafiken/side_menu.gif) no-repeat;
	background-position:right;
	color: #c86000;
}
#side-nav a#current, #side-nav a:hover {
	text-decoration: none;
	background-color: #fff;
	background:url(grafiken/side_menu_hover.gif) repeat-y;
	color: #000;
}
.sideheader {
	color: #666;
	background: inherit;
	text-align: left;
	font-size: 1.4em;
	font-variant: small-caps;
	margin-top: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer {
	clear:both;
	width: 600px;
	padding: 3px;
	margin: 20px 0 0 10px;
	border-top: 1px solid #bbb;
	font-size: 0.9em;
	text-align: left;
	color: #666;
	background: inherit;
}
#footer a:link, #footer a:visited {
	color: #c86000;
	background:inherit;
}
#footer a:hover {
	border-bottom: 1px dashed #333;
	color: #333;
	background:inherit;
}
.myborder {
	border: 1px solid #eeae0e;
	padding:5px;
}
a img {
	border: none;
}
div.scroll {
	overflow: auto;
	height: 10em;
	width: 130px;
	border: solid 1px #999;
	padding: 1ex;
	background: #fff;
	color: #666666;
	margin: 0 0 0 0;
}
