/* Schrift definieren */

body,table,td,tr
{
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: white;
}


/* Überschriften definieren -------------------------------------------------------------- */

h1
{
font-size: 9pt; font-weight: normal;}

h2
{
font-size: 12pt; font-weight: bold;}

h3
{
font-size: 11pt; font-weight: bold;}


span.Stil_1
{
font-size: 11pt;
font-family: Monotype Corsiva, Arial;
font-weight: bold;
}


p.titel
{
font-weight: bold;
font-size: 11pt;
}


/* Seitenränder definieren ------------------------------------------------------------------ */

body
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;

/* Hintergrund definieren */

background-color: #3D3D3D;

/* Scrollbar definieren */
scrollbar-face-color: #818181;
scrollbar-highlight-color: #E6E6E6;
scrollbar-shadow-color: #dadada;
scrollbar-3dlight-color: #00A651;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #666666;
scrollbar-arrow-color: #28B462;
}


/* Links definieren --------------------------------------------------------------------------- */

A
{
color: #28B462;
text-decoration: none;
}

A:hover
{
color: #E6E6E6;
text-decoration: underline;
}

A:active 
{
color: #9A9A9A; text-decoration: none;
}



/* Links2 definieren ------------------------------------------------------------------------------- */

A.2
{
color: #E6E6E6;
text-decoration: none;
}

A.2:hover
{
color: #28B462;
text-decoration: none;
}

A.2:active 
{
color: #9A9A9A; text-decoration: none;
}



/* Sublinks definieren -------------------------------------------------------------------------------------------------------------- */

A.nav
{
color: white;
text-decoration: none; padding-left: 10px;
}

A.nav:hover
{
color: white;
text-decoration: underline; display: block; padding-left: 10px; background: url(../images/nav/dot.gif) no-repeat #549B71;
}

A.nav:active 
{
color: white; text-decoration: none; padding-left: 10px; background: url(../images/nav/dot.gif) no-repeat;
}


/* Sublinks_Active definieren ------------------------------------------------------------------------------------------------------- */

A.act
{
color: white;
text-decoration: none; display: block; padding-left: 10px; background: url(../images/nav/dot.gif) no-repeat #549B71;
}

A.act:hover
{
color: white;
text-decoration: underline; display: block; padding-left: 10px; background: url(../images/nav/dot.gif) no-repeat #549B71;
}

A.act:active 
{
color: white;
text-decoration: none; display: block; padding-left: 10px; background: url(../images/nav/dot.gif) no-repeat #549B71;
}


/* Tabelle definieren ------------------------------------------------------------------------------------------------------ */

table.grund
{
width:752px;
background-color: #317B31;
table-border:0;
}


/* Tooltip definieren ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.ttTitle { font-weight: bold; COLOR: #ffffff; background-color: #317B31; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border-style: groove; border-width: 1}

.ttText { font-weight: normal; COLOR: black; background-color: #639862; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border-style: groove; border-width: 1}


.dek { Z-INDEX: 200; LEFT: 200px; VISIBILITY: hidden; POSITION: absolute ; clip:   rect(   )}
