.search {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #009900}
form {margin: 0px}
input {margin: 0px; font-family: "Courier New", Courier, mono; font-size: 8pt}
.suchfeld {  font-family: "Courier New", Courier, mono; font-size: 8pt}
.text {  font-family: Arial, Helvetica, sans-serif; color: #003399}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.blueheader {  font-family: Arial, Helvetica, sans-serif; color: #003399}
.redheader {  font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-style: italic; font-weight: normal}
.redtext {  FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none}
.brightgreentext {  FONT-WEIGHT: bold; font-family: Arial, Helvetica, sans-serif; color: #00CC00; text-decoration: none}
.bu {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: #003399}
.link {
	font-family: Arial, Helvetica, sans-serif; color: #666666;
	text-decoration: none;
}
.vlink {
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	text-decoration: none;
}
.fusszeile {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #003399}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: small;
}
.tableborder { border-collapse: collapse; border: 1px solid #666666; } 
.tablebordernu {
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
.tablegborder { border-collapse: collapse; border: 1px solid #666666; } 
.border {  border: 1px #003399}

.textfeld {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
.newtb {
	border-width: thin medium;
	border: Black;
}
.FormButton {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #666666
}
.input-box {
	BORDER-RIGHT: #d7d7d7 1px solid; BORDER-TOP: #d7d7d7 1px solid; BORDER-LEFT: #d7d7d7 1px solid; BORDER-BOTTOM: #d7d7d7 1px solid
}
.whitetext { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; font-size: 10pt}
.table {  border: solid; border-width: 1px 1px 4px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #839958; border-color: #FFFFFF #FFFFFF #839958}
.tableinnen { border: solid; border-width: 0px 1px 1px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; border-color: #FFFFFF #003399 #003399 #FFFFFF}
.tableunten { border: solid; border-width: 0px 1px 1px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; border-color: #FFFFFF #003399 #003399 #FFFFFF}
.tablemitte { border: solid; border-width: 0px 0px 1px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; border-color: #FFFFFF #FFFFFF #003399}
.tableunten2 { border: solid; border-width: 0px 0px 1px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003399; border-color: #FFFFFF #FFFFFF #003399}
.tableheader {
	border: solid;
	border-width: 0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	border-color: #FFFFFF #003399 #003399 #FFFFFF;
	background-color: #006633;
	font-style: normal;
	font-weight: bold;
}
.tablegheader {
	border: solid;
	border-width: 0px 1px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	border-color: #FFFFFF #003399 #003399 #FFFFFF;
	background-color: #839958;
	font-style: normal;
	font-weight: bold;
}
.subbtn{
   color: #000000;
   font-family:'verdana',helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   background-color:#CCCCCC;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
}
.textbx{
   color: #000000;
   font-family:'verdana',helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   border:1px solid;
   border-top-color:#000000;
   border-right-color:#000000;
}
.textname{
   color: #000000;
   font-family:'verdana',helvetica,sans-serif;
   font-size:8pt;
   font-weight:bold;
   border-top-color:#000000;
   border-right-color:#000000;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
.greenText{
	color:#006633;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	}
.greenbg{
	color:#006633;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;	
	}	
.h_navi {
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #666666;
background-color: #EFEFEF;
}

.h_navi a {	
	padding: 2px 2px 2px 3px;
	display: block;
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #666666;
	height: 20px;
	width: 102px;
	vertical-align: middle;
}

.h_navi a:hover {background-color: #FFFFFF;
color: #006633;
}
.h_navi_active {
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
background-color: #006633;
}

.h_navi_active a {	
	padding: 2px 2px 2px 3px;
	display: block;
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	height: 20px;
	width: 102px;
	vertical-align: middle;
}

.h_navi_active a:hover {background-color: #FFFFFF;
color: #006633;
}
.txt_norm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: left; }
.inputbox {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BACKGROUND: url(../images/back.gif) #ededed; MARGIN-BOTTOM: 5px; BORDER-LEFT: #999999 1px solid; COLOR: #6c8845; BORDER-BOTTOM: #999999 1px solid
}
