body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;

}

a	  {text-decoration: none; color:#000000; }
a:hover	  {color:#03719A; text-decoration: underline; }
a:visited	  {color:#000000; }

.aGrey		  {text-decoration: none; color:#999999; }
.aGrey:hover	  {color:#CCCCCC; text-decoration: underline; }
.aGrey:visited	  {color:#999999; }

.aBlack		  {text-decoration: none; color:#000000; }
.aBlack:hover	  {color:#03719A; text-decoration: underline; }
.aBlack:visited	  {
	color:#000000;
	display: inline;
}

.aWhite		  {text-decoration: none; color:#FFFFFF; }
.aWhite:hover	  {color:#FFFFFF; text-decoration: underline; }
.aWhite:visited	  {
	color:#FFFFFF;
	display: inline;
}

 .TXTklein{
color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
.TXTkleinW{
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .TXTkleinG{
color: #33CC33;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
  .TXTkleinDG{
color: #006600;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .TXTkleinR{
color: #FF0000;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .TXTsub{
color: #999999;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
 }
 
 .TXTlogin{
color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 13px;
 }
 
.inputNorm{
font-size:11px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 150px;
height: 15px;
margin: 0px;
padding: 0px;
font-style: normal;
line-height: normal;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}

.inputSmall{
font-size:11px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 105px;
height: 15px;
margin: 0px;
padding: 0px;
font-style: normal;
line-height: normal;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}

.inputWide{
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	height: 15px;
	font-style: normal;
	line-height: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #5A98E5;
	background-color: #000000;
}


.radio {
	width: 15px;
}

.TXTgross {
	color: #222222;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TXTgrossW {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subtable{
	background-image: url(../images/subBox.png);
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

textarea {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

select {
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.button {
	border: 1px solid #DDDDDD;
	background-color: #666666;
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	height: 18px;
	width: 105px;
	padding-bottom: 3px;
	cursor: pointer;
}

.button:hover {
	background-color: #CCCCCC;
	color: #333333;	
}

.button:disabled {
	color: #888888;
	cursor: default;
}

.buttonSmall {
	border: 1px solid #DDDDDD;
	background-color: #666666;
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	height: 18px;
	width: 70px;
	padding-bottom: 3px;
	cursor: pointer;
}

.buttonSmall:hover {
	background-color: #CCCCCC;
	color: #333333;	
}

.buttonSmall:disabled {
	color: #888888;
	cursor: default;
}

.buttonWide:disabled {
    border: 1px solid #000000;
	background-color: #555555;
	color: #AAAAAA;
	cursor: default;
}

.buttonWide:disabled:hover {
	border: 1px solid #000000;
	background-color: #555555;
	color: #AAAAAA;	
}

.buttonWide {
	border: 1px solid #888888;
	background-color: #555555;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	height: 18px;
	padding-bottom: 3px;
	cursor: pointer;
	width: 170px;
}

.buttonWide:hover {
	background-color: #CCCCCC;
	color: #111111;
}

.buttonXWide:disabled {
    border: 1px solid #000000;
	background-color: #555555;
	color: #AAAAAA;
	cursor: default;
}

.buttonXWide:disabled:hover {
	border: 1px solid #000000;
	background-color: #555555;
	color: #AAAAAA;	
}

.buttonXWide {
	border: 1px solid #888888;
	background-color: #555555;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	height: 18px;
	padding-bottom: 3px;
	cursor: pointer;
	width: 193px;
}

.buttonXWide:hover {
	background-color: #CCCCCC;
	color: #111111;
}

.toptable{
	border: 1px solid #000000;
	height: 27px;
	margin: 0px;
	background-color: #587c92;
	padding-left: 0px;
	background-image: url(../images/n1.jpg);
}

.mainnavLI{
	border: 1px solid #000000;
	height: 27px;
	margin: 0px;
	background-color: #587c92;
	padding-left: 0px;
	background-image: url(../images/b1.jpg);
}

.mainnavLI li{
	white-space: nowrap;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	float:left;
	height: 20px;
	width: 88px;
	line-height: 20px;
	text-align: center;
	color: #aaaaaa;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background-image: url(../images/n1.jpg);
}

.mainnavLI li a , a:visited{
	text-decoration: none;
	color: #FFFFFF;
	display: block;	
}
.mainnavLI li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E4E4E4;
	display: block;
	background-image: url(../images/n1o.jpg);
	height: 20px;		
}

.subnavLI{
	border: 1px solid #000000;
	height: 23px;
	margin: 0px;
	background-color: #587c92;
	padding-left: 0px;
	background-image: url(../images/b2.jpg);
}

.subnavLI li {
	white-space: nowrap;
	margin:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4D6B7D;
	list-style-type: none;
	float:left;
	height: 17px;
	width: 100px;
	line-height: 17px;
	text-align: center;
	color: #aaaaaa;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	background-image: url(../images/n2.jpg);
	display: block;

}
.subnavLI li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;		
}
.subnavLI li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E4E4E4;
	display: block;
	background-image: url(../images/n2o.jpg);
	height: 17px;
}

#ladebalken{
	/*background: url(../images/orangepercent.gif) no-repeat -201px;
	width: 200;*/
	background: url(../images/orangepercent.gif) no-repeat ;
	width: 0;
	line-height: normal;
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 4px;
}

#ladebalken_holder{
	background: url(../images/percentback.gif) repeat-y;
	visibility:  hidden;
	width: 200px;
	border: 1px solid #000000;
	z-index: 6;
	height: 14px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 4px;
	top: 1px;


}
			 
.inputInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	line-height: 18px;
	cursor: pointer;

}
.normTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	margin-bottom: 10px;
}

.conTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/* background-image: url(../images/InBack.jpg); */
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #242931;
	border-right-color: #242931;
	border-bottom-color: #242931;
	border-left-color: #242931;
	font-size: 11px;
	margin-bottom: 10px;
}

.conTableFlucht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/InBackFlucht.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #242931;
	border-right-color: #242931;
	border-bottom-color: #242931;
	border-left-color: #242931;
	font-size: 11px;
	margin-bottom: 10px;
}

.conTableStadt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/InBackStadt.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #242931;
	border-right-color: #242931;
	border-bottom-color: #242931;
	border-left-color: #242931;
	font-size: 11px;
	margin-bottom: 10px;
}

.conTableLight {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background-image: url(../images/tableback1.jpg);
background-repeat: repeat;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #404957;
border-right-color: #97A3B3;
border-bottom-color: #B0BAC6;
border-left-color: #4E5869;
font-size: 11px;
}

a.more,
a.more:link,
a.more:visited,
a.more:active {
position: relative;
}

a.more:hover {
background: transparent;
z-index: 120;
cursor: help;
}

a.more span {
display: none;
}

a.more:hover span {
display: block;
position: absolute;
left: 35px;
top: 0px;
width: 230px;
z-index: 120;
border: 1px solid;
border-color: #000000 #000000 #000000 #000000;
padding: 3px;
background: #666666;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none; 
}

a.moreL,
a.moreL:link,
a.moreL:visited,
a.moreL:active {
position: relative;
}

a.moreL:hover {
background: transparent;
z-index: 120;
cursor: help;
}

a.moreL span {
display: none;
}

a.moreL:hover span {
display: block;
position: absolute;
left: -240px;
top: 0px;
width: 230px;
z-index: 120;
border: 1px solid;
border-color: #000000 #000000 #000000 #000000;
padding: 3px;
background: #666666;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none; 
}

a.moreW,
a.moreW:link,
a.moreW:visited,
a.moreW:active {
position: relative;
}

a.moreW:hover {
background: transparent;
z-index: 120;
cursor: help;
}

a.moreW span {
display: none;
}

a.moreW:hover span {
display: block;
position: absolute;
left: 35px;
top: 0px;
width: 440px;
z-index: 120;
border: 1px solid;
border-color: #000000 #000000 #000000 #000000;
padding: 3px;
background: #666666;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none; 
}

#LayA {
	position:absolute;
	width:50px;
	height:325px;
	z-index:102;
	left: 261px;
	top: 303px;
}
#LayB {
	position:absolute;
	width:50px;
	height:58px;
	z-index:101;
	left: 58px;
	top: 310px;

}

