﻿html, body, textarea
{ 
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: Black;
    font-size: 10pt; 
}
ul
{
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: Black;
    font-size: 10pt; 
}
h1
{
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: #808080;
    font-size: 14pt;
    font-weight: normal;
}

h2
{
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: #808080;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 2.5em;
    margin-bottom: 0.25em;
}

h3
{
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: #808080;
    font-size: small;
}

h4
{
    font-family: Arial, Helvetica, Univers, sans-serif;
    color: #808080;
    font-size: xx-small;
}

a:link 
{ 
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a:active 
{
	text-decoration: underline;
}

a:focus 
{
	text-decoration: underline;
}

.trennergelb
{
	width: 100%; height: 3px; background-color: #ffcc00;
}

.trennerweiss
{
	width: 100%; height: 10px; background-color: White;
}

.topmenu
{
	width: 100%;
	border: none;
	background-color: #808080;	
	color: White;
	table-layout: fixed;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topmenu td
{
	text-align: center;
	vertical-align: middle;	
	border-left: solid thin White;
}

.topmenu td:first-child
{
	border-left: none;
}

.topmenu a
{
	color: White;
}

.maintab
{
	width: 100%; 
	border: none;	
}

.sidemenu
{
	width: 110px;
	vertical-align: top;
	background-color: #808080;
	padding: 3px 3px 3px 3px;
}

.content
{
	vertical-align: top;
	border-top: solid 2px #ffcc00;
	border-right: solid 2px #ffcc00;
	border-bottom: solid 2px #ffcc00;
	padding: 0px 5px 5px 15px;
	height: 200px;
}

.content li
{
	padding-top: 15px;
	margin-left: 0em;
	padding-left: 0em;
}

.content li:first-child
{
	padding-top: 0px;
}

.content ul
{
	margin-left: 1.5em;
	padding-left: 0em;
}

.content a:link
{
	color: #808080;
}

.content a:visited
{
	color: #808080;
}
  
.navlist
{
	list-style-type: none;
	padding-left: 3px;
}

.navlist li
{
	padding-top: 10px;
}

.subnavlist a
{
	color: White;
}

.sidemenu a
{
	color: White;
}

.footer
{
	width: 100%;
	border: none;
	table-layout: fixed;
}

.footer td
{
	text-align: right;
}

.footer a
{
	color: Gray;	
}

.active > a
{
	color: #ffcc00;
}