/*-------------------------------------------------*/
body, html
{
   font-size: 82%;
   font-family: verdana, arial;
   height: 100%;
   margin: 0;
   padding: 0;
   text-align: center;
   background-color: #BAD0FF;
   line-height: 130%;
}

/*-------------------------------------------------*/
table
{
   font-family: verdana, arial;
}

/*-------------------------------------------------*/
h1
{
    font-size: 150%;
    line-height: 140%;
    font-family: arial, verdana;
    color: red;
}

/*-------------------------------------------------*/
h2
{
    font-size: 140%;
    line-height: 140%;
    font-family: arial, verdana;
    color: red;
}

/*-------------------------------------------------*/
h3
{
    font-size: 100%;
    line-height: 100%;
    font-family: verdana, arial;
    color: #000;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
}

/*-------------------------------------------------*/
h4
{
    font-size: 100%;
    line-height: 100%;
    font-family: arial, verdana;
    color: #000;
    margin: 0px;
    padding: 7px 10px 3px 10px;
    font-weight: bold;
}

/*-------------------------------------------------*/
h5
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 100%; 
   font-weight: bold; 
   color: #000000; 
   margin: 0px;
   padding: 0px;
}

/*-------------------------------------------------*/
.gelber_hintergrund
{
    background-color: #FBF5DC;
    margin-bottom: 3px;
    padding: 10px;
}
