html {
  height: 100%;
}

body {
  height: 100%;
	margin: 0px;
	background: #ebe0c5 url(../img/Body_Bgrnd.gif) repeat-y;
	font: 12px/20px Arial,Helvetica,sans-serif;
	color: #453215;
}

p {
	margin: 0px;
	margin-top: 6px;
}
.margTopOff{
  margin-top: 0px;
}
.margTop2{
  margin-top: 12px;
}

td, th {
}

a {
	color: #785624;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DF5A00;
	text-decoration: underline;
}
.a_arrow {
	padding-left: 13px;
	background: url(../img/DreieckR_brown.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;
}

#dotstar{
  position: absolute;
  width: 327px;
  height: 327px;
  z-index: 100;
}
#dotstar.starpos_left{
  left: 97px; top: 410px;
  background: url(../img/BHI-dots_L.gif) no-repeat;
}
#dotstar.starpos_right{
  left: 707px; top: 396px;
  background: url(../img/BHI-dots_R.gif) no-repeat;
}


#titleextra {
  position: absolute;
  left: 261px; top: 26px;
  z-index: 105;
}
.hometitlepre {
  font: bold 15px/29px Arial,Helvetica,sans-serif;
  letter-spacing: 0.02em;
  width: 579px;
  height: 30px;
  background: #003e86;
  color: #fff;
  margin: 0px;
  padding: 0px 0 0 32px;
}
.hometitlemain {
  font: normal 22px/51px Arial,Helvetica,sans-serif;
  letter-spacing: 0.02em;
  width: 580px;
  height: 51px;
  background: #fff;
  color: #003e86;
  margin: 0px;
  padding: 0px 0 0 31px;
}

H1, .title, .posttitle  {
  font: normal 22px/32px Arial,Helvetica,sans-serif;
  margin: 0;
	color: #003e86;
}
H1, .posttitle  {
	margin-top: 0px;
	margin-bottom: 35px;
}

H2, .pretitle {
  font: bold 15px/21px Arial,Helvetica,sans-serif;
  color: #785624;
	margin: 0px;
}

H3, .subtitle {
	font: bold 14px/17px Arial,Helvetica,sans-serif;
	margin-top: 15px;
	margin-bottom: 2px;
	background: none;
  color: #003e86;
}
.subtitle2 {
	font: bold 14px/20px Arial,Helvetica,sans-serif;
  padding-left: 3px;
	color: #453215;
	background-color: #dccab4;
	width: 566px;
}
.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;
}

/* ---------------------------------------------- */

#bggradient{
  position: absolute;
	left: 0px;	top: 0px;
	width: 100%;
	height: 380px;
	border-top: 1px solid white;
	background: url(../img/Body_Bgrnd_Gradient.gif) no-repeat;
}
#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 85px 12px;
}
#menu{
  position: absolute;
	left: 28px;	top: 0px;
	width: 225px;
  padding-left: 7px;
  z-index: 101;
}
.menu1item, .menu2item{
	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: #33659e;
	background: #fff;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0 10px 0 10px;
}
.menu1item:hover, .menu2item:hover{
  color: #003e86;
	background: #fcecc5;
	text-decoration: none;
}
.menu2item{
	width: 183px;
	padding-left: 25px;
}
.act{
  color: #003e86;
	background: #e6d8bd;
}
.cur{
  color: #453215;
	background: #dccab4;
}

#content{
  position: absolute;
	left: 260px;	top: 1px;
	width: 569px;
	min-height: 100%;
	padding: 206px 21px 40px 22px;
	border-left: 1px solid white;
  z-index: 104;
}
#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: #DCCAB4;
	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: #453215;
	background: #e6d8bd;
	padding: 0 10px 0 10px;
}
.tableBgrnd2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #453215;
	background: #ebe0c5;
	padding: 0 10px 0 10px;
}
.tableFoot{
  height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1px;
  color: #fff;
	background: #DCCAB4 url(../img/TableFootArrow_brown.gif) no-repeat 7px 2px;
	padding: 0 10px 0 10px;
}

.co2{
	font-size: 8px;
}

.imageThumbs{
  width:  110px;
  height: 110px;
  padding: 3px;
  margin: 0px;
  background: #DCCAB4;
  border: 1px solid white;
}
.imageThumbs:hover{
	background: #FCECC5;
}

.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 #003e86;
  border-bottom: 1px solid #003e86;
}
.hoverinfoTR .hoverinfo_box{
  top: 19px; right: -20px;
  background: url(../img/hoverinfo_box.png) no-repeat top right;
  border-left: 1px solid #003e86;
  border-bottom: 1px solid #003e86;
}
.hoverinfoBL .hoverinfo_box{
  bottom: -20px; left: 19px;
  background: url(../img/hoverinfo_box.png) no-repeat bottom left;
  border-right: 1px solid #003e86;
  border-top: 1px solid #003e86;
}
.hoverinfoBR .hoverinfo_box{
  bottom: -20px; right: -20px;
  background: url(../img/hoverinfo_box.png) no-repeat bottom right;
  border-left: 1px solid #003e86;
  border-top: 1px solid #003e86;
}


.img_border_orange{
  border: 2px solid #F4A040;
}
.img_border_blue{
  border: 2px solid #003e86;
}
.img_border_brown{
  border: 2px solid #987040;
}


.cssButton, .cssButton_beige {
  display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 17px;
	font-weight: bold;
	text-align: center;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  text-decoration:none;
  min-width: 0;
  overflow: hidden;
  padding: 4px 5px 6px 5px;
}
.cssButton {
  background:#E0E0E5;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFF4), to(#D1D1D6));
  background-image: -moz-linear-gradient(top, #EFEFF4, #D1D1D6);
  color:#333;
  border:1px solid #A9A9AE;
  Xtext-shadow: #fff 0px 1px 0px;
}
.cssButton_beige {
  background:#f5caa0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dccab4));
  background-image: -moz-linear-gradient(top, #ffffff, #dccab4);
  color:#33659e;
  Xtext-shadow: #fff 0px 1px 0px;
}
.cssButton:hover{
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFF4), to(#ffffff));
  background-image: -moz-linear-gradient(top, #EFEFF4, #ffffff);
  text-decoration:none;
  Xcolor:#333333;
}
.cssButton_beige:hover{
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcecc5));
  background-image: -moz-linear-gradient(top, #ffffff, #fcecc5);
  text-decoration:none;
  color:#33659e;
}





#map_canvas{
  width: 565px;
  height: 420px;
  border: 2px solid #F4A040;
  margin-top: 10px;
}

#webcam_canvas{
  width: 565px;
  height: 383px;
  margin-top: 10px;
  border: 2px solid #F4A040;
  background: #000 url(../img/inserts/webcam_bgrnd.jpg);
  text-align: center;
}

/* CORONA */
#corona { margin-left: 10px; }
#corona table { border-spacing: 0; padding: 0; margin: 0; }
#corona table td { width: 120px; }