/* #############################################################################*/
/* Seitenformatierungen */
/* #############################################################################*/

body
{
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}


/* #############################################################################*/
/* Formatierung des Fliesstextes */
/* #############################################################################*/

.standard
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 16pt;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #EE1C25;
	line-height: 24pt;

}

/* #############################################################################*/
/* Positionierung und Eigenschaften der Layer */
/* #############################################################################*/

#header
{
	position:absolute;
	left:193px;
	top:61px;
	height:90px;
	width: 545px;
	overflow:hidden;
	z-index: 1;

}

#content 
{
	position:absolute;
	left:218px;
	top:199px;
	width: 533px;
	overflow:visible;
	z-index: 2;
}

#unternavi
{
	position:absolute;
	left:31px;
	top:282px;
	width:172px;
	overflow:hidden;
	z-index: 3;
}

#balken
{
	position:absolute;
	left:192px;
	top:206px;
	width: 2px;
	height: 350px;
	overflow:hidden;
	z-index: 4;
	background-color: #666666;



}

/* #############################################################################*/
/* Formatierung der Links */
/* #############################################################################*/

a:link{
    /*text-decoration: none;*/
    color: #000000;
    }
a:visited{
    /*text-decoration: none;*/
    color: #000000;
    }
a:hover{
    /*text-decoration: none;*/
    color: #000000;
    }
a:active{
    /*text-decoration: none;*/
    color: #000000;
    }

/* #############################################################################*/
/* Listenformatierung und -Eigenschaften */
/* #############################################################################*/

UL 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	list-style-type: square;
	line-height: 16pt;	
}
