/* Links für Modell-Art */

/*  LINKS    */
a {
  color:#000080;
  text-decoration: none;
}

a.visited, a:visited{
  color:#551A8B;
  text-decoration: none;
}

a:hover {
 color:#000000;
 text-decoration: underline;
}

/* EXTERNER LINK STARTSEITE */
a.newslinkextern{
 text-decoration: none;
 font-weight: bold;
 padding-right: 18px;
 background-image: url(../pics/gif/externk.gif);
 background-repeat: no-repeat;
 background-position: right;
}
a.newslinkextern:link{
 text-decoration:none;
 font-weight:bold;
 color:#004080;
}
a.newslinkextern:visited{
 text-decoration:none;
 font-weight:bold;
 color:#004080;
}
a.newslinkextern:hover{
 text-decoration:underline;
 font-weight:bold;
 color:#0080FF;
}
a.newslinkextern:active{
 text-decoration:none;
 font-weight:bold;
 color:#000080;
}

/* INTERNER LINK STARTSEITE */
a.newslinkintern{
 text-decoration: none;
 font-weight: bold;
 padding-right: 18px;
 background-image: url(../pics/gif/internk.gif);
 background-repeat: no-repeat;
 background-position: right;
}
a.newslinkintern:link{
 text-decoration:none;
 font-weight:bold;
 color:#004080;
}
a.newslinkintern:visited{
 text-decoration:none;
 font-weight:bold;
 color:#000080;
}
a.newslinkintern:hover{
 text-decoration:underline;
 font-weight:bold;
 color:#0080FF;
}
a.newslinkintern:active{
 text-decoration:none;
 font-weight:bold;
 color:#000080;
}

a.newslinks:link{
 text-decoratin: none;
 font: italic bold 1em verdana, sans-serif;
 color: #000000;
 padding: 2px 5px 2px 5px;
}
a.newslinks:hover{
 text-decoration: none;
 background-color: #40A9F7;
 color: #000000;
 padding: 2px 5px 2px 5px;
}
a.newslinks:active{
 text-decoration: none;
 background-color: #40A9F7;
 color: #ffffff;
 padding: 2px 5px 2px 5px;
}
a.newslinks:visited{
 text-decoration: none;
 color: #000000;
 padding: 2px 5px 2px 5px;
}
/* NACH OBEN LINK EIGENSCHAFTEN */
a.nachoben{
 float: right;
 color: #000000;
}
a.nachoben:hover{
 color: #000000;
 text-decoration: none;
 background-color: #64C5F9;
}
a.nachoben:active{
 color: #000080;
 text-decoration: none;
}
a.nachoben:visited{
 color: #000000;
 text-decoration: none;
}
/* INTERNE LINK EIGENSCHAFTEN */
a.intern{
 text-decoration: none;
 color: #000080;
 padding-right: 18px;
 background-image: url(../pics/gif/intern.gif);
 background-repeat: no-repeat;
 background-position: right;
}
a.intern:hover{
 text-decoration: underline;
 color: #000000;
}
a.intern:active{
 color: #000080;
}
/* EXTERNE LINK EIGENSCHAFTEN */
a.extern{
 text-decoration: none;
 color: #000080;
 padding-right: 18px;
 background-image: url(../pics/gif/extern.gif);
 background-repeat: no-repeat;
 background-position: right;
}
a.extern:hover{
 text-decoration: underline;
 color: #000000;
}
a.extern:active{
 color: #000080;
}
a.extern:visited{
 text-decoration: none;
 color: #000080;
}
/* Linkscontainer für Link Seite*/
/* Linkscontainer oben */
a.linkscontainertop {
  border: 1px solid #0080FF;
  border-bottom: none;
  background-color: #C4E4FD;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 20px 20px 0 20px;
}
a.linkscontainertop:hover {
  border: 1px solid #0080FF;
  border-bottom: none;
  background-color: #9BD2FB;
  font-align: justify;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 5px;
  margin: 20px 20px 0 20px;
}
a.linkscontainertop:visited {
  border: 1px solid #0080FF;
  border-bottom: none;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 20px 20px 0 20px;
}
/* Linkscontainer mitte */
a.linkscontainer {
  border: 1px solid #0080FF;
  border-bottom: none;
  background-color: #C4E4FD;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 0 20px 0 20px;
}
a.linkscontainer:hover {
  border: 1px solid #0080FF;
  border-bottom: none;
  background-color: #9BD2FB;
  font-align: justify;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 5px;
  margin: 0 20px 0 20px;
}
a.linkscontainer:visited {
  border: 1px solid #0080FF;
  border-bottom: none;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 0 20px 0 20px;
}
/* Linkscontainer unten */
a.linkscontainerbottom {
  border: 1px solid #0080FF;
  background-color: #C4E4FD;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 0 20px 5px 20px;
}
a.linkscontainerbottom:hover {
  border: 1px solid #0080FF;
  background-color: #9BD2FB;
  font-align: justify;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 5px;
  margin: 0 20px 5px 20px;
}
a.linkscontainerbottom:visited {
  border: 1px solid #0080FF;
  font-align: justify;
  text-decoration: none;
  color: #000080;
  display: block;
  padding: 5px;
  margin: 0 20px 5px 20px;
}

a.linklinks {
 float: left;
}

a.linkrechts {
 float: right;
}
