a {
zoom: 1;
}


div>a.inhalte_ohne:link, div>a.inhalte_ohne:visited {
    float: left;
    width: 170px;
    height:auto;
    background: #FDF9E7;
    text-align: center;
    margin: 5px;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    border: 1px solid #FDF2C1; 
}

div>a.inhalte_ohne:focus, div>a.inhalte_ohne:hover, div>a.inhalte_ohne:active {
    float: left;
    width: 170px;
    height:auto;
    background: #FFDF5F;
    text-align: center;
    margin: 5px;
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    border: 1px solid #FDF2C1; 
}


a._intern:link, a._intern:visited {
    background: url("../imagefix/link_intern.gif") no-repeat top left;
    padding-left: 16px; 
    text-decoration: underline;
}

a._intern:focus, a._intern:hover, a._intern:active {
    background: url("../imagefix/link_intern_over.gif") no-repeat top left;
    padding-left: 16px;
    text-decoration: underline;
}

a._extern:link, a._extern:visited {
    background: url("../imagefix/link_extern.gif") no-repeat top left;
    padding-left: 16px; 
    text-decoration: underline;
}

a._extern:focus, a._extern:hover, a._extern:active {
    background: url("../imagefix/link_extern_over.gif") no-repeat top left;
    padding-left: 16px;
    text-decoration: underline;
}

a._pdf:link, a._pdf:visited {
    background: url("../imagefix/acrobat.gif") no-repeat top left;
    padding-left: 18px; 
    text-decoration: underline;
}

a._pdf:focus, a._pdf:hover, a._pdf:active {
    background: url("../imagefix/acrobat.gif") no-repeat top left;
    padding-left: 18px;
    text-decoration: underline;
}

a._map:link, a._map:visited {
    background: url("../imagefix/map.gif") no-repeat top left;
    padding-left: 18px; 
    text-decoration: underline;
}

a._map:focus, a._map:hover, a._map:active {
    background: url("../imagefix/map.gif") no-repeat top left;
    padding-left: 18px;
    text-decoration: underline;
}


/* --------------------- Hauptavigation  ---------------------------------------------*/



ul.navi {
    list-style: none;
    text-align: center;
}

li.navi {
display: inline; 
}

ul.navi li a{           
    padding: 3px 20px; 
    text-decoration: none;
    font-weight: bold;
}

ul.navi a{
    font-weight: bold;
}
ul.navi li a:link, ul.navi li a:visited{
    padding: 3px 20px; 
    text-decoration: none;
    color: #330000;
    background: #fceba1;
    background: #C6EA9E;
    font-weight: bold;
}

ul.navi li a:hover, ul.navi li a:focus {
    padding: 3px 20px; 
    text-decoration: none;
    color: #330000;
    background: #67BC16;
    background-image: url("../imagefix/positionspfeile_links.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    font-weight: bold;
}

a.selectednavi, a.selectednavi:link, a.selectednavi:visited, a.selectednavi:hover, a.selectednavi:focus{
    padding: 3px 20px; 
    text-decoration: none;
    color: #330000;
    background: #67BC16;
    background-image: url("../imagefix/positionspfeile_links.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    font-weight: bold;
}




/* --------------------- Links---------------------------------------------*/

a:link, a:visited {
    color: #330000;
    background-color: transparent;
    text-decoration: none;
    border: 0 none;
    font-weight: bold;
}

a:focus, a:hover, a:active {
    color: #330000;
    background-color: transparent;
    text-decoration: underline;
    border: 0 none;
    font-weight: bold;
}


a:link.link_bildergalerie, a:visited.link_bildergalerie {
    color: #003366;
    background-color: transparent;
    text-decoration: none;
    border: 0 none;
    font-weight: bold;
    background-image: url("../imagefix/link_bildergalerie.gif");
    background-repeat: no-repeat;
    background-position: 0 0 ;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 14px 70px;
}

a:focus.link_bildergalerie, a:hover.link_bildergalerie, a:active.link_bildergalerie {
    color: #003366;
    background-color: transparent;
    text-decoration: underline;
    border: 0 none;
    font-weight: bold;
    background-image: url("../imagefix/link_bildergalerie_over.gif");
    background-repeat: no-repeat;
    background-position: 0 0 ;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 14px 70px;
}


a.navianker:link, a.navianker:visited, a.navianker:focus, a.navianker:hover, a.navianker:active {
    color: #fffae7;
}

.unterstrichen {
    text-decoration: underline;
}

a.unterstrichen:link, a.unterstrichen:visited {
    text-decoration: underline;

}

a.unterstrichen:focus, a.unterstrichen:hover, a.unterstrichen:active {
    text-decoration: underline;
}


/*  IE 7   */
.space {
word-spacing: 0;
}


a.seite:link, a.seite:visited {
    padding: 3px 10px; 
    color: #330000;
    background-color: #fceba1;
    text-decoration: none;
    font-weight: normal;
}

a.seite:focus, a.seite:hover, a.seite:active {
    padding: 3px 10px;
    color: #330000;
    background-color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
}

a.selectedseite {
    padding: 3px 10px;
    color: #330000;
    background-color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
}

a.normal:link, a.normal:visited {
    color: #330000;
    background-color: #ffffcc;
    font-weight: bold;
    text-decoration: none;
}

a.normal:focus, a.normal:hover, a.normal:active {
    color: #cc6600;
    background-color: #ffffcc;
    font-weight: bold;
    text-decoration: none;
}

a.weiterlesen:link, a.weiterlesen:visited {
    padding: 0.1em 1.0em 0.1em 1.0em;
    background-color: #fce99f;
    border: 1px solid #FF9900;
    color: #000;
}

a.weiterlesen:focus, a.weiterlesen:hover, a.weiterlesen:active {
    padding: 0.1em 1.0em 0.1em 1.0em;
    background-color: #FFDF5F;
    border: 1px solid #FF9900;
    color: #000;
}

a.navi {
    color: #330000;
    background-color: transparent;
    text-decoration: none;
}

a.navi:link, a.navi:visited {
    color: #330000;
    background-color: transparent;
    text-decoration: none;
}

a.navi:focus, a.navi:hover, a.navi:active {
    color: #330000;
    background-color: transparent;
    text-decoration: none;
}

a.breadcrumb_link:link, a.breadcrumb_link:visited {
    color: #330000;
    background-color: transparent;
    text-decoration: none;
}

a.breadcrumb_link:focus, a.breadcrumb_link:hover, a.breadcrumb_link:active {
    color: #330000;
    background-color: transparent;
    text-decoration: underline;
}

/* Bilderlinks */
img.noborder {
  border: none 0;
}

/* Infolink */
a.info, a.info:link, a.info:visited {
  position: relative;
  color:#000;
  text-decoration:none;
}

a.info:focus, a.info:hover, a.info:active {
  color:red;
  background: transparent;
}

a.info span {
  display: none;
  text-decoration: none;
}

a.info:hover span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  color:#ffffff;
  background:#000099;
}

a.abc:link, a.abc:visited {
  color: #666;
  text-decoration: underline;
  background-color: #fff;
}

a.abc:focus, a.abc:hover, a.abc:active {
  color: #000;
  text-decoration: underline;
  background-color: #FFDF5F;
}
