body { margin: 0; padding: 0; border: 0; font:76% Verdana, Tahoma, Arial, sans-serif; color:#303030; background-color: #fff; background-repeat: repeat-y; background-attachment: scroll; background-position: left top
 ; }
#container { float:left; width: 1010px; background-color:  white; margin: 5px 0 0 15px; padding: 0; }
#container h1 { margin: 0; padding: 0; width: 100%; float: left
  }
#inhalt { float: left; background-color:  white; background-repeat: repeat; width: 1010px; }
#header{ color: #303030; margin: 0; padding:0; width: 1005px; }
#frontphoto{ width: 1005px; margin-top: 10px; margin-right: 0; margin-left: 0; border:0; }
#container #col1 { font-size: 0.8em; width: 190px; float: left  ; margin-top: 10px; list-style-type: none; list-style-position: outside; }
#container #col2outer { width: 807px; float: right; margin: 10px 0 0; padding: 0
 }
#container #col1 ul{ list-style:none; margin-left: 10px; }
#container #col1 li{
margin-bottom:4px;
}
#container #col1 li a{
font-weight:bold;
font-size:1.2em;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 0 4px;
background:#f4f4f4;
border-left:4px solid #cccccc;
}
#container #col1 li a:hover{
background:#eaeaea;
color:#286ea0;
border-left:4px solid #6277a2;
}
#announce{ margin:10px 0 10px 2px; width:180px; color:#505050; background-color:#f4f4f4; line-height:1.3em; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }
#kalendar{ 
height: 120px; 
margin-right: 5px; 
margin-bottom: 20px; 
margin-left: 2px; 
padding-bottom: 50px; 
}

#camera{ 
width:180px; 
height: 140px; 
margin-right: 0; 
margin-bottom: 10px; 
margin-left: 2px; 
padding-right: 10px; 
padding-bottom: 10px; 
}
#prognose{ margin:10px 0 10px 2px; width:181px; color:#000; line-height: 1.4em; background-color:#f4f4f4; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }
#col2outer #colmid { line-height: 1.6em; width: 591px; float: left; margin: 0; padding: 0 10px 0 5px
  ; border-right: 1px solid silver; border-left: 1px solid silver;}
#col2outer #colmid h2{
font-size:1.5em;
margin:0 0 0.5em 0;
}
#col2outer #col2side { font-size: 0.8em; width: 187px; float: right 
 ; padding-left: 3px; }
.minidisplay{ margin:10px 0; width:180px; color:#505050; background-color:#6277a2; line-height:1.3em; height: 159px; border-color: #303030; }
#col2outer #col2sid p{
margin:0 0 1.5em 0;
}
.info{
margin:20px 0 10px 2px;
padding:0;
width:180px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

.vorhersage{ font-size: 0.9em; }
h3{ color: #505050; font-size:1.4em; margin:0 0 10px; }
a{
text-decoration:none;
color:#286ea0;
}
a:hover{
text-decoration:underline;
color:#286ea0;
}
a img{
border:0;
}
#footer {
margin:20px auto 0; padding:5px 0; border-top:4px solid #f0f0f0; width:1180px; text-align:center; color:#808080; font-size:1em; position: relative; bottom: 5px; z-index: 0; 
float: left; width: 1010px
}
#footer a{
color:#808080;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
.left{
margin:10px 10px 5px 0;
float:left;
}
.right{
margin:10px 0 5px 10px;
float:right;
}
.textright{
text-align:right;
}
.center{
text-align:center;
}
.small{
font-size:0.8em;
}
.bold{
font-weight:bold;
}
.hide{

}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../../../../Users/Dumeni%20Cavegn/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.year {border-style: outset; border-width: 1px; text-align: center;}
.month {border-style: none; text-align: center;}
.yearname {text-align: center; font-size: 20px; font-weight: bold;}
.monthname {text-align: center; font-size: 13px; height: 30px;}
.yearnavigation {}
.monthnavigation {}
.datepicker {  }
.datepickerform {margin: 0px;}
.monthpicker {}
.yearpicker {}
.pickerbutton {border-style: none;}
.dayname td { text-align: center; }
.nomonthday {height:25px; width:25px;}
.monthday {text-align: center; height:25px; width:25px;}
.today { text-align: center; text-decoration: none; height:25px; width:25px; border: solid 1pt #286ea0; }
.selectedday {text-align: center; background-color: #a0a0a0; height:25px; width:25px;}
.sunday {text-align: center; font-weight: bold; color: #286ea0; height:20px; width:20px;}
.sunday a {color: #808080;}
.saturday {text-align: center; font-weight: bold; color: #286ea0; height:20px; width:20px;}
.saturday a {color: #808080;}
.event {text-align: center; color: red; background-color: #ffff99; height:20px; width:20px;}
.event a {background-color: #ffff99; color: red;}
.selectedevent {text-align: center; color: red; background-color: #ffff99; height:20px; width:20px;}
.selectedevent a {background-color: #ffff99; color: red;}
.todayevent {text-align: center; color: red; background-color: #fff; height:20px; width:20px;}
.todayevent a {background-color: #fff; color: red;}
.eventcontent {font-size: 10px; border-style: outset; border-width: 1px;} 