body 
{

        text-align: center;
        background-image: url(bilder/lines2.gif);
        background-position: bottom right;
        background-repeat: repeat-x;
        background-color: #6699CC;
        position: relative;
        overflow: fixed;
        padding: 5%;
}


img.bilder
{
border: none;
position: relative;
z-index: 3;
width: 100px;
}

img.text
{

border: none;
position: relative;
z-index: 3;
vertical-align: bottom;
float: right;
width: auto;
max-height: 290px;
max-width: 450px;
margin-left: 20px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
}



table
{
position: relative;
z-index: 2;
border-width: 0px;
width: 60%;
text-align: left;
margin-left: auto;
margin-right: auto;
}


div.title
{
position: relative;
z-index: 3;
position:relative;
left:0px;
font-family: helvetica, arial, sans-serif;
font-size: 25px;
}

div.title2
{
position: relative;
z-index: 3;
font: helvetica, arial;
font-family: helvetica, arial, sans-serif;
font-size: 20px;
min-height: 30px;
}


i
{
font-size: 12px;
}


div.text1
{

position: relative;

z-index: 3;
min-height: 30px;
background-color: #99CCFF;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}

div.text2
{
position: relative;
overflow: auto;
z-index: 3;
background-color: #99CCFF;
min-height: 300px;
max-height: 300px;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
}


div.text3
{
position: relative;

z-index: 3;
background-color: #FFFF99;
min-height: 80px;
font-size: 12px;;
font-family: helvetica, arial, sans-serif;
}

div.menu
{
position: relative;
z-index: 3;
font: helvetica, arial;
font-family: helvetica, arial, sans-serif;
background-color: #CCCC66;
font-size: 14px;
}


a:link
{
border: none;
color: black;
text-decoration: none;
}
a:visited
{
color: black;
text-decoration: none;
}

a:hover
{
color: blue;
text-decoration: underline;
}

hr
{
position: relative;
z-index: 3;
background-color:black; /* Mozilla 1.4 */
color:black; /* IE 6 */
border:black; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */

/*thx ueli */
}