body {
	height: 100%; 
	width: 100%; 
	font-size: 11pt;
	color: white;
	background-color: black;
	font-weight: normal;
}


.all {
	height: 100%; 
	width: 791px; 
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}


.navi {
	position: absolute;
	height: 98%; 
	width: 178px;
	z-index: 2;
	background-color: #023401;
	padding-left: 10px;
}

div.navi img{
	border: 0px;
	border-style: none;
	z-index: 3;
}

div.content{
	position: absolute;
	height: 97%;
	width: 600px;
	z-index: 2;
	margin-left: 200px;
	margin-top: 0px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 5px;
}
.content img{
	border: 0px;
	border-style: none;
}
div.content a{
	border: 1px;
	text-decoration: underline;
	line-height: 20px;
	color: orange;
}
div.content a:hover{
	border: 1px;
	line-height: 20px;
	text-decoration: overline;
	color: orange;
}
div.content p{
	color: white;
	font-size: 10pt;
	font-family: Arial;
}
div.content b {
	font-size: 12pt;
	color: white;	
}
div.content td {
	color: white;
	font-family: Arial;
	font-size: 10pt;
}


div.content_bg {
	position: absolute;
	background-color: #023401;
	height: 98%;
	width: 603px;
	z-index: 1;
	margin-left: 200px;
	padding-bottom: 0px;
	overflow: hidden;
}
div.content_bg  img{
	position: absolute;
	background-color: #023401;
	z-index: 1;
	margin-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

.red  {
	color: red;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

.pic_center {
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.title_seite {
	letter-spacing: 1px;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	background-image: url(../images/immer/bg_title_seite.jpg);
	line-height: 25px;
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

/*  Historie  */
.tabelle_historie{
	border-style: inset;
	border-color: #033401;
	border-width: 1px;
}
input.login_input{
	background-color: orange;
	border: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: red;
	color: black;
	padding-left: 5px;
	text-decoration: none;
	font-style: normal;
}

.not_allow {
	font-size: 16pt;
	letter-spacing: 2px;
	color: red;
}
.center_text td, p {
	text-decoration: none;
	text-transform: none;
	color: blue;
}
span.aktuell{
	color: orange;
	font-size: 10pt;
	font-family: Arial;
}
/*  NEU FÜR A (navi)*/
.passiv {
	color: gray;
	font-family: Arial;
	font-size: 12pt;
	letter-spacing: 2px;
	
}
.normal{
	color: white;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
	
}
.aktiv {
	color: orange;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
	
}
div.navi a:hover{
	color: orange;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
}
.sub_normal{
	color: white;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 10px;
}
.sub_aktiv {
	color: orange;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 10px;
}

tr.trhover:hover { 
	background-color: darkred; 
	cursor: default;
}
tr.trhover:active {
	background-color: red; 
	cursor: default;
}
/* Help box */
a.ahelp:link, a.ahelp:visited {
	color: #444;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a.ahelp:hover, a.ahelp:active {
	color: #444;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0;
}
a span.helper {
	display: none;
}

a.ahelp:hover span.helper, a.ahelp:focus span.helper, a.ahelp:active span.helper {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 115%;
	height: auto;
	display: block;
	cursor: crosshair;
	padding: 10px;
	border: 1px;
	border-style: groove;
	text-decoration: none;
	margin: 0;
	border-color: white;
	background: black;
	z-index: 1;
	position: absolute;
	color: white;
}
/* Hinweise nach Login */
.wichtig {
	margin-top: 5px;
	border: 3px; 
	font-size: 13pt; 
	width: 500px; 
	border-style: outset; 
	border-color: red;
	padding: 10px;
}
.unwichtig {
	margin-top: 5px;
	border: 3px; 
	font-size: 13pt; 
	width: 500px; 
	border-style: outset; 
	border-color: gray;
	padding: 10px;
}
