

body {
        background-color:#FFFFE0;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-style : normal;
}

td {
	        font-size : 10pt;
        font-style : normal;
	color : Black;
	border : none;
	
}

LI {
	list-style-type : square;
}

H1 {
	text-align : center;
	font-family : sans-serif;
	font-style : normal;
	font-weight : bold;
}

UL {
	font-family :  Geneva, sans-serif;
	text-indent : -8px;
	margin-left : 1cm;
}


A:link {
	color : Black;
	list-style-type : square;
	text-decoration: underline;
}


A:hover{
	color : Black;
	font : italic bold larg;
	text-decoration : none;
}

A:active{
	color : Black;
	font : italic;
	text-decoration : none;
}

A:visited{
      color : Black;
list-style-type : square;
	text-decoration:none;

}


.upunkt{
	
	list-style : circle inside;
	padding-top : 15px;
	
	text-indent : -10px;
	margin-left : 1cm;
}

.menuespalte {
        width: 158px;
        padding: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: darkblue;
        float: left;
        background-color: #FFC0CB;
}



.rubrik {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: White;
        background-color: Maroon;
        border: darkblue;
        border-style: solid;
        border-width: 1px;
        padding:2px;
        margin-bottom:5px;
        margin-top:5px;
}

a.rubrik {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: White;
        background-color: Maroon;
        border: darkblue;
        border-style: solid;
        border-width: 1px;
        padding:2px;
        margin-bottom:5px;
        margin-top:5px;
        width : 151px;
}

a.rubrik:link {
                color:white;
                text-decoration:none;}

a.rubrik:visited-old {
                color:blue;
                text-decoration:none;}

a.rubrik:hover {
                color:maroon;
                background-color:white;
                text-decoration:none; }

a.rubrik:active {
                color:yellow;
                background-color:#AA0033;
                text-decoration:none; }


.spalte {
                text-align : left;
                font-family: Times New Roman, Times, serif;
                font-size: 12pt;
                font-style: normal;
                font-weight: normal;
                padding-left : 3%;
                padding-right : 3%;
                width : 70%;
                float : left;
                }

.initial {
                font-family: Times New Roman, Times, serif;
                font-size: 34px;
                font-weight: bold;
                color: black;
                float : left;
        }

.headline {
                text-align : left;
                font-family: Times New Roman, Times, serif;
                font-size: 16pt;
                font-style: normal;
                font-weight: bold;
                border-left: 1px solid darkblue;
                border-bottom: 1px solid darkblue;
                padding:8px;
                width: 100%;
                }

.subtitle {
	text-align : center;
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
		padding:8px;
	width: 100%;
	text-decoration : underline;
}

.tabelle {
        border : groove;
        border-color : Gray;
}