html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #222;
	background: #fd8;
}

body {
	margin: 0 auto;
	width: 966px;
	/* ehemals:
	max-width: 966px;
	min-width: 750px;*/
}

#frame {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border: none;
}

#shadow_l {
	width: 8px;
	padding: 0;
	background: url(img/bg_left.gif) left repeat-y;
}

#shadow_r {
	width: 8px;
	padding: 0;
	background: url(img/bg_right.gif) right repeat-y;
}

#container {
	padding:0;
	padding-top: 160px;
	border: none;
	background: url(img/banner.jpg) top center no-repeat #fff;
	vertical-align: top;
}

a:link, a:visited {
	color: #44f;
}

a:hover, a:focus, a:active {
	color: #00f;
	text-decoration: none;
}

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited {
	display: block;
	padding: 3px 12px;
	background: url(img/nav.gif) right no-repeat #fd8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	width: 156px;
}

#menu a:hover, #menu a:focus, #menu a:active, #menu a.current {
	padding: 3px 2px 3px 22px;
	color: #222;
}

#menu a.current {
	font-weight: bold;
}

#menu a span {
	padding-left: 8px;
}

#menu a:hover span, #menu a:focus span, #menu a:active span, #menu a.current span {
	background: url(img/arr.gif) left no-repeat;
}

#main {
	padding: 10px 10px 40px 200px;
	background: url(img/LOGO_blass.gif) center top no-repeat;
}

img {
	border: none;
}

h1 {
	font-size: 26px;
	border-bottom: 1px solid #d62;
	margin: 18px 0;
	font-weight: normal;
}

h1#top {
	margin-top: 0;
}

h2 {
	font-size: 16px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #d62;
	margin: 20px 0 6px;
	font-weight: normal;
	background: url(img/arr2.gif) left no-repeat;
	padding-left: 16px;
}

h3 {
	font-size: 13px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	color: #d62;
	margin: 1em 0 4px;
}

p {
	margin-top: 0;
	margin: 0 0 1em;
}

#main ul {
	margin: 0;
}

.small {
	font-size: 11px;
}

.normalsize {
	font-size: 13px;
}

.copy {
	color: #555;
	font-size: 11px;
	margin: 10px 0 5px;
}

.help {
	font-weight: bold;
	border-bottom: 1px dotted #000;
	cursor: help;
	/*padding-left: 19px;
	background: url(img/neu.png) left no-repeat;*/
}

.pdf {
	background: url(img/icon_pdf.gif) left no-repeat;
	padding-top: 1px;
	padding-left: 22px;
}

.extern {
	background: url(img/extern.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 1px;
}

.super {
	font-size: 9px;
	vertical-align: super;
}

#thumbs {
	margin: 20px 0 0;
	border: 1px solid #ccc;
	background: #eee;
	width: 100%;
}

#thumbs td {
	text-align: center;
}

#thumbs img {
	width: 140px;
	height: 105px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

#thumbs a:hover img {
	background: #d62;
}

#footer {
	clear: both;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	background: #d62;
	color: #fff;
}
