html {
  height: 100%;
}

body {
  height: 100%;
	margin: 0px;
	background: #fff url(../img/Body_Bgrnd.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #004186;
}

p {
	margin: 0px;
	margin-bottom: 6px;
}

td, th {
}

a {
	color: #475266;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DF5A00;
	text-decoration: underline;
}
.a_arrow {
	padding-left: 13px;
	background: url(../img/DreieckR_blue.gif) no-repeat 0px 3px;
}
.a_arrow:hover {
	background: url(../img/DreieckR_red.gif) no-repeat 0px 3px;
}

form {
	background-color: #eee;
	padding: 15px;
}

hr {
  height: 1px;
  border: 0;
  color: #ccc;
  background-color: #ccc;
  text-align: left;  /* align it left for IE*/
  margin-left: 0;    /* align it left for Mozilla*/
  border: 0px;
}

.title, .posttitle  {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #004186;
}

.posttitle  {
	margin-top: 0px;
	margin-bottom: 35px;
}

.pretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
  color: #F4A040;
	margin: 0px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight: bold;
  color: #F4A040;
}
.subtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
	background-color: #DDD;
	width: 100%;
}
.subtitle2nobgrnd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	font-weight: bold;
}

.small {
  font-size: 10px;
  line-height: 13px;
}
.smallspacing {
  line-height: 14px;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #DF5A00;
    color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #DF5A00; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

/* ---------------------------------------------- */

#blueband{
  position: absolute;
	left: 0px;	top: 0px;
	height: 100%;
	width: 27px;
	background: #004186;
	border-right: 1px solid white;
}
#header{
  position: absolute;
	left: 260px;	top: 0px;
	width: 610px;
	height: 160px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#logo IMG{
  margin: 47px 0 86px 10px;
}
#menu{
  position: absolute;
	left: 28px;	top: 0px;
	width: 225px;
  padding-left: 7px;
	background: url(../img/Menu_Bgrnd.jpg) repeat-x;
}
.menuItem a, .menuItemAct a{
	display: block;
	width: 198px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1px;
	text-decoration: none;
  color: #4C7AAA;
	background: #fff;
	padding: 0 10px 0 10px;
}
.menuItemAct a{
  color: #004186;
	background: #FBD9B3;
}
.menuItem a:hover, .menuItemAct a:hover{
  color: #004186;
	background: #FDECD9;
	text-decoration: none;
}
#content{
  position: absolute;
	left: 260px;	top: 0px;
	width: 568px;
	padding: 200px 20px 40px 21px;
	border-left: 1px solid white;
}
#contentFoot{
	position: relative;
	left: 260px;
	height: 50px;
}

.tableHead{
  height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	font-weight: bold;
  color: #fff;
	background: #899CC9;
	padding: 0 10px 0 10px;
}
.tableSubhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #000;
	background: #e8e2d8;
	padding: 0 10px 0 10px;
}
.tableBgrnd1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #004186;
	background: #D0DBF2;
	padding: 0 10px 0 10px;
}
.tableBgrnd2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #004186;
	background: #E8EFFF;
	padding: 0 10px 0 10px;
}
.tableFoot{
  height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1px;
  color: #fff;
	background: #899CC9 url(../img/TableFootArrow_bluelight.gif) no-repeat 7px 2px;
	padding: 0 10px 0 10px;
}

.co2{
	font-size: 8px;
}

.imageThumbs{
  width:  110px;
  height: 110px;
  padding: 3px;
  margin: 0px;
  background: #e6e6e6;
  border: 1px solid white;
}
.imageThumbs:hover{
	background: #FFD1B2;
}

.showMapButton{
  font-size: 12px;
}

.hoverinfoTL, .hoverinfoTR, .hoverinfoBL, .hoverinfoBR{
  position: absolute;
	line-height: 15px;
	white-space: nowrap;
}
.hoverinfo_hot{
  position: absolute;
  z-index: 1000 !important;
}
.hoverinfo_cross{
  display: none;
  position: absolute;
  left: -15px; top: -15px;
  width: 69px; height: 69px;
  background: url(../img/hoverinfo_cross.png) no-repeat;
}
.hoverinfo_box{
  position: absolute;
  padding: 7px 10px 9px 10px;
  z-index: 990 !important;
}
.hoverinfo_box .subtitle{
	margin-top: 0px;
	margin-bottom: 7px;
}
.hoverinfo_box TABLE{
	width: 100%;
}
.hoverinfo_box TD{
	padding-top: 3px;
	padding-bottom: 4px;
	white-space: nowrap;
}
.hoverinfo_box IMG{
	margin-bottom: 6px;
}
.hoverinfoTL .hoverinfo_box{
  top: 19px; left: 19px;
  background: url(../img/hoverinfo_box.png) no-repeat;
  border-right: 1px solid #004186;
  border-bottom: 1px solid #004186;
}
.hoverinfoTR .hoverinfo_box{
  top: 19px; right: -20px;
  background: url(../img/hoverinfo_box.png) no-repeat top right;
  border-left: 1px solid #004186;
  border-bottom: 1px solid #004186;
}
.hoverinfoBL .hoverinfo_box{
  bottom: -20px; left: 19px;
  background: url(../img/hoverinfo_box.png) no-repeat bottom left;
  border-right: 1px solid #004186;
  border-top: 1px solid #004186;
}
.hoverinfoBR .hoverinfo_box{
  bottom: -20px; right: -20px;
  background: url(../img/hoverinfo_box.png) no-repeat bottom right;
  border-left: 1px solid #004186;
  border-top: 1px solid #004186;
}


.img_border_orange{
  border: 2px solid #F4A040;
}
.img_border_blue{
  border: 2px solid #004186;
}


#map_canvas{
  width: 566px;
  height: 410px;
  border: 2px solid #F4A040;
  margin-top: 10px;
}

#flowplayer_slide{
  margin-top: 25px;
  margin-left: 15px;
}
#flowplayer_canvas{
  display: block; 
  width:  384px; 
  height: 312px; 
  padding: 0 82px 94px 82px;
  background: url(/swf/flv/flowplayer_FVS-Splash.jpg);
}