body{
      font-family: Verdana, Arial, sans-serife;
      font-size: 11px;
      background-color: #bce6b3;
      text-align:justify;
      line-height:14pt;
}

img{
        border: 0px;
}

#main_div{
        background-image:url(../images/schatten_main_div.png);
        background-repeat: repeat;
        }

#menu_div{
      background-image:url(../images/menu.png);
        }

#menu_schatten{
      background-image:url(../images/menu_schatten_unten_weiss.gif);
        }

#fuss_div{
        background-image:url(../images/fuss_zeile.png);
      background-repeat: repeat;
        }

#fuss_schatten_div{
        background-image:url(../images/schatten_fusszeile.png);
      background-repeat: repeat;
        }

div.button_link a{
        text-decoration: none;
        background-image:url(../images/button.jpg);
        background-repeat:no-repeat;
      color: black;
      font-size: 14px;
      font-weight: bold;
      cursor:pointer;
        }

div.button_link a:hover{
        text-decoration: none;
        background-image:url(../images/button_hover.jpg);
        background-repeat:no-repeat;
        cursor:pointer;
        }

div.button_link a:active{
        text-decoration: none;
        background-image:url(../images/button_active.jpg);
        background-repeat:no-repeat;
        cursor:pointer;
        }

#fuss_info a{
      text-decoration: none;
      font-size: 11px;
      color: black;
      padding-left: 8px;
      font-weight: bold;
        }
a{
      text-decoration: none;
      border:0 none;
	cursor:pointer;
	outline:0 none;
}

.ueberschrift{
color:white;
font-size:2px;
height:10px;
top:-6px;
position:relative;
}

.breadcrumb_link{
      color:#000000;
      text-decoration:underline;
}