﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content
{
    position: absolute;
    width: 580px;
    height: 600px;
    top: 90px;
    left: 300px;
    z-index: 10;
}

#headline
{ 
    position: absolute;
    width: 900px;
    height: 70px;
    z-index: 1;
    left: 10px;
    top: 10px;
    background-image: url(../img/image2585.png);
    background-repeat: no-repeat;
 }

.Titel{
	position: absolute;
	left: 120px;
	top: 18px;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
}


#Inhalt
{
    position: absolute; 
    width: 900px; 
    height: 800px; 
    z-index: 1; 
    left: 10px; 
    background-image:url(../img/image2583.png);
    background-repeat:no-repeat; 
    top:90px;
}

#sidebar
{
    position: absolute; 
    top: 89px; 
    width: 50px; 
    height: 100%; 
    z-index: 1
}

#menue
{
    position: absolute; 
    top: 90px; 
    left:65px; 
    width: 230px; 
    height: 740px; 
    z-index: 10
}

#copyright
{
    font-size:8pt; 
    color:blue; 
    position:absolute; 
    bottom:10px; 
    left:20px;
}

ul
{
    margin-top: 50px;
    list-style-type: square;
}

li
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 50px;
    color: Blue;
}

li.active
{
    color: Teal;
}

a
{
    text-decoration: none;
    color: black;
}

a:active
{
    text-decoration: none;
    color: black;
}

a:hover
{
    text-decoration: none;
    color: black;
}

a:visited
{
    text-decoration: none;
    color: black;
}

h1
{
    font-size: 14pt;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: groove;
    border-bottom-color: #0033CC;
    border-bottom-width: 2px;
}

h2
{
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p
{
    font-size: 10pt;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

