@charset "ISO-8859-1";

body
{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 background-image: url(../media/header.jpg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 font-size: 13px;
 line-height: 1.5em;
 color: #595959;
}

/* LAYOUT CSS */
/*******************************************/

#apMenu
{
 position:absolute;
 left:56px;
 top:260px;
 width:216px;
 height:462px;
 z-index:1;
 text-align: left;
 text-decoration: none;
 color:#B72025;
}

#apMenu a
{
 text-decoration:none;
 color:#777;
}

.menulink
{
 line-height:1.3em;
 padding-top:2px;
 padding-bottom:10px;
 padding-left:10px;
}

#apMenu a:hover
{
 text-decoration:none;
 color:#B72025;
}

#apTitel
{
 position:absolute;
 left:277px;
 top:238px;
 width:243px;
 height:48px;
 z-index:2;
 font-size: 1.3em;
 color: #B72025;
 text-align: right;
}

#apContent
{
 position:absolute;
 left:551px;
 top:240px;
 width:410px;
 height:330px;
 z-index:3;
 overflow: visible;
}

#apImg
{
 position:absolute;
 left:277px;
 top:294px;
 width:243px;
 height:275px;
 z-index:4;
 text-align:right;
}

/*******************************************/


a, a:hover, a:active, a:visited
{
 text-decoration:none;
 color:#B72025;
}

p
{
 padding-top:0;
 margin-top:0;
 text-align: left;
}

img { border:none; }

.textauszeichnung
{
 font-weight:bold;
 font-style:italic;
}

li
{
 padding-bottom:8px;
 line-height:1.1em;
}

.rotfett
{
 color: #B51E19;
 padding-left:0
}

