body		{
		font-family: Garamond, Times New Roman, serif;
                 font-size: 12pt;
                 color: black;
                 }

.content		{
	position: absolute;
	top: 180px;
	left: 299px;
	width: 600px;
	z-index: 10;
	text-align: left;
                 }

.content .h-blau	{
		color: #2B4576;
                 font-size: 18pt;
                 font-weight: bold;
                 }

.content .h-gruen{
		color: #438730;
                 font-size: 14pt;
                 font-weight: bold;
                 }

.content .title{
		color: #438730;
                 text-align: center;
                 }

.content a       {
                 text-decoration: none;
                 color: grey;
                 }

.content a:hover {
                 text-decoration: underline;
                 color: black;
                 }

.content .headline	{
                 position: static;
                 width: 100%;
                 color: #438730;
                 background: #D7D7D7;
                 font-weight: bold;
                 font-size: 14pt;
		padding: 2px 5px 2px 5px;
                 }

.content .headline-blau	{
                 position: static;
                 width: 100%;
                 color: #2B4576;
                 background: #D7D7D7;
                 font-weight: bold;
                 font-size: 14pt;
		padding: 2px 5px 2px 5px;
                 }

.content .text	{
                 position: static;
                 width: 100%;
		padding: 10px 5px 15px 5px;
                 }

.nav-left 	{
                 position: absolute;
                 top: 230px;
                 left: 70px;
                 width: 160px;
                 z-index: 10;
                 }

.nav-left td 	{
                 text-align: center;
                 font-weight: bold;
                 padding-top: 7px;
                 }

.nav-left a 	{
                 text-decoration: none;
                 color: #2B4576;
                 }

.nav-left a:hover	{
                 text-decoration: none;
                 color: grey;
                 }

.bg-table  	{
                 position: absolute;
                 top: 10px;
                 left: 50px;
                 float: center;
                 }

.logo            {
                 position: absolute;
                 top: 26px;
                 left: 101px;
                 z-index: 10;
                 }

