/* silver */
.error,.error p {
	color: #D32323;
	font-weight: normal;
}

#inline_error {
	font-family:  Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	position: absolute;
	background-color: white;
	border: 1px solid red;
	padding: 10px;
	background-repeat: no-repeat;
	display: none;
}
.textkleinrot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #C73628;
	font-weight: bolder;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
}
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}

.suggest_link_over {
	background-color: #DFE6EF;
	color: Black;
	padding: 2px 6px 2px 6px;
}

#search_suggest {
	color: black;
	position: absolute;
	background-color: #F2F1F1;
	text-align: left;
	border: 1px solid #000000;
	width: 205px;
	font-family: Verdana;
	font-size: 10px;
	visibility: hidden;
	/*z-index: 1000;*/
}

#master_details {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	position: absolute;
	background-color: #DFE6EF;
	border: 1px solid #444444;
	padding: 10px;
	background-repeat: no-repeat;
	display: none;
	z-index: 1001;
}

.highlight {
	border: 2px solid #D32323;
	padding: 1px;
	/*background-color: #FCF7D1; */
}

.detailtable {
	border: 1px solid #444444;
}

.detailtable td {
	padding: 5px;
	background-color: #EFC1B6;
}

body { /*background: #655A46 url(../img/body_bg.jpg);
	*/
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans serif;
	background-color: white;
	font-size: 11px;
}

/* header */
.header {
	margin: 0 auto;
}

.navigation {
	background: white;
	margin-bottom: 5px;
}

.navigation td a {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #747474;
}

.navigation a:hover {
	color: Black;
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #747474;
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Helvetica, sans serif;
}

a:hover {
	text-decoration: underline;
	color: #747474;
}

.bl {
	border-bottom: 1px solid #999999;
	border-top: 1px solid Black;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: #999999;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans serif;
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color: #444444;
}

.pagina {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: Black;
	font-size: 1.2em;
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color: #E2E2E2;
}

.currentT {
	border-bottom: 1px solid #999999;
	border-top: 1px solid Black;
	border-left: 1px solid #E2E2E2;
	/*border-left: 1px solid #E3DAC6;
	*/
	color: #999999;
	font-size: 1.1em;
	height: 30px;
	margin: 0;
	padding-left: 12px;
	background-color: #444444;
}

.menu_item {
	border-bottom: 1px solid #999999;
	background-color: #777;
}

.menu_item a {
	display: block;
	padding: 4px 0 4px 10px;
	text-decoration: none;
	/*FONT-FAMILY: verdana, Arial;*/
	font-size: 11px;
	color: White;
}

.menu_item a:hover {
	background: #999;
	color: White;
	font-weight: bold;
}

/* footer */
.footer {
	color: White;
	font-size: 1.1em;
	/*line-height: 40px;
	*/
	margin: 0 auto;
	text-align: center;
	background: #484848;
}

.footer a {
	color: #FFD;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

TD,TH,P {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

INPUT {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

SELECT {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

TEXTAREA {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

LI {
	COLOR: #444444;
	LINE-HEIGHT: 1.5em;
	LIST-STYLE-TYPE: square;
	font-family: Arial, Verdana, Helvetica, sans serif;
	FONT-SIZE: 9pt;
}

INPUT.button,INPUT.buttonM {
	background: url(../css/img/grad_button.gif) center repeat top;
	border: 0px solid #BDBAB5;
	color: #CC6600;
	font-family: Arial, Verdana, Helvetica, "sans serif";
	font-size: 11px;
	cursor: pointer;
	WIDTH: auto;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.search {
	BORDER-RIGHT: black 1px solid;
	PADDING-RIGHT: 5pt;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 5pt;
	PADDING-BOTTOM: 5pt;
	BORDER-LEFT: black 1px solid;
	PADDING-TOP: 5pt;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: #e5e5e5;
}

.shade {
	COLOR: #000;
	BACKGROUND-COLOR: #F7F9FB;
	/*vertical-align: middle;*/
}

.blackshade { /*vertical-align: middle;*/
	FONT-WEIGHT: bold;
	background-color: #Ffffff;
	COLOR: black;
}

.rowselected {
	COLOR: black;
	BACKGROUND-COLOR: #DFE6EF;
	/*vertical-align: middle;*/
}

.message {
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #cc3300;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

.SELECTS {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	COLOR: #333333;
	width: 57;
	font-family: Arial, Verdana, Helvetica, sans serif;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 13pt;
	color: Black;
}

.tableheader {
	FONT-FAMILY: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #6598B7;
	COLOR: white;
	padding: 5px;
}

.header2 {
	BACKGROUND-COLOR: #F7F9FB;
	padding: 10px;
}

.fieldname {
	font-family: Arial, Verdana, Helvetica, sans serif;
	color: #444444;
	font-weight: bold;
	padding: 5px;
}

.xtop,.xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.xb1,.xb2,.xb3,.xb4 {
	display: block;
	overflow: hidden;
	background: #F7F9FB;
}

.xb1,.xb2,.xb3 {
	height: 1px;
}

.xb2,.xb3,.xb4 {
	border-left: 1px solid #F7F9FB;
	border-right: 1px solid #F7F9FB;
}

.xb1 {
	margin: 0 5px;
	background: #F7F9FB;
}

.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3 {
	margin: 0 2px;
}

.xb4 {
	height: 2px;
	margin: 0 1px;
}

.xboxcontent {
	display: block;
	border: 0 solid #D1BA84;
	border-width: 0 0px;
	padding: 0px;
	background: #F7F9FB;
}

.xboxcontent2 {
	display: block;
	border: 0 solid #726449;
	border-width: 0 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FCFAEA;
}

.main_table {
	margin: 0;
	padding: 0;
	background: #EEEBE6;
}

.main_table2 {
	margin: 0;
	padding: 0;
	background: #D5E6F7;
}

.data {
	background: white;
}

.separator {
	background-color: #A4A4A0;
}

.tn {
	background-color: #EEEBE8;
}

.menu_line {
	background-color: #555555;
}

.line2 {
	background-color: #E6E1DC;
}

a.toplinks {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	color: #8C0C12;
	TEXT-DECORATION: none;
}

a.toplinks:hover {
	color: #8C0C12;
	TEXT-DECORATION: underline;
}

a.tablelinks {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #B04226;
	TEXT-DECORATION: none;
}

a.tablelinks-now {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	background: #7E7E7E;
	color: White;
}

a.highlight-table {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: White;
	TEXT-DECORATION: none;
}

a.tablelinks:hover {
	TEXT-DECORATION: underline;
	color: #B04226;
}

a.addnew {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	color: #999999;
	TEXT-DECORATION: none;
}

a.addnew:hover {
	color: White;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a.columnheaders {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	COLOR: #444444;
	TEXT-DECORATION: none;
}

a.columnheaders:hover {
	COLOR: Black;
	TEXT-DECORATION: none;
}

#menu-4 {
	width: 100%;
	font: 60%;
	font-family: Arial, Verdana, Helvetica, sans serif;
	text-align: center;
	font-weight: bold;
}

#menu-4 ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#menu-4 li {
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu-4 a:link,#menu-4 a:visited {
	float: left;
	background: url(../css/img/silver_tab2.gif);
	color: #999999;
	margin: 0;
	padding: 6px 11px;
	text-decoration: none;
	border-right: 1px solid White;
}

#menu-4 a:hover,#menu-4 a:focus,#menu-4 a:active,#menu-4 a#current-4 {
	background: url(../css/img/silver_tab3.gif);
	color: White;
}

.searchpanel {
	margin-left: 5px;
	margin-top: 5px;
	background-color: #444444;
	color: #999999;
	/*border: 1px solid #687AA4;
	*/ /*border : 2px solid #CECECE;*/
}

a.navlinks {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #747474;
}

a.navlinks:hover {
	color: Black;
	text-decoration: underline;
}

.menuline {
	background-color: #EEEBE6;
}

.uplistmenu {
	background: #6598B7;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	COLOR: white;
}

.upeditmenu {
	background: #EFC1B6;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: white;
	text-align: right;
}

.upeditmenu_gif {
	background: url(../css/img/header_grad.gif) repeat bottom;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: white;
}

.downeditmenu {
	background: url(../css/img/header_down_grad.gif) repeat left bottom;
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 1px;
	COLOR: white;
}

.upsearchmenu {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	COLOR: #333333;
	background: #DFEAF5;
}

.headerlist_v {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #D1DCEB;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #F7F9FB;
}

.headerlistdown_v {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: white;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	border-bottom: 1px solid #F7F9FB;
}

.headerlist {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #EFC1B6;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #F7F9FB;
}

.headerlist2 {
	font-family:   Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #D1DCEB;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #F7F9FB;
	border-right: 1px solid #F7F9FB;
}

.headerlist_right {
	font-family:  Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #D1DCEB;
	text-align: center;
	vertical-align: middle;
	background: #D1DCEB url(../css/img/up_right.gif) no-repeat right top;
}

.headerlist_right_gif {
	font-family:  Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #D1DCEB;
	text-align: center;
	vertical-align: middle;
	background: #D1DCEB url(../css/img/up_right.gif) no-repeat right top;
}

.headerlist_right_M {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #D1DCEB;
	text-align: center;
	vertical-align: middle;
	background: #D1DCEB url(../css/img/up_right.gif) no-repeat right top;
}

.headerlist_right2 {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #D1DCEB;
	text-align: center;
	vertical-align: middle;
}

.headerlist_left {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #D1DCEB;
	background: #D1DCEB url(../css/img/up_left.gif) no-repeat left top;
}

.headerlist_left_M {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #D1DCEB;
	background: #D1DCEB url(../css/img/up_left.gif) no-repeat left top;
}

.headerlistup_left {
	background: url(../css/img/header_left_grad.gif) no-repeat left bottom;
}

.headerlistup_right {
	background: url(../css/img/header_right_grad.gif) no-repeat right bottom;
}

.headerlistdown_left {
	background: url(../css/img/header_left_down_grad.gif) no-repeat left top;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 1px;
	COLOR: white;
}

.headerlistdown_right {
	background: url(../css/img/header_right_down_grad.gif) no-repeat right top;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 1px;
	COLOR: white;
}

.menuup_left {
	background: url(../css/img/menu_up_left.gif) no-repeat left bottom;
}

.menuup_right {
	background: url(../css/img/menu_up_right.gif) no-repeat right bottom;
}

.menuup {
	background: url(../css/img/menu_up.gif) repeat bottom;
}

.linedownD1 {
	background: #6598B7;
}

a.tablelinks2 {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #8C0C12;
	TEXT-DECORATION: underline;
	cursor: pointer;
}

a.tablelinks2:hover {
	TEXT-DECORATION: none;
	color: #8C0C12;
	cursor: pointer;
}

a.highlight-tablesearch {
	font-family:   Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: white;
	TEXT-DECORATION: none;
}

a.highlight-tablesearch:hover {
	color: #CC6600;
	TEXT-DECORATION: underline;
}

a.tablelinkssearch {
	font-family:   Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: white;
	TEXT-DECORATION: underline;
	cursor: pointer;
}

a.tablelinkssearch:hover {
	COLOR: #29607F;
	TEXT-DECORATION: none;
	cursor: pointer;
}

a.menuhref {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	TEXT-DECORATION: underline;
	cursor: pointer;
}

a.menuhref:hover {
	COLOR: #336699;
	TEXT-DECORATION: none;
	cursor: pointer;
	FONT-WEIGHT: bold;
}

.tabledate {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	COLOR: black;
	text-align: center;
	vertical-align: middle;
}

.downedit {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #EFC1B6;
}

.downedit2 {
	font-family: Arial, Verdana,  SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	background: #F7F9FB;
}

.loginshade {
	font-size: 11px;
	COLOR: #B04226;
	BACKGROUND-COLOR: #F7F9FB;
	vertical-align: middle;
	FONT-WEIGHT: bold;
}

.editshade {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	BACKGROUND-COLOR: #EEEBE6;
	vertical-align: middle;
}

.editshade_b {
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #B04226;
	BACKGROUND-COLOR: white;
	vertical-align: middle;
	border-bottom: 1px solid #EFC1B6;
	padding: 4px;
}

.editshade_lb {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND-COLOR: white;
	vertical-align: middle;
	border-left: 1px solid #EFC1B6;
	border-bottom: 1px solid #EFC1B6;
	padding: 4px;
}

.editshade_lbs {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: normal;
	COLOR: black;
	BACKGROUND-COLOR: white;
	vertical-align: middle;
	padding: 4px;
}

.editshade_v {
	font-size: 11px;
	COLOR: black;
	/* BACKGROUND-COLOR: #DFE6EF; */
	vertical-align: middle;
	/* border-bottom: 1px solid #F7F9FB; */
}

.editshadeleft_b {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	BACKGROUND: white url(../css/img/up_left2.gif) no-repeat left top;
	vertical-align: middle;
	border-bottom: 1px solid #D1DCEB;
}

.editshaderight_lb {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND: white url(../css/img/up_right2.gif) no-repeat right top;
	vertical-align: middle;
	border-left: 1px solid #D1DCEB;
	border-bottom: 1px solid #D1DCEB;
}

.editshadeleft_b2 {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #336699;
	BACKGROUND: white url(../css/img/up_left1.gif) no-repeat left top;
	vertical-align: middle;
	border-bottom: 1px solid #D1DCEB;
}

.editshaderight_lb2 {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND: white url(../css/img/up_right1.gif) no-repeat right top;
	vertical-align: middle;
	border-left: 1px solid #E4D9BE;
	border-bottom: 1px solid #D1DCEB;
}

.export_left {
	font-size: 11px;
	COLOR: black;
	BACKGROUND: #F7F9FB;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
}

.export_right {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	COLOR: black;
	BACKGROUND: #F7F9FB;
}

.darkshade {
	BACKGROUND-COLOR: #EEEBE6;
}

.darkshade2 {
	BACKGROUND-COLOR: #99B2D5;
}

.buttonborder {
	outline: 1px solid #AA9059;
}

.success {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	COLOR: black;
	BACKGROUND: #F7F9FB;
	FONT-WEIGHT: bold;
}

.xb1b,.xb2b,.xb3b,.xb4b {
	display: block;
	overflow: hidden;
	background: #EFC1B6;
}

.xb1b,.xb2b,.xb3b {
	height: 1px;
}

.xb2b,.xb3b,.xb4b {
	border-left: 1px solid #A93C36;
	border-right: 1px solid #A93C36;
}

.xb1b {
	margin: 0 5px;
	background: #A93C36;
}

.xb2b {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3b {
	margin: 0 2px;
}

.xb4b {
	height: 2px;
	margin: 0 1px;
}

.xb1b2,.xb2b2,.xb3b2,.xb4b2 {
	display: block;
	overflow: hidden;
	background: #F7F9FB;
}

.xb1b2,.xb2b2,.xb3b2 {
	height: 1px;
}

.xb2b2,.xb3b2,.xb4b2 {
	border-left: 1px solid #F7F9FB;
	border-right: 1px solid #F7F9FB;
}

.xb1b2 {
	margin: 0 5px;
	background: #F7F9FB;
}

.xb2b2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3b2 {
	margin: 0 2px;
}

.xb4b2 {
	height: 2px;
	margin: 0 1px;
}

.xboxcontentb {
	display: block;
	border: 0 solid #EEEBE6;
	border-width: 0 0px;
	padding: 0px;
	background: #EEEBE6;
}

.xb1u,.xb2u,.xb3u,.xb4u {
	display: block;
	overflow: hidden;
	background: #F7F9FB;
}

.xb1u,.xb2u,.xb3u {
	height: 1px;
}

.xb2u,.xb3u,.xb4u {
	border-left: 1px solid #EEEBE6;
	border-right: 1px solid #EEEBE6;
}

.xb1u {
	margin: 0 5px;
	background: #F7F9FB;
}

.xb2u {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3u {
	margin: 0 2px;
}

.xb4u {
	height: 2px;
	margin: 0 1px;
}

.xb1a,.xb2a,.xb3a,.xb4a {
	display: block;
	overflow: hidden;
	background: #DFEAF5;
}

.xb1a,.xb2a,.xb3a {
	height: 1px;
}

.xb2a,.xb3a,.xb4a {
	border-left: 1px solid #DFEAF5;
	border-right: 1px solid #DFEAF5;
}

.xb1a {
	margin: 0 5px;
	background: #DFEAF5;
}

.xb2a {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3a {
	margin: 0 2px;
}

.xb4a {
	height: 2px;
	margin: 0 1px;
}

.shade2 {
	COLOR: black;
	BACKGROUND-COLOR: #F6EBCF;
	vertical-align: middle;
}

.lightshade {
	background: #FEF7BB;
}

a.tablelinks3 {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: black;
	TEXT-DECORATION: underline;
	cursor: pointer;
}

a.tablelinks3:hover {
	TEXT-DECORATION: none;
	cursor: pointer;
}

.toplist {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	COLOR: #336699;
}

.main_table_border {
	background: #EFC1B6;
	border: 1px solid white;
}

.main_table_border_P {
	background: #D1DCEB;
}

.main_table_border2 {
	border: 1px solid #C73628;
}

.list_table {
	border: 1px solid white;
	background: white;
}

.list_table1 {
	border: 1px solid #ffffff;
}

.menu_table {
	border-left: 1px solid #BDBAB5;
	border-right: 1px solid #BDBAB5;
	background: #ffffff;
}
.menu_tables {
	border-left: 0px solid #8C0C12;
	border-right: 0px solid #8C0C12;
	border-top: 0px solid #8C0C12;
	background: #F2F1F1;
}

.menu_table1 {
	background: #D1DCEB;
	border: 1px solid white;
}

.menu_table2 {
	border-left: 1px solid #BDBAB5;
	border-right: 1px solid #BDBAB5;
	border-bottom: 1px solid #BDBAB5;
}
.menu_table2s {
	border-left: 1px solid #8C0C12;
	border-right: 1px solid #8C0C12;
	border-bottom: 1px solid #8C0C12;
}

.menu_text {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #B04226;
	line-height: normal;
}

.blackshade2 {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #C73628;
		line-height: normal;
}

.blackshaden {
	font-family:  Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #000000;
		line-height: normal;
}

tr.tablelinkssearch {
	cursor: pointer;
}

tr.tablelinkssearch_hover {
	background: #CC6600;
	cursor: pointer;
}

.linedownbody {
	border-bottom: solid white 3px;
}

.lineleftbody {
	border-left: solid white 3px;
}

.body {
	background: white;
}

.body2 {
	background: white;
}

.shade_b {
	COLOR: black;
	BACKGROUND-COLOR: #F7F9FB;
	vertical-align: middle;
	border-bottom: 1px white solid;
}

.headerlistdown2_left {
	background: white url(../css/img/down_left.gif) no-repeat left bottom;
}

.headerlistdown2_right {
	background: white url(../css/img/down_right.gif) no-repeat right bottom;
}

a.menu_db {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	COLOR: #666666;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	padding-right: 5px;
	padding-left: 10px;
}

.logged_left {
	background: white url(../css/img/logged_left.gif) no-repeat left bottom;
}

.logged_right {
	background: white url(../css/img/logged_right.gif) no-repeat right bottom;
}

.logged {
	background: white url(../css/img/logged.gif) repeat left bottom;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #333333;
}

.navigat {
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: black;
	BACKGROUND-COLOR: #E6EEF8;
	vertical-align: middle;
	line-height: normal;
}

.navigat_left {
	BACKGROUND: white url(../css/img/up_left4.gif) no-repeat left top;
}

.navigat_right {
	BACKGROUND: white url(../css/img/up_right4.gif) no-repeat right top;
}

.up_right2 {
	BACKGROUND: #D1DCEB url(../css/img/up_search.gif) no-repeat right top;
}

a.menu_db2 {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	COLOR: white;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	padding-right: 5px;
	padding-left: 10px;
}

.body3 {
	background: #E6EEF8;
}

.headerlist_left_gif_P {
	background: #D1DCEB url(../css/img/up_left5.gif) no-repeat left top;
}

.headerlist_right_gif_P {
	background: #D1DCEB url(../css/img/up_right5.gif) no-repeat right top;
}

.headerlistdown_left2_P {
	background: #DFEAF5 url(../css/img/down_left3.gif) no-repeat left bottom;
}

.headerlistdown_right2_P {
	background: #DFEAF5 url(../css/img/down_right3.gif) no-repeat right bottom;
}

.upeditmenu_left {
	background: url(../css/img/editup_left.gif) no-repeat left top;
}

.upeditmenu_center {
	background: url(../css/img/editup_center.gif) repeat left top;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	COLOR: #333333;
}

.upeditmenu_right {
	background: url(../css/img/editup_right.gif) no-repeat left top;
}

.searchlist_left {
	background: #DFEAF5 url(../css/img/upsearch_left.gif) no-repeat left top;
	border-bottom: 1px solid white;
}

.searchlist_right {
	background: #DFEAF5 url(../css/img/upsearch_right.gif) no-repeat right top;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.searchlist {
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	COLOR: #544430;
	background: #DFEAF5;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.headerlist_left_v {
	background: #D1DCEB url(../css/img/up_left3.gif) no-repeat left top;
}

.headerlist_right_v {
	background: #D1DCEB url(../css/img/up_right3.gif) no-repeat right top;
	border-bottom: 1px solid white;
}

.xb1b3,.xb2b3,.xb3b3,.xb4b3 {
	display: block;
	overflow: hidden;
	background: #EEEBE6;
}

.xb1b3,.xb2b3,.xb3b3 {
	height: 1px;
}

.xb2b3,.xb3b3,.xb4b3 {
	border-left: 1px solid #EEEBE6;
	border-right: 1px solid #EEEBE6;
}

.xb1b3 {
	margin: 0 5px;
	background: #EEEBE6;
}

.xb2b3 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3b3 {
	margin: 0 2px;
}

.xb4b3 {
	height: 2px;
	margin: 0 1px;
}

.xb1b4,.xb2b4,.xb3b4,.xb4b4 {
	display: block;
	overflow: hidden;
	background: #EEEBE6;
}

.xb1b4,.xb2b4,.xb3b4 {
	height: 1px;
}

.xb2b4,.xb3b4,.xb4b4 {
	border-left: 1px solid #EEEBE6;
	border-right: 1px solid #EEEBE6;
}

.xb1b4 {
	margin: 0 5px;
	background: #EEEBE6;
}

.xb2b4 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3b4 {
	margin: 0 2px;
}

.xb4b4 {
	height: 2px;
	margin: 0 1px;
}

.xb1b1,.xb2b1,.xb3b1,.xb4b1 {
	display: block;
	overflow: hidden;
	background: #C73628;
}

.xb1b1,.xb2b1,.xb3b1 {
	height: 1px;
}

.xb2b1,.xb3b1,.xb4b1 {
	border-left: 1px solid #C73628;
	border-right: 1px solid #C73628;
}

.xb1b1 {
	margin: 0 5px;
	background: #C73628;
}

.xb2b1 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3b1 {
	margin: 0 2px;
}

.xb4b1 {
	height: 2px;
	margin: 0 1px;
}

.table_right {
	background: #F7F9FB;
}

.rb1,.rb2,.rb3,.rb4 {
	display: block;
	overflow: hidden;
}

.rb1,.rb2,.rb3 {
	border-top: solid 1px
}

.rb1 {
	margin: 0 5px;
}

.rb2 {
	margin: 0 3px;
}

.rb3 {
	margin: 0 2px;
}

.rb4 {
	border-top: solid 2px;
	margin: 0 1px;
}

.rb1_search,.rb2_search,.rb3_search,.rb4_search {
	border-color: #D1DCEB;
	margin-left: 0px
}

.rb1_controls,.rb2_controls,.rb3_controls,.rb4_controls {
	border-color: #E6EEF8;
}

.rb1_top,.rb2_top,.rb3_top,.rb4_top {
	border-color: #6598B7
}

.top {
	background: #6598B7;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: white;
}

.menuitem_active {
	background-color: #D1DCEB;
}

.menuitem {
	background-color: #6598B7;
}

.rb1_menu,.rb2_menu,.rb3_menu,.rb4_menu {
	border-color: #6598B7;
}

.rb1_menua,.rb2_menua,.rb3_menua,.rb4_menua {
	border-color: #D1DCEB;
}

.menu_unselected {
	background-color: #9BB7D4;
}

.menuborder1 {
	border-color: #516C81;
}

.menuborder2 {
	border-color: white;
}

.tableborder {
	border: 1px solid #516C81;
}

.tableborder1 {
	border: 1px solid white
}

.titelorange {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #B04226;
	font-weight: normal;
	line-height: normal;
}
.titelorangefett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #B04226;
	font-weight: bold;
	line-height: normal;
}
.titelrosaobsfett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #A93C36;
	font-weight: bold;
	line-height: normal;
}
.titelrosaobs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #A93C36;
	font-weight: normal;
	line-height: normal;
}
.titelrotbs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #A6543C;
	font-weight: bold;
	line-height: normal;
}
.titelgelbq {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #D97628;
	font-weight: bold;
	line-height: normal;
}
.titelgelbfett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #D97628;
	font-weight: bold;
	line-height: normal;
}
.textformfettrot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #C73628;
	font-weight: bold;
	line-height: normal;
}
.textformrot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #C73628;
	font-weight: normal;
	line-height: normal;
}

a:link {
        font-size: 11px; font-weight : bold; color : #8C0C12; text-decoration : none;
}
a:visited {
        font-size: 11px; font-weight : bold; color: #CC6633; text-decoration : none;
}
a:hover {
        font-size: 11px; font-weight : bold; color : #8C0C12; text-decoration : none;
}
a:active {
        font-size: 11px; font-weight : bold; color : #E46C47; text-decoration : none;
}
a:focus { 
		font-size: 11px; font-weight : bold; color : #8C0C12; text-decoration : none;
}
.aw:link {
        font-size: 11px; font-weight :  bold;; color :#CC6600; text-decoration : none;
}
.aw:visited {
        font-size: 11px; font-weight : bold; color:#FFFFFF; text-decoration : none;
}
.aw:hover {
        font-size: 11px; font-weight : bold; color : #CC6600; text-decoration : none;
}
.aw:active {
        font-size: 11px; font-weight : bold; color : #FFFFFF; text-decoration : none;
}
	
}

