body {
//	background-repeat: repeat-y;
//	background-image: url(\'../images/bg1.gif\');
	color: black;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}

#kopf
{
	position: absolute;
	left: 220px;
	top: 0px;
	width: 600px;
        height: 44px;
        border-bottom: 4px solid black;
}

#linie
{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#menuebereich
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
	z-index: 3;
        margin-left: 0px;
        margin-bottom: 0px;
}

#menue
{
	position: relative;
	left: -26px;
}


#inhalt
{
	position: absolute;
	left: 220px;
	top: 100px;
	width: 300px;
	z-index: 255;
}

#aktuelles
{
	position: relative;
	left: 550px;
	top: 100px;
	width: 250px;
	z-index: 200;
}

table.ak
{
	width: 250px;
	height: 300px;
	text-align: center;
	border: solid 1px #ecb6cb;
}

td.ak2
{
	background-color: #fae3ec;
	height: 20px;
}

.farbe
{
	color: #d51761;
}

td.ak1
{
	font-size: 90%;
	background-color: white;
	text-align: left;
        padding-left: 10px;
        padding-right: 10px
}

h2 
{
	font-size: 120%;
	color: #7B7676;
	text-align: center;
}

h1,.ueberschrift1
{
	font-size: 150%;
	color: black;
	font-weight: bold;
}

.ueberschrift2
{
	font-size: 130%;
	color: black;
	font-weight: bold;
}

a
{
	color: #d51761;
}

.fett
{
	font-weight: bold;
}

a.fett
{
	font-size: 110%;
	font-weight: bold;
}

.navi
{
	text-decoration: none;
}

ul.navi 
{
	list-style-type: square;
	list-style-position: outside;
	lline-height: 200%;
}

li.navi2 
{
	list-style-image: none;
	list-style-type: none;
	lline-height: 200%;
	margin-top: 0pt
}

li
{
        margin-top: 10pt;
}	


