BODY {
        color : black;
        font-family : Verdana, Arial, Helvetica, sans-seri;
        margin : 0px;
        padding : 0px;
        background-color : #EEE8AA;
}
H1 {
        font-style: italic;
}
H2 {
        margin: 10px;
}
A:LINK, A:VISITED {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER {
        color : Navy;
        text-decoration : underline;
}
UL.standard {
	font-size: x-small;
	margin-left : 40px;
	list-style-type : circle;
}
OL.standard {
	font-size: x-small;
	margin-left : 60px;
	margin-top : -5px;
	margin-bottom : 0px;
}
p {
        margin : 10px;
}
p.unten{ 
	font-size: xx-small;
	text-align: center;
 }
th{
	background-color: Silver;
	vertical-align: top;
	font-size: x-small;
	font-weight: bold;
	f
}
td.navleftactive{
        background-color: White;
        border-top : 1px solid Black;
        font-size : x-small;
        border-left : 4px solid #EEE8AA;
}
td.navleftinactive{
        background-color: #EEE8AA;
        border-top : 1px solid Black;
        font-size : x-small;
        border-left : 4px solid #EEE8AA;
}
td.navleftsubactive{
        background-color: White;
        font-size : xx-small;
        margin-left : 20px;
}
td.navleftsubinactive{
        background-color: #EEE8AA;
        font-size : xx-small;
        border-left : 10px solid #EEE8AA;
}
td.head{
	color : Navy;
	font-size : x-large;
	font-style : italic;
	font-weight : bold;
	background-color: #EEE8AA;
	height : 10px;
}
td.navtop{
        background-color : #EEE8AA;
        height : 10px;
}
td.tabactive{
        background-color: White;
        border : 1px solid Black;
        border-bottom : none;
        font-size : x-small;
        text-align : center;
        width : 60px;
}
td.tabinactive{
        background-color: #EEE8AA;
        border : 1px solid Black;
        font-size : x-small;
        text-align : center;
        width : 60px;
}
td.tabspace{
        background-color: #EEE8AA;
        border-bottom : 1px solid Black;
}
td.content{
        background-color: White;
        font-size : smaller;
        border-left : 1px solid Black;
		vertical-align: top;
}
td.conttable{
	background-color: #FFFFF0;
	font-size : xx-small;
	border-top : 1px solid Gray;
	vertical-align: top;
}
td.footer {
        font-size : xx-small;
        text-align : right;
        border-left : 1px solid Black;
        background-color : White;
}