.titel
{
    color: #EEEEEE;
    font-size: 30px;
    font-style: italic;
}

h1
{
    color: #EEEEEE;
    font-size: 20px;
    font-style: italic;
    padding:5px;
}

h2
{
    color: #EEEEEE;
    font-size: 16px;
    font-style: italic;
    padding:5px;
}

p
{
    color: #EEEEEE;
    font-size: 14px;
    padding:5px;
}

ol
{
    list-style-type:lower-latin;
    color: #EEEEEE;
    font-size: 14px;
}
TD.form
{
    color: #EEEEEE;
    font-size: 14px;
    padding:5px;
}
A:link
{
    font-size: 14px;
    color: #EEEEEE;
    text-decoration: none;
}

A:visited
{
    font-size: 14px;
    color: #EEEEEE;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}

TD.nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align:middle;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-color: #4B6eE7;
	font-weight: bolder;
}

TD.nav a:hover, a:active {
background-color: #BA7771;
color: #FFFFFF;
background-repeat: no-repeat;
}

TD.nav_active {
	background-color: #BA7771;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	font-weight: bolder;
}





































































































