* {
	margin: 0;
	padding: 0;
}
html {
	font: 400 11px/14px Verdana, arial, helvetica, sans-serif;
}
body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
h1, h2, h3, p {
	font: 400 11px/14px Verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0px 0px 27px 15px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a.inline {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
}
a.inline:hover {
	color: #f00;
}
/* HAUPT-DIVs */
/* ============================================================================================== */
div#seite {
	margin: 8px auto 0px auto;
	text-align: center;
	width: 950px;
}
div#header{
	border-bottom: 1px solid red;
	color: #f00;
	font-size: 36px;
	font-weight: bold;
	height: 90px;
	padding-top: 25px;
}
div#links {
	float: left;
	height: 380px;
	margin-top: 15px;
	overflow: hidden;
	width: 475px;
}
div#rechts {
	float: right;
	height: 320px;
	margin-top: 15px;
	overflow: hidden;
	overflow: hidden;
	padding: 40px 0px 20px 30px;
	text-align: left;
	width: 445px;
}
div#footer {
	border-bottom: 1px solid red;
	height: 20px;
	padding-top: 15px;
	width: 950px;
}
/* NAVIGATION */
/* ============================================================================================== */
div#navcontainer {
}
div#navcontainer ul {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 8px;
	text-align: center;
}
div#navcontainer ul li {
	display: inline;
	padding: 0px 0px;
}
div#navcontainer ul li a {
	display: inline-block;
	color: #ccc;
	font-size: 10px;
	text-decoration: none;	
	padding: 2px 30px;
	width: 68px;
}
div#navcontainer ul li a:hover {
	background-color: #F1F1F1;
	color: #f00;	
}
div#navcontainer ul li.small a:hover {
	background: url(../images/html_navback_small.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div#navcontainer ul li.xsmall a:hover {
	background: url(../images/html_navback_xsmall.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div#navcontainer ul li.medium a:hover {
	background: url(../images/html_navback_medium.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div#navcontainer ul li.xmedium a:hover {
	background: url(../images/html_navback_xmedium.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
div#navcontainer ul li.big a:hover {
	background: url(../images/html_navback_big.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.current {
	font-weight: 700;
	width: 50px;
}
/* Java-Script Scroller */
/* ============================================================================================== */
div#scroll{
	left: 390px;
	position: relative;
	top: 0px;
	width: 15px;
}
#scrollUp {
	width: 15px;
}
#scrollDn {
	width: 15px;
}
#scrollTop {
	padding: 5px 0px;
	width: 15px;
}
#lyr1 {
	padding: 0px 15px 5px 5px;
	position: relative;
	text-align: left;
	top: 0px;
	visibility: hidden;
}
#wn {
	clip: rect(0px, 380px, 410px, 0px);
	height: 160px;
	overflow: hidden;
	position: relative;
	top: -55px;
	width: 380px;
}
table#nojstable {
	left: 3px;
	position: relative;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #fff;
	top: -217px;
}
table#nojstable td {
	height: 160px;
	width: 405px;
}
table#nojstable td div {
	height: 100%;
	overflow: auto;
	padding-right: 25px;
	width: 385px;
}
p.bodytext {
	line-height: 1.4;
	text-align: justify;
}
p.bodytext br {
	line-height: 1.8;
}
