/* GENERAL fonts */
body {
	background-color: #FFFCE8;
}

TD, P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
	color: Navy;
}
td.kopf-l {
	background-image: url(../images/hgr_kopf_l.jpg);
	background-position: left;
	background-repeat: no-repeat;
}	

td.menu1 {
	background-image: url(../images/hgr_menu.jpg);
}	
	
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

A {
	text-decoration: none; /*color: #A83926;*/
	color: #003882;
}
td.gelb {
	background: #F3C637;
}
td.weiss {
	background: White;
}
td.braun {
	background: #897230;
}

.rahmen-0 {
	border: 1px solid Navy;
}
.rahmen-1 {
	border: 2px solid #B0C4DE;
	background-color: #B0C4DE;
}
.hgr-0 {
	background-color: Navy;
}
.hgr-1 {
	background-color: #6495ED;
}
.hgr-2 {
	background-color: #99B9F2;
}
.hgr-3 {
	background-color: #A9C6FA;
}
.hgr-4 {
	background-color: #FFF8DC;
}

.datum {
	color: White;
	font-size: xx-small;
	background-color: #A9C6FA;
}
 /* Menu  column */
/*  MENU , level 0, normal state (NO) */
.menu-level-no {
	font-size: 10px;
	height: 15px;
	vertical-align: bottom;
	width: auto;
	background-color: #99B9F2;
	border-bottom: 1px solid #6495ED;
	border-left: 1px solid White;
	border-right: 1px solid #6495ED;
	border-top: 1px solid White;
}

.menu-level-no A:hover {
	color: #FEFEFE;
}

/*  MENU , level 0, active state (ACT) */
.menu-level-act {
	font-weight: bolder;
	font-size: 10px;
	height: 15px;
	vertical-align: bottom;
	width: auto;
	background-color: #6495ED;
	border-bottom: 1px solid #99B9F2;
	border-left: 1px solid White;
	border-right: 1px solid #99B9F2;
	border-top: 1px solid White;
}

.menu-level-act A{
	color: White;
}

/*  MENU 1, level 1, normal state (NO) */

.menu-level1-no A {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	background-color: #99B9F2;
	border-bottom: 1px solid White;
	padding-right: 3px;
	width: 110px;
	height: 18px;
	padding-top: 2px;
	float: right;
}
.menu-level1-no A:hover {
	color: #FEFEFE;
}

/*  MENU 1, level 1, active state (ACT) */

.menu-level1-act A {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: #6495ED;
	border-bottom: 1px solid White;
	padding-right: 3px;
	width: 110px;
	height: 18px;
	padding-top: 2px;
	float: right;
}

/*  MENU 2, level 2, normal state (NO) */
.menu-level2-no A{
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: Navy;
	height: auto;
	padding-right: 2px;
	padding-top: 2px;
	width: 100px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: right;
	float: right;
}
.menu-level2-no A:hover {
	color: #FEFEFE;
}
/*  MENU 2, level 2, active state (ACT) */
.menu-level2-act A{
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: White;
	height: auto;
	padding-right: 2px;
	padding-top: 2px;
	width: 100px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: right;
	float: right;
}

INPUT.suchen {
	font-weight: bolder;
	font-size: 10px;
	height: auto;
	vertical-align: bottom;
	width: auto;
	background-color: #99B9F2;
	border-color: #D9E4F0 #D9E4F0 #3F7BB6 #234667;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	color: Navy;
}
