a.nav:link, a.nav:visited, a:link, a:visited  {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #a01111;
}

a.nav:hover, a.nav:active, a:hover, a:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#667b7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.Container {
	width:100%;
	height:100%;
	}

.mainTableContainer {
	width:822px;
	height:489px;
	border:solid 2px #999999;
	}

.mainTable_top {
	width:822px;
	height:77px;
	background-color:#ffffff;
	}

.mainTable_bottom {
	width:822px;
	height:412px;
	background-color:#ffffff;
	}

.mainNav {
	width:822px;
	height:36px;
	text-align:center;
	vertical-align:bottom;
	color:#a01111;
	}

.subNav {
	width:154px;
	height:190px;
	text-align:left;
	vertical-align:top;
	padding-top:52px;
	padding-left:24px;
	color:#a01111;
}

.Content {
	width:668px;
	height:412px;
	text-align: left;
}


.bodyContent {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 49px;
}

a.smallLink:link, a.smallLink:visited  {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5B5B5B;
}

a.smallLink:hover, a.smallLink:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}


.ticker {

	font-family:Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;

}

a.ticker:link, a.ticker:visited {

	font-family:Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: underline;

}

a.ticker:hover, a.ticker:active {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}

* html .bodyRight {
	overflow:auto;
	overflow-x:hidden;
  	height:350px;
	width: 100%;
  	display: block;
	margin: 5px 15px 5px 0px;
	vertical-align: bottom;
}

html>body .bodyRight {
	overflow:auto;
	overflow-x:hidden;
  	height:350px;
	width: 100%;
  	display: block;
	vertical-align: bottom;
}


* html .bodyLeft {
	overflow:auto;
	overflow-x:hidden;
  	height:350px;
  	display: block;
	width: 100%;
	margin: 5px 15px 5px 0px;
	
	vertical-align: bottom;
}

* html .inhaltLeft {
	width: 93%;
       padding-left: 5px;
	padding-right: 5px;
}

* html .inhaltRight {
	width: 95%;
      

}

html>body .bodyLeft {
	overflow:auto;
	overflow-x:hidden;
  	height:350px;
	width: 100%;
  	display: block;
	margin: 0 0 0 0;
	vertical-align: bottom;
}

