/* Hintergrund und Scrolleiste */
body
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#efefef;
color: #000000; 
font-family: verdana, sans-serif;
font-size: 8pt;
}

/* Tabellendefinition */
table,tr,td {color:#000000; font-family: verdana, sans-serif; font-size: 8pt}
.bgheader   {background-color:#000000; color:#000000; font-family: verdana, sans-serif; font-size: 8pt}
.bgfooter   {background-color:#000000; color:#000000; font-family: verdana, sans-serif; font-size: 8pt}
.bginhalt   {background-color:#ffffff; color:#000000; font-family: verdana, sans-serif; font-size: 8pt}
.bgmenue    {background-color:#e0e0e0; color:#000000; font-family: verdana, sans-serif; font-size: 8pt}
.bgleiste   {background-color:#e0e0e0; color:#000000; font-family: verdana, sans-serif; font-size: 8pt}

/* Allgemeine Links */
a:link      {
	color:#990000;
	text-decoration:underline;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}
a:visited   {
	color:#990000;
	text-decoration:underline;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}
a:active    {
	color:#990000;
	text-decoration:underline;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
}
a:hover     {
	color:#009900;
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}


/* Eingabefelder */


.ueberschrift
{
line-height:26px;

font-size: 12pt
}


.stateon{
filter: alpha(Opacity=50);
border: 1px solid;
}
.stateoff{
filter: none;
border: 1px solid;
}
*/

.stateclicked{
border: 1px solid;
FILTER: alpha(Opacity=100);
}

.stateon
{
filter: none;
border: 1px dashed #FFFFFF;
}

.stateoff
{
filter: alpha(Opacity=55), gray();
-moz-border: 1px dashed #000000;
}


pre {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 5px;
}


/* ---------- Menü für Kopf */
#menu1 a
{
display: block;
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family: verdana, sans-serif;
font-size: 10pt;
line-height:20px;
height:20px;
width:200px;
text-align:center;
}

#menu1 a:visited
{
display: block;
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 10pt;
line-height:20px;
height:20px;
width:200px;
text-align:center;
}

#menu1 a:active
{
display: block;
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 10pt;
line-height:20px;
height:20px;
width:200px;
text-align:center;
}

#menu1 a:hover
{
display: block;
background-color:#990000;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 10pt;
line-height:20px;
height:20px;
width:200px;
text-align:center;
}

/* ---------- Menü für Leiste */
#menu2 a
{
display: block;
background-color:#000000;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:20px;
height:20px;
border-left:solid 0px white;
border-right:solid 0px white;
width:175px;
text-align:center;
}

#menu2 a:visited
{
background-color:#000000;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:20px;
height:20px;
border-left:solid 0px white;
border-right:solid 0px white;
width:175px;
text-align:center;
}

#menu2 a:active
{
background-color:#000000;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif; font-size: 8pt;
line-height:20px;
height:20px;
border-left:solid 0px white;
border-right:solid 0px white;
width:175px;
text-align:center;
}

#menu2 a:hover
{
background-color:#990000;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:20px;
height:20px;
border-left:solid 0px white;
border-right:solid 0px white;
width:175px;
text-align:center;
}
