﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat:no-repeat;
	background-position: 240px 50px;

}

h1 { font-size: 25px; }

h2
{
	font-size: 18px;
	color: #526086;

}

h3
{
	font-size: 16px;
	color: #526086;
	text-align: center; }
	
p {padding: 5px;}
p.gross
{
	font-size: large;
	font-weight:bold;
}

p.blau
{
	color: #526086;
	font-weight:bold;
}

p.rechts
	{
	text-align:right;
}

p.center
	{
	text-align:center;
	font-size: 12px;
}

p.style4 {
	color: #FFFFFF;
}

a {
	font-size: small;
	font-weight:bold;
	color: #87A49F;
	text-decoration:none;
}
a:visited {
	font-size: small;
	font-weight:bold;
	color: #87A49F;
	text-decoration:none;
}
a:active {
	font-size: small;
	font-weight:bold;
	color:  #87A49F;
	text-decoration:underline;
}
a:hover {
	font-size: small;
	font-weight:bold;
	color: #FF9900;
	text-decoration:underline;
}


.style1 {
	color: #526086;
	font-weight:bold;
}


.style2 {
	text-align: center;
}


.style3 {
	margin-left: 20px;
	margin-right: 20px;
}

p.style4 {
	color: #FFFFFF;
}



table {

		border-collapse: separate;
		border: 1px solid #CCCCCC; 
		width: 300px; 
		}
		
th {
	text-align: left; 
	color: #808080;
	border: 1px solid white;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: normal; }


td {
         text-align: left; 
         border: 1px solid white;
         background-color: #CCCCCC; 
        font-family: Arial, sans-serif;
		font-size: small;
		font-weight: normal; }
 }  



#navcontainer { width: 159px;}  

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 145px;
background-color:#526086;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #C8CEDD;
color: #fff;
}
