body {
	background-color: #99CA21;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	color: #575757;
	overflow: hidden;
}

a:link { text-decoration:underline; color: #575757; }
a:visited { text-decoration:underline;color: #575757; }
a:hover { text-decoration:none; color: #575757; }
a:active { text-decoration:underline; color :#575757; }

#zentriert {
    position: absolute;
    width: 950px;
    height: 585px; /* urspruenglich 535 */
    left: 49%;
    top: 49%;
    margin-left: -475px; /* urspruenglich -475px */
    margin-top: -290px; /* urspruenglich -275px */
}

div.seite {
	width: 950px;
	height: 418px; /* urspruenglich 368 */
	overflow: auto;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
}

span.copy {
    /*	position: absolute; left: 750px; top: 548px; z-index: 1; font-family: Times New Roman, Times, serif; */
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #575757;
	line-height: 20px;
}

span.copy a {
    text-decoration:none; /* nicht unterstrichen 29.03.2010 jr */
}



/* ehemaliges /script/style.css */
.gross {
	font-size: 11pt;
}

.gross_schwarz {
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

.bold {
	font-weight: bold;
}

ul li{
	list-style-type: disc;
	margin-left: -25px;
}

/* neu dazugekommen 2009-06 */

/* Tool-Tips für Linkseite (Anzeige der Linkadressen) */
#dhtmltooltip{
    position: absolute;
    /* width: 300px; */ /* Breite dynamisch nach Inhalt */
    border: 1px solid #575757;
    padding: 2px;
    /* background-color: #99CA21; */
    background-color: #ccfd54;
	font-size: 9pt;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

/* Hauptmenü */
.navigation {
    background-color: #99ca21;
    line-height: 25px;
    text-align:center;
    font-size: 14px;
    font-weight:bold;
    }

.navigation a, .navigation a:link, .navigation a:visited {
    color:#575757;
    text-decoration:none;
    }


.navigation a:hover, .navigation a:active {
    color:#ffffff;
    }

/* Hauptmenü: Hervorhebung der aktuellen Seite */
.navigationcurrent {
    background-color: #99ca21;
    line-height: 25px;
    text-align:center;
    font-size: 14px;
    font-weight:bold;
    }

.navigationcurrent a, .navigationcurrent a:link, .navigationcurrent a:visited {
    color:#f2f2f2;
    text-decoration:none;
    }

.navigationcurrent a:hover, .navigationcurrent a:active {
    color:#ffffff;
    }

