BODY
{
    font-family: georgia, "times new roman", times, serif;
    line-height: 1.5em;
    background-color: #FFFFFF;
}

P
{
    font-size: 1em;
    margin-left: 40px;
}

P.center
{
    text-align:center;
}

P.right
{
    text-align:right;
}

P.left
{
    text-align:left;
}


PRE
{
    margin-left: 40px;
}

UL,OL
{
    margin-left: 80px;
}

UL OL, OL UL, OL OL, UL UL
{
    margin-left: 50px;
}

IMG
{
    border: 0px solid white;
}

IMG.right
{
    float:right;
}

IMG.left
{
    float:left;
}


TABLE
{
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: smaller;
    margin-left: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #FF0000;
}

TH
{
 	  background-color:#FF0000;
		color:#FFF3D1; 
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #FF0000;
    padding: 5px;
}

TD
{
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: #FF0000;
    margin: 0px;
    padding: 5px;
}

UL
{
    list-style-image: url(../pictures/bullet1.gif);
}

UL UL
{
    list-style-image: none;
    list-style-type: circle;
}

H1
{
    color: #000000;
    font-size: 1.7em;
    line-height: 1.05em;
    font-weight: normal;
    border-bottom: 1px solid #0D6B04;
    padding-bottom: 0.1em; 
}

H2
{
    font-weight: normal;
    font-size: 1.5em; 
    margin-top: 1em;
    margin-bottom: 1em; 
}

H3
{
    font-weight: normal;
    font-size: 1.3em; 
    margin-top: 1em;
    margin-bottom: 1em; 
}

.maintext
{
    position: relative; 
    width: 670px; 
    text-align: left;
    margin-left: auto;
    margin-right: auto;    
}

.right
{
    text-align:right;
}

.left
{
    text-align:left;
}

.dicht
{
  font-style: italic;
  text-align: center;
  margin-left: 40px;
  color: red;
}

.center
{
  text-align: center;
}

