* {
  font-family: Arial, Helvetica, sans-serif;
}
div.startseite
{
   position:absolute;
   width:650px;
   height:460px;
   z-index:1;
   left:50%;
   top:0px;
   margin: 50px 0px 0px -325px;
   padding:0px 0px 0px 0px;
   cursor:pointer;
            border:1px none #FFFFFF;
}
div.startahx, div.startakx
{
  position:absolute;
  font-size:11px;
  font-weight:bold;
  height:70px;
  width:160px;
  border: 1px none #000000;
  color:#000000;
  top: 360;
}

div.startahx
{
  z-index:20;
  left: 270;
}
div.startakx
{
  z-index:21;
  left: 470;
}

a {
    font-size: 11px;
    color: #336633;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

div.start-top
{
   position:absolute;
            left:0px;
            top:0px;
            width:100%;
            height:155px;
            border:0px none #000000;
}
div.start-middle
{
   position:absolute;
            left:0px;
            top:155px;
            width:100%;
            height:154px;
            border:0px none #000000;
}
div.start-bottom
{
   position:absolute;
            left:0px;
            top:309px;
            width:100%;
            height:151px;
            border:0px none #000000;
}

div.start-bottom a, div.start-middle a, div.start-top a
{
  display:inline;
        height:100%;
        top:0px;
        border:0px none #FFFFFF;
  background-repeat:no-repeat;
  background-position:left top;
        text-decoration:none;
}
a.start-top-left
{
  background-image:url(/graphics/layout/start-top-left.jpg);
  position:absolute;
        width:248px;
        left: 0px;
}
a.start-top-center
{
  background-image:url(/graphics/layout/start-top-center.jpg);
  position:absolute;
        width:201px;
        left:248px;
}
a.start-top-right
{
  background-image:url(/graphics/layout/start-top-right.jpg);
  position:absolute;
        width:201px;
        left:449px;
}



a.start-middle-left
{
  background-image:url(/graphics/layout/start-middle-left.jpg);
  position:absolute;
        width:248px;
        left:0px;
}
a.start-middle-center
{
  background-image:url(/graphics/layout/start-middle-center.jpg);
  position:absolute;
        width:201px;
        left:248px;
}
a.start-middle-right
{
  background-image:url(/graphics/layout/start-middle-right.jpg);
  position:absolute;
        width:201px;
        left:449px;
}



a.start-bottom-left
{
  background-image:url(/graphics/layout/start-bottom-left.jpg);
  position:absolute;
        width:248px;
        left:0px;
}
a.start-bottom-center
{
  background-image:url(/graphics/layout/start-bottom-center.jpg);
  position:absolute;
        width:201px;
        left:248px;
}
a.start-bottom-right
{
  background-image:url(/graphics/layout/start-bottom-right.jpg);
  position:absolute;
        width:201px;
        left:449px;
}
body
{
  margin:0px;
        background-color:#FFFFFF;
}
