/* CSS Document */

html, body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
}

.divObenNavigation
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	font-size: 8pt;
}

.divObenNavigation a 
{
	color: #FFF;
	text-decoration: none;
}

.divObenNavigation a:hover, a:active
{
	color: #FFF;
	text-decoration: underline;
}

.divMitteLinks
{
	background-color: #B9CB00;
	padding-top: 5px;
}

.divMitteContent
{
	color: #000;
}

.divMitteContent h1 
{
	color: #B9CB00;
	font-size: 20px;
}

.divMitteContent h2 
{
	color: #B9CB00;
	font-size: 18px;
}

.divMitteContent h3 
{
	color: #B9CB00;
	font-size: 16px;
}

.divMitteContent b, strong 
{
	color: #58585A;
}

.divMitteContent a
{
	color: #B9CB00;
	text-decoration: underline;
	font-weight: bold;
}

.divMitteContent .noline 
{
	color: #B9CB00;
	text-decoration: none;
	font-weight: bold;
}

.divMitteRechts
{
	color: #B9CB00;
	font-size: 8pt;
}

.divMitteRechts a
{
	color: #B9CB00;
	text-decoration: none;
}

.divMitteRechts a:hover, a:active
{
	text-decoration: underline;
}

.divUnten
{
	color: #000000;
}

.error 
{
	color: #FF0000;
	font-weight: bold;
}







