/* farben für die formulare:
   ganz helles grün: #edffea
   helles grün: #d7fed0
   formular rand helles grün: #D7FED0
   dunkelgrüner rand unten: #28fa03
*/

.menulinks { font-size: 9pt;  font-weight: bold; }
.menutabs { font-size: 9pt;  font-weight: bold; border-bottom: 5px solid #183458; }
.menulinks ul, .menutabs ul {	margin: 0;  padding: 7px 6px;  lst-style-type: none;  display: inline;  }

.menulinks li {	display: inline;  list-style-type: none;  border-right: 1px solid silver;  margin: 0px 0px 3px 0px;  }
.menulinks ul li a{ background: transparent /*#003d4c*/; color: #ddd; padding:6px 8px; text-decoration: none; }
.menulinks ul li.current a{ font-style: italic; color: #28fa03;  }
.menulinks ul li a:hover {background-position: center; border-bottom: 4px solid #28fa03; color: #fff; }

.menutabs li { display: inline;  list-style-type: none;  border-right: 1px solid black;  margin: 0px 0px 0px 0px;  }
.menutabs ul li a { background: transparent /*#003d4c*/; color: #155DA7; padding:6px 8px; text-decoration: none; }
.menutabs ul li a:hover {background-position: center; background-color: #183458; color: white; }
.tabselected { background-color: white; color: #183458; }
.loginmenu .menulinks ul li a:hover {
	/* background: url(/img/glow_blau50.png) no-repeat;         */
        background-position: center;
	color: #fff;
}
.tasklabel {
    display: inline;
    padding: 3px;
    color: white;
    background: red;
    min-width: 400px;
    width: 400px;
}

