/* Schrift definieren */

body,table,td,tr
{
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}


/* Seitenränder definieren ----------------------------------------------------------------*/

body
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;


/* Hintergrund definieren ------------------------------------------------------------------*/

background-color: #A8C3E1;
background-attachment: fixed;
background-repeat: no-repeat;


/* Scrollbar definieren --------------------------------------------------------------------*/

scrollbar-face-color: #DBE9FB;
scrollbar-highlight-color: #84C4FB;
scrollbar-shadow-color: #8E8E8E;
scrollbar-3dlight-color: #E8F0FB;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #2162AB;
}


/* h, titel und span definieren --------------------------------------------------------------*/

h1
{
font-size: 11pt; font-weight: bold;}

h2
{
font-size: 10pt; font-weight: normal;}

h3
{
font-size: 9pt; font-weight: normal;}


p.titel
{
color: #313131;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

p.titel_2
{
color: #000000;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12pt;
}

p.titel_3
{
color: #000000;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11pt;
}


span.Stil1
{
color: #FFF594;
font-weight: bold;
}

span.Stil2
{
color: #;
font-weight: bold;
font-size: 12pt;
}

span.klein
{
font-size: 9pt;
}


/* Links definieren ------------------------------------------------------------------------------------------------*/

A
{color: #000000; text-decoration: none;}

A:hover
{color: #2469B6; text-decoration: underline;}

A:active 
{color: #535353; text-decoration: none;}


/* Haupttabelle definieren ------------------------------------------------------------------------------------------------*/

table.grund
{
width:920px;
height:464px;
table-border:0;
background-color: #ffffff;
background-image:  url("../images/layout/layout_ind.jpg");
background-repeat: no-repeat;
}

