:root {
    --main-bg-color: #0B6138;
    --main-bg-color-fade: #31B404;
}
body, html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    width: 100%;
    height: 97%;
    margin: 0;
    padding: 0;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

td.klein {
    -font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 0px 5px 0px 0px;
}

a.linknix {
  text-decoration:none; 
  color:#000000;
}
a.log:link {
  text-decoration:none; 
  font-weight:bold;
  color:#000000;
}
a.log:visited {
  text-decoration:none; 
  font-weight:bold;
  color:#000000;
}
a.log:hover {
  text-decoration:underline; 
  font-weight:bold;
  color:#ff0000;
}
a.log:active {
  text-decoration:none; 
  font-weight:bold;
  color:#ff0000;
}
a.normal:link {
  color:#000000;
}
a.normal:visited {
  color:#000000;
}
a.normal:hover {
  color:#ff0000;
}
a.normal:active {
  color:#ff0000;
}
a.login:link {
  text-decoration:none; 
  font-weight:bold;
  color:#FFFFFF;
}
a.login:visited {
  text-decoration:none; 
  font-weight:bold;
  color:#FFFFFF;
}
a.login:hover {
  text-decoration:none; 
  font-weight:bold;
  color:#ff0000;
}
a.login:active {
  text-decoration:none; 
  font-weight:bold;
  color:#ff0000;
}
a.awbox:link, a.awbox:visited {
  float: left;
  color: black;
  text-decoration:none;
  background-color: var(--main-bg-color-fade);
  border: 1px solid silver;
  text-align: center;
  padding: 8px 20px;
  margin: 5px;
  width: 10rem;
  border-radius: 4rem;
}
a.awbox:hover, a.awbox:active {
  color: white;
  background-color: var(--main-bg-color);
}
.smitem {
  float: left;
  color: black;
  text-decoration:none;
  background-color: var(--main-bg-color-fade);
  border: 1px solid silver;
  text-align: center;
  padding: 8px 20px;
  margin: 5px;
  width: 10rem;
  border-radius: 4rem;
}
.smactive, .smitem:hover {
  color: white;
  background-color: var(--main-bg-color);
}
.markitem:hover {
  background-color: #D8D8D8;
}
img.zoom {
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
}
img.zoom:hover {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -o-transform: scale(2.0, 2.0);
  -ms-transform: scale(2.0, 2.0);
}
td.tt {
    background-color: var(--main-bg-color);
    color: #ffffff;
    font-size: 14px;
    padding: 0px 3px 0px 1px;
}
td.ttk {
    background-color: var(--main-bg-color);
    -color: #ffffff;
    font-size: 10px;
    padding: 0px 3px 0px 1px;
}
td.ti {
    font-size: 12px;
    padding: 1px 3px 1px 3px;
}
td.ti_noac {
    font-size: 12px;
    padding: 1px 3px 1px 3px;
    text-decoration:line-through;
}
td.ref {
    color: #000000
}
td.opt {
    color: #999999
}
td.smallfett {
    font-size: 10px;
    font-weight: bold;
    PADDING: 0px;
    MARGIN: 0px;
}
td.normfett {
    font-size: 12px;
    font-weight: bold;
}

td.small {
    font-size: 10px;
    PADDING: 0px;
    MARGIN: 0px;
}

td.kopf {
    background-color: #E6E6E6;
    border-width:1px;
    border-style:solid;
    border-color:#aaaaaa;
    padding: 7px 2px;
    margin: 0px;
}

.inpdisabled {
    width:206px; 
    background: #D8D8D8;
}
.inpnormal {
    width:206px; 
}

TABLE.fineline, TD.fineline {    
    font-size: 11px;
    border-width:1px;
    border-style:solid;
    border-color:--main-bg-color-fade;
    padding: 1px 2px;
}
TABLE.t_fineline, TD.t_fineline {    
    background-color: --main-bg-color;
    -color: #ffffff;
    font-weight: bold;
    border-width:1px;
    border-style:solid;
    border-color:--main-bg-color-fade;
    padding: 1px 2px;
}

.unterstrichen {
    text-decoration: underline;
}
.themenblock {
	width: auto; 
	padding: 0.5em;
	margin: 0 0 1em 0;
	border-radius: 1em;
	border: 1px solid var(--main-bg-color);
}
#top {
    margin: 0.5em; 
    background: linear-gradient(var(--main-bg-color), var(--main-bg-color-fade));
    color: #FFFFFF;
    border-radius: 40px;
}
#topleft {
	float: left; 
	width: 7rem; 
	text-align: center; 
	padding: 5px; 
	margin-right: 0.8rem; 
	-border: 1px solid red;
}
#topcenter-u1 {
	padding-top: 1rem;
	font-weight: bold;
	font-size: 1.2em;
}
#topcenter-u2 {
	padding-top: 0.5rem;
	font-size: 0.8em;
}
.profilbild {
	vertical-align:middle; 
	width: 2rem; 
	border-radius: 4rem;
}
#menue {
    display: none;
}
#hm {
    display: block;
}
#maincontent {
    float: left; 
    width: 30em; 
    overflow: auto;
    margin: 0 0.5em; 
    -border: 1px solid black;
}
#ctr {
    display: none;
}
.ctr-topline {
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(to right, var(--main-bg-color-fade), var(--main-bg-color), var(--main-bg-color-fade));
    border-radius: 40px;
}
#fuss {
    font-size: 11px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 5px;
}
#impress-info {
  float: left; 
    padding: 0px 0px 10px 10px; 
    background: linear-gradient(to right, var(--main-bg-color), var(--main-bg-color-fade), var(--main-bg-color));
}

/************************************************/
ul.navi {
    border: 0px;
    list-style-type: none;
    PADDING: 1px 5px;
    MARGIN: 0Px;
}
li.navi {
    border: 0px;
    list-style-type: none;
    PADDING: 1px 15px;
    MARGIN: 0Px;
}
/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a {
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 140;
PADDING: 2px;
-FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
}
DIV.fstLevel a:visited {
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 140;
PADDING: 2px;
-FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover {
COLOR: #B40404;
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a {
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 140;
PADDING: 2px;
-FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #B40404;
}
.fLB {
	font-size: 20px;
}
.sLB {
	font-size: 18px;
}
.fL {
	font-size: 12px;
}
.sL {
	font-size: 11px;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a {
    list-style-type: none;
    TEXT-DECORATION: none;
    DISPLAY: block;
    WIDTH: 140;
    PADDING: 1px 5px;
-    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
    COLOR: #000000;
}

DIV.secLevel a:visited {
    list-style-type: none;
    TEXT-DECORATION: none;
    DISPLAY: block;
    WIDTH: 140;
    PADDING: 1px 5px;
-    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
    COLOR: #000000;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover {
    COLOR: #B40404;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a {
    list-style-type: none;
    TEXT-DECORATION: none;
    DISPLAY: block;
    WIDTH: 140;
    PADDING: 1px 5px;
-    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
    COLOR: #B40404;
}
.ctrbox1 {
    margin: 2px 0px;
    padding: 4px 10px;
    background-color: #E6E6E6;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}
.ctrbox2 {
    margin: 2px 0px;
    padding: 4px 10px;
    background-color: #F6F6F6;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}
.ui-dialog-titlebar {
    background: var(--main-bg-color);
}
.ui-datepicker-title {
    background: var(--main-bg-color);
}
.ui-datepicker-header {
    background: var(--main-bg-color);
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

@media (min-width: 735px) {
    #maincontent {
      float: left; 
      width: 33em; 
      overflow: auto;
      margin: 0 0.5em; 
      -border: 1px solid green;
    }
    #ctr {
      display: none;
    }
    #menue {
      display: block;
      float: left; 
      -margin: 0 1em 0 0; 
      width: auto; 
    }
	#hm {
        display: none;
	}
	#topleft {
		float: left; 
		width: 10rem; 
		text-align: center; 
		padding: 5px; 
		margin-right: 3rem; 
		-border: 1px solid red;
	}
	#topcenter-u1 {
		padding-top: 1rem;
		font-size: 2em;
		font-weight: bold;
		-border: 1px solid yellow;
	}
	#topcenter-u2 {
		padding-top: 1rem;
		font-size: 1.3em;
		-border: 1px solid blue;
	}
	.profilbild {
		vertical-align:middle; 
		width: 4rem; 
		border-radius: 4rem;
	}
}
@media (min-width: 980px) {
    #maincontent {
      float: left; 
      width: 32em; 
      overflow: auto;
      margin: 0 0.5em; 
      -border: 1px solid green;
    }
    #ctr {
      display: block;
      float: right; 
      margin: 0 0.4em 0 0; 
      width: 20em; 
      -border: 1px solid blue;
    }
    #menue {
      display: block;
      float: left; 
      -margin: 0 1em 0 0; 
      width: auto; 
    }
	#hm {
        display: none;
	}
	#topleft {
		float: left; 
		width: 10rem; 
		text-align: center; 
		padding: 5px; 
		margin-right: 3rem; 
		-border: 1px solid red;
	}
	#topcenter-u1 {
		padding-top: 1rem;
		font-size: 2em;
		font-weight: bold;
		-border: 1px solid yellow;
	}
	#topcenter-u2 {
		padding-top: 1rem;
		font-size: 1.3em;
		-border: 1px solid blue;
	}
	.profilbild {
		vertical-align:middle; 
		width: 4rem; 
		border-radius: 4rem;
	}
}
@media (min-width: 1160px) {
    #maincontent {
      float: left; 
      width: 46em; 
      overflow: auto;
      margin: 0 0.5em; 
	  -border: 1px solid green;
    }
    #ctr {
      display: block;
      float: right; 
      margin: 0 0.4em 0 0; 
      width: 20em; 
      -border: 1px solid blue;
    }
    #menue {
      display: block;
      float: left; 
      -margin: 0 1em 0 0; 
      width: auto; 
    }
	#hm {
        display: none;
	}
	#topleft {
		float: left; 
		width: 10rem; 
		text-align: center; 
		padding: 5px; 
		margin-right: 9rem; 
		-border: 1px solid red;
	}
	#topcenter-u1 {
		padding-top: 1rem;
		font-size: 2em;
		font-weight: bold;
		-border: 1px solid yellow;
	}
	#topcenter-u2 {
		padding-top: 1rem;
		font-size: 1.3em;
		-border: 1px solid blue;
	}
	.profilbild {
		vertical-align:middle; 
		width: 4rem; 
		border-radius: 4rem;
	}
}
@media (min-width: 1280px) {
    #maincontent {
      float: left; 
      width: 60em; 
      overflow: auto;
      margin: 0 0.5em; 
      -border: 1px solid green;
    }
    #ctr {
      display: block;
      float: right; 
      margin: 0 0.4em 0 0; 
      width: 20em; 
      -border: 1px solid blue;
    }
    #menue {
      display: block;
      float: left; 
      -margin: 0 1em 0 0; 
      width: auto; 
    }
	#hm {
        display: none;
	}
	#topleft {
		float: left; 
		width: 10rem; 
		text-align: center; 
		padding: 5px; 
		margin-right: 9rem; 
		-border: 1px solid red;
	}
	#topcenter-u1 {
		padding-top: 1rem;
		font-size: 2em;
		font-weight: bold;
		-border: 1px solid yellow;
	}
	#topcenter-u2 {
		padding-top: 1rem;
		font-size: 1.3em;
		-border: 1px solid blue;
	}
	.profilbild {
		vertical-align:middle; 
		width: 4rem; 
		border-radius: 4rem;
	}
}
