.maincontent {
 position: relative;
 padding: 20px;
 height: calc(100% - 155px);
 overflow-y: auto;
}

.maincontent_mit_auswahl{
 padding: 20px;
 height: calc(100% - 216px);
 overflow-y: auto;
}

#message_history {
 float: right;
 position: relative;
 top: 0px;
 padding: 10px;
 width: calc(100% - 500px);
 height: calc(100% - 50px);
 overflow-y: auto;
}

#header {
    position: relative;
/*    padding-top:20px;
    padding-left:20px;*/
    padding: 0px ;
    height: 115px;
    background: #aaffaa;
    /*border-bottom: 2px black solid;*/
}

h2 {
    position:relative;
    color: black;
    left: 110px;
    top: -11px;
    text-align: left;
    display: inline-block;
}
h2.seite_warnung {
    background-color: red;
}

h2 div#stoerdienst_warnung {
    position: absolute;
    font-size: 0.55em;
    font-weight: bolder;
    top: -5px;
    left: 360px;
    background: url(/image/stoerdienst.png) no-repeat left top;
    margin-left: 30px;
    padding-left: 30px;
    color: #ee0000;
}
h2 div#stations_warnung {
    position: absolute;
    display: none;
    font-size: 0.4em;
    top: 20px;
    left: 362px;
    background: url(/image/station.png) no-repeat left top;
    margin-left: 30px;
    padding-left: 30px;
    color: #000000;
}


h4 {
    color: #444444;
    left: 30px;
    font-size: 0.9em;
    margin-top: 30px;
    margin-bottom: -15px;
    margin-left: 21px;
}

button{
    background-color: #88DD99;
}

#bremen_logo{
    position: absolute;
    top: 10px;
    left: 20px;
}

#hydrotec_logo{
    position: absolute;
    top: 10px;
    right: 95px;
}

#gesig_logo{
    position: absolute;
    top: 10px;
    right: 20px;
}

#mobile_nav{
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

#auswahl_div{
    position: relative;
    top:0px;
    width: 100%;
    background: #aaffaa;
}

#roh_auswahl_div{
    position: relative;
    top:0px;
    background: #aaffaa;
}

#auswahl_div:after {
    content: '';
    display: block;
    clear: both;
}

#auswahl_bach{
    padding: 5px 0 5px 20px;
    float: left;
}

#auswahl_zeitbereich{
    padding: 5px 20px 5px 20px;
    adding-right: 20px;
    float: right;
}


#menu {
    position: absolute;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: calc(100% - 206px);
    transform: translateX(0px);
    left: 98px;   
    bottom: 41px;
}

#submenu {
    position: absolute;
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: calc(100% - 206px);
    transform: translateX(0px);
    left: 98px;
    bottom: 10px;   
}

#menu div{
    float:left;
}
#submenu div{
    float:left;
}

.menu_item {
    position: relative;
    left: 0px;
    text-decoration: none;
    margin: 0px;
    padding:5px 8px;
    /*border-style: solid;*/
    /*border-width: 2px 0px 2px 2px;*/ 
    /*border-color: black black black;*/ 
    /*background-color: #88DD99;*/
    display: inline-block;
    color: black;
    background-color: #FFFF00;
    font-weight:  bold;
}
.menu_item_bl {
    position: relative;
    left: 0px;
    text-decoration: none;
    margin: 0px;
    padding:5px 8px;
    /*border-style: solid;*/
    /*border-width: 2px 0px 2px 2px;*/ 
    /*border-color: black black black;*/ 
    /*background-color: #88DD99;*/
    background-color: #D8D8D8;
    display: inline-block;
    color: black;
    font-weight:  bold;
    color: #0000C0;
}
.not_first {
    border-style: solid;
    border-width: 0px 0px 0px 3px; 
    border-color: #AAFFAA;
}

.menu_item_bl:hover {
    background-color: #E8E8E8;
}
.menu_item:hover {
    /*background-color: #CCFFCC;*/
    background-color: #66CC66;
    font-weight:  bold;
}
.roterlog {
    position: relative;
    left: 0px;
    text-decoration: none;
    margin: 0px 0px 0px 50px;
    padding:5px 8px;
    /*border-style: solid;*/
    /*border-width: 2px 0px 2px 2px;*/ 
    /*border-color: black black black;*/ 
    /*background-color: #88DD99;*/
    display: inline-block;
    color: black;
    background-color: #DD0000;
    font-weight:  bold;
    bborder: 1px solid #000;
}

.menu_aktiv {
    position: relative;
    left: 0px;
    text-decoration: none;
    margin: 0px;
    padding:5px 8px;
    /*border-style: solid;*/
    /*border-width: 2px 0px 2px 2px;*/ 
    /*border-color: black black #CCFFCC;*/ 
    /*background-color: #CCFFCC;*/
    display: inline-block;
    pointer-events: none;
    cursor: default;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
    background-color: #66CC66;
    color: black;
    font-weight:  bold;
}

.menu_spacer {
    width: 40px;
    border-style: solid;
    border-width: 2px 0px 2px 2px; 
    border-color: #CCFFCC #CCFFCC black black ; 
    margin: 0px;
    padding:5px;
    
}

.menu_loginout {
    position: absolute;
    right: 130px;
    text-decoration: none;
    margin: 0px;
    padding:5px 8px;
    border-style: solid;
    border-width: 0;
    border-color: #AAFFAA;
    background-color: #FFFF00;
    display: inline-block;
    color: black;
    font-weight:  bold;
    color: #0000C0;
}

#st_wrapper>span {
    margin: 20px 0px 0px;
}

.canvas_wrapper {
      position: relative;
}
 
.canvas_div{
    position: relative;
    top:10px;
    display: inline-block;
    /*width:800px;*/
}
div.baustelle{
    position:absolute;
    visibility: hidden;
    display: block;
    /*background: #ffffff;*/
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    top: 30px;
    left: 0px; 
}
img.baustelle{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.rgraph_domtext_wrapper{
    background-color: #f0f0f0;  
    border-radius: 10px;
}

.bild_div{
    position: absolute;
    float:right;
    top: 10px;
    right: 0px;
    text-align: center;
}


.pegel_canvas_header_container{
    position: absolute;
    top: 5px;
    z-index: 1;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0 10px;
}

.pegel_canvas_header{
    float: left;
    width: calc(100% - 173px);
    height: 100%;
    font-weight: bold;
    font-size: 1em;
    line-height: 25px;
}
.hinweis{
    font-size: 0.7em;
    float: right;
    dposition: absolute;
    dleft: 630px;
    dright: 50px;
    dtop: 5px;
    ddisplay: inline;
    dz-index: 100;
    width: 140px;
    text-align: left;
}

.image_icon{
    height: 28px;
    width: 33px;
    float: right;
}

.image_icon_div{
    height: 28px;
    width: 33px;
    float: right;
    display: none;
}

.hinweis>span{
    padding: 4px 5px;
    display: inline;
    text-align: right;
    baackground-color: white;
}


#undcon{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.regenschwellentabelle{
    position: absolute;
    float:right;
    font-size: 1em;
    /*top:5px;
    right: 20px;
    text-align: center;*/
}

.regenschwellentabelle th, .regenschwellentabelle td{
  padding:0 5px;
  background-color: #c6c6c6;
  text-align: left;
}
.regenschwellentabelle td:nth-child(2) {
  padding:0 5px;
  background-color: #ffff00;
}
.regenschwellentabelle td:nth-child(3) {
  padding:0 5px;
  background-color: #ff0000;
}

.regenschwellentabelle_tip{
  background-color: #c6c6c6;
}
.regenschwellentabelle_tip th, .regenschwellentabelle_tip td{
  padding:0 5px;
  background-color: #e6e6e6;
  text-align: left;
}
.regenschwellentabelle_tip td:nth-child(2) {
  padding:0 5px;
  background-color: #ffff00;
}
.regenschwellentabelle_tip td:nth-child(3) {
  padding:0 5px;
  background-color: #ff0000;
}


.canvas_date{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
}

.canvas_date_right{
    float: right;
    /*width: 50%;*/
    text-align: right;
    padding-right: 10px;
}

.canvas_date_left{
    float: left;
    /*width: 50%;*/
    padding-left: 50px;
}

.schwellen_div{
    position: absolute;
    float:right;
    top:5px;
    left: 0px;
    text-align: center;
    margin-top:0px;
    width:20px;
    height:100%;
    display: block;
}

.static_img{
    width: 100%;
    max-width:600px;
}

.static_img_div{
    text-align:center;
    max-width:1024px;
}

.static_img_div_inner1{
    background-color: rgba(102, 204, 102, 0.2);
	padding: 10px 0px;
}

.static_img_div_inner2{
    background-color: rgba(102, 204, 102, 0.2);
	padding: 10px 0px;
    margin-top: 80px;
}

/* Bilder.php */
.imgdiv_rechts{
    height: calc(50% - 20px);
    width: calc(50% - 20px);
    max-width:800px;
    float:right;
    padding:05px;
}

.imgdiv_links{
    height: calc(50% - 20px);
    width: calc(50% - 20px);
    max-width:800px;
    float:left;
    clear:right;
    padding:5px;
}

.bach_img{
  cursor: pointer;
/*    width: 100%;
    height: 100%;*/
}

.bach_fullimg{
  display: block;
  max-width:100%;
  max-height:100%;
  width: auto;
  height: auto;
  cursor: zoom-in;
}


#fullcamdiv{
    width: 100%;
    height: 100%;
	top: 0px;
	left:0px;
	position:fixed;
    background-color: rgba(150,150,150,.80);
	z-index: 100;
	overflow: auto;
}

#fullcamdiv input[type=checkbox] {
  display: none;
}

#fullcamdiv input[type=checkbox]:checked ~ label > img {
  max-width:unset;
  max-height:unset;
  etransform: scale(2);
  cursor: zoom-out;
}

.close_button{
  position:fixed;
  top: 20px;
  right:20px;
}

.bachcam_text{
    position: relative;
    top: 0px;
    font-weight: bolder;
}
#hilfe_div h3 {
    color: black;
    margin-top: 0px;
}

#hilfe_div span {
    display: inline;
}
.gruen {
    color: #008B00;
}
.gelb {
    color: orange;
}
.rot {
    color: red;
}
.blau {
    color: #0070C0;
}
#hilfe_div table {
    border-collapse: collapse;
}
#hilfe_div td, #hilfe_div th {
    border: 1px solid black;
    padding: 2px 5px;
    vertical-align: top;
}
#hilfe_div table.schwellen tr.tk_bord td, #hilfe_div table.schwellen th {
    border-bottom: 2px solid black;
}
#hilfe_div table.schwellen tr td:nth-of-type(2), #hilfe_div table.schwellen tr td:nth-of-type(5), #hilfe_div table.schwellen tr th:nth-of-type(2), #hilfe_div table.schwellen tr th:nth-of-type(5) {
    border-left: 2px solid black;
}

#technik, #technik tr, #technik th, #technik td {
    border: 0px;
} 


/* ende Bilder.php */
