* {
  margin:0;
  padding:0;
	font:10px sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align:left;
}

html, body {
  height:100%;
}

body {
	background-color:#000;
	color:#fff;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-265px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:530px;
	width:900px;
	clear:left;
	background-color:#000;
	border:1px solid #fff;
}

#tickerfeld {
  border: 0px none;
	background: #000;
	color:#666;
	width:900px;
}

a:link {
   color: #fff;
   text-decoration: none;
}

a:visited {
   color: #fff;
   text-decoration: none;
}

a:hover {
   color: #aaa;
   text-decoration: none;
}

a:active {
   color: #aaa;
   text-decoration: none;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

td {
  vertical-align:top;
}

.klein {
   font-size: 9px;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 14px;
   color: #fff;
}

h2 {
   font-size: 14px;
   color: #fff;
}

p, ul {
   font-size: 11px;
   color: #fff;
}

#ltop {
  width:397px;
	height:128px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	background:#fff;
}

#rcol {
}

#lmiddle {
  width:397px;
	height:215px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	background:#555;
}

#lbottom {
  width:397px;
	height:183px;
	border-right:2px solid #000;
	background:#fff;
	color:#000000;
}

#navMain {
  margin-top:17px;
	margin-left:70px;
  list-style:none;
	color:#000;
	font-size:10px;
	width:170px;
}

#navMain li {
  list-style:none;
	color:#000;
	font-size:10px;
	padding:2px 0px 6px 0px;
}

#navMain li.navMainActive {
  background:url(../images/layout/navSelect.gif) no-repeat left center;
}

#navMain li.navMainActive b {
	font-weight: bold;
}

#navMain li.navMainActiveSub {
	background:url(../images/layout/navLine.gif) no-repeat left center;
}

#navMain li.navMainActiveSub b {
	font-weight: bold;
}

.navMainOver {
  cursor:pointer;
}

#navMain li b {
	color:#000;
	font-size:10px;
	padding-right: 3px;
	background:#fff;
	font-weight: normal;
	margin-left: 60px;
}

#navSub {
  margin-top:20px;
	margin-left:5px;
	color:#000;
	font-size:10px;
	width:110px;
}

#navSub div {
  font-size:10px;
  display:none;
}

#navSub div p {
  color:#000;
	text-decoration:none;
	font-size:10px;
	display: block;
	padding:0px 0px 8px 0px;
}

#navSub div a {
  color:#000;
	text-decoration:none;
	font-size:10px;
	display: block;
	padding:0px 0px 8px 0px;
}

#navSub p.navSubActive {
	font-weight: bold;
}

.navSubOver {
  cursor:pointer;
}