/* Schrift definieren */

body,table,td,tr
{
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

/* Seitenränder definieren */
body

{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;


/* Hintergrund definieren */
background-color: #959595;
background-image: url();
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;


/* Scrollbar definieren */
scrollbar-face-color: #CDCDCD;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #dadada;
scrollbar-3dlight-color: #6EA2E3;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #7C5644;
scrollbar-arrow-color: #6EA2E3;
}


/* Links --------------------------------------------------*/
A
{
color : #6EA2E3; text-decoration:none;
} 

A:hover
{
color : #6EA2E3; text-decoration:underline;
}

A:active
{
color: #547299; text-decoration:underline;
}



/* Links Navigation Vertretungen ---------------------------*/
A.vertretung
{
color: #ffffff;
text-decoration: none; font-weight: bold;
}

A.vertretung:hover
{
color: #F5C068;
text-decoration: underline;
}

A.vertretung:active 
{
color: #6EA2E3; text-decoration: underline;
}


/* Links Navigation -----------------------------------------*/
A.nav
{
color : #ffffff; text-decoration:none;
} 

A.nav:hover
{
color : #ffffff; text-decoration:underline;
}

A.nav:active
{
color: #d0d0d0; text-decoration:underline;
}


/* Format, Titel definieren -------------------------*/

h1
{
font-size: 10pt; font-weight: normal;}

h2
{
font-size: 12pt; font-weight: bold;}

h3
{
font-size: 8pt; font-weight: normal;}


p.titel
{
font-weight: bold;
font-style: ;
font-family: Arial, Helvetica, sans-serif;
font-size: 13pt;
}


p.titel_2
{
font-weight: bold;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}


p.klein
{
font-size: 8pt;
}


/* Tabellen definieren ---------------------------------*/

table.grund
{
width:880px;
height:570px;
table-border:0;
background-image: url();
background-repeat: no-repeat;
}

table.haupt
{
width:860px;
table-border:0;
background-color: #;
background-image: url();
background-repeat: no-repeat;
}

table.grund_en
{
width:770px;
height:600px;
table-border:0;
background-image: url();
background-repeat: no-repeat;
}



/* Tooltip definieren --------------------------------------------------------------------------------*/


.ttTitle { font-weight: bold; COLOR: #ffffff; background-color: #547299; font-family:font-size: 9pt; border-style: groove; border-width: 1;}


.ttText { font-weight: normal; COLOR: #000000; background-color: #6EA2E3; font-family:font-size: 8pt; border-style: groove; border-width: 1;}


.dek { Z-INDEX: 200; LEFT: 200px; VISIBILITY: hidden; POSITION: absolute ; clip:   rect(   )}
