

td                { font-family:Verdana,Arial,Helvetica,Sans-serif; font-size:11px; }
#Message          { font-size:12px; color:#990000; }

#Hauptmenu { 
  color:#FFFFFF; 
  background-color:#000099; 
  text-decoration:none;
}

#HauptmenuActive  { 
  color:#000099; 
  background-color:#FFFFFF; 
  text-decoration:none; 
}
#Submenu          { color:#0000FF; text-decoration:none; }
#SubmenuActive    { color:#FF0000; text-decoration:none; font-weight:bold; }
#Menu             { color:#000000; background-color:#d9eaf5; text-decoration:none; }
#MenuActive       { color:#BB0000; background-color:#d9eaf5; text-decoration:none; font-weight:bold; }


.infoHeader {
  font-size: 12px;
  font-weight: bold;
}
.infoText {
  font-size: 12px;
  font-weight: normal;
}



/*
 *
 */
fieldset {
   border: 0px solid #000;
   display: block;
   clear: both;
   /* width: 1em; */
   margin: 1em 0;
   padding: 0 10 0 0;
   background: #fff;
}

fieldset legend {
   margin: 0 0 15 0;
   padding: 0 0 0 0;
   display: block;
   font-size: 12px;
   font-weight: bold;
}





/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(images/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}




















table.daten th { 
  padding:             20px 5px 5px 5px;
	font-size: 11px;
 	font-weight: bold;
  text-align:          left;
  vertical-align:      text-bottom;
}

table.daten td { 
  padding:             0px 5px 0px 5px;
	font-size: 11px;
 	font-weight: normal;
  text-align:          left;
  vertical-align:      text-bottom;
}

.inputnumEnabled {
	font-size: 					 12px;
  text-align:          right;
}

.inputnumDisabled {
  font-size:					12px;
  border: 						1px solid gray;
	border-top:		 			none;
	border-left:	 			none;
	border-right:	 			none;
  text-align:         right;
}




table.belegung th { 
  padding:             1px 1px 1px 1px;
	font-size: 11px;
 	font-weight: bold;
  text-align:          left;
  vertical-align:      text-bottom;
}

table.belegung td { 
  padding:             0px 1px 0px 1px;
	font-size: 11px;
 	font-weight: normal;
  text-align:          left;
  vertical-align:      text-bottom;
}




/*
 * Achtung: "width" wird u.U. überschrieben im div-tag im Template
 */
#tabbmenu {
	/*background: gray;*/
  position: absolute;
  top: 50px;
  width: 950px;
  height: 210px;
	padding: 0;
}

#tabbmenu table {
  margin: 0 0 0 0;
  padding: 0;
}

#tabbmenu ul#ul1 {
    margin: 0;     /*Remove all spacings from the list items*/
    padding: 0;
    list-style-type: none;
}

#tabbmenu ul#ul2 {
    margin: 0;     /*Remove all spacings from the list items*/
    padding: 30 0 0 0;
}

#tabbmenu li {
  display: inline;
}

#tabbmenu a {
	color: #777;
	background: #ccc;
	border: 1px solid #eee;
	border-bottom: none;
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
	width: 90px;
	text-align: center;
	text-decoration: none;
}

#tabbmenu a#long {
	background: #FFFF00;
  width: 246px;
}

#tabbmenu a:active {
	background: #ddd;
	border-color: #555;
	color: #333;
}

#tabbmenu a:hover {
	background: #ffffff;
	border-color: #555;
	color: #333;
}

#tabbmenu a#current ,
#tabbmenu a#current :hover,
#tabbmenu a#current :active {
	background: #fff;
	border-color: #fff;
	line-height: 21px;
	color: #333;
}

#tabbmenu a#currentlong ,
#tabbmenu a#currentlong :hover,
#tabbmenu a#currentlong :active {
  width: 246px;
	background: #fff;
	border-color: #fff;
	line-height: 21px;
	color: #333;
}



/*
 * Achtung: "width" wird u.U. überschrieben im div-tag im Template
 */
#tabbsubmenu {
  position: absolute;
  top: 52px;
  left: 0px;
  width: 900px;
  height: 21px;
  margin: 0;
  padding: 0 0 0 0;
	color: #000000;
	background: #FFFFFF;
  font-size: 11px;
}

#tabbsubmenu table {
  margin: 0 0 0 0;
  padding: 0;
}

#tabbsubmenu a {
  margin: 0;
  padding: 0 0 0 0;
	border: 0px;
	color: #000000;
	width: 130px;
	background: #FFFFFF;
  font-size: 11px;
}

#tabbsubmenu a.submenu_1{
	width: 150px;
}
#tabbsubmenu a.submenu_2{
	width: 120px;
}
#tabbsubmenu a.submenu_3{
	width: 100px;
}
#tabbsubmenu a.submenu_4{
	width: 120px;
}
#tabbsubmenu a.submenu_5{
	width: 110px;
}
#tabbsubmenu a.submenu_7{
	width: 140px;
}



.config {
  text-decoration: none;
  color: #000000;
}
.configmark {
  text-decoration: none;
  color: red;
}










#dhtmltooltip{
    position: absolute;
    border: 1px outset #83AAE2;
    padding: 3px 6px;
    background-color: #F7FAFE;
    visibility: hidden;
    z-index: 100;
    font-size:10pt;
}


