body {
      background-color: #336699;
      font-family: Arial,'Times New Roman',serif;
      color: white;
      font-size: 100.01%;
      overflow-y: scroll;
}
/*Allgemeine Linkanweisungen*/
      a {
            text-decoration: none;
            color: white;
      }
      a:link {
      }
      a:visited {
            color: #bbbbbb;
      }
      a:focus {
      }
      a:hover {
            text-decoration: underline;
      }
      a:active {
            color: red;
            text-decoration: underline;
      }
/*Containerformate*/
div {
      outline: 1px white solid;
      outline-style: none;
}
#rahmen {
      width: 760px;
      height: 520px;
      position: absolute;
      left: 50%;
      margin-left: -380px;
}
#kopf {
      float: left;
      width: 760px;
      height: 130px;
      background: url(../images/menu/header22.jpg) no-repeat;
}
#menu {
      float:left;
      width: 148px;
      margin-top: 55px;
      overflow: hidden;
      border: 1px white solid;
}
#inhalt {
      float: right;
      width: 570px;
      padding: 20px;
      padding-top: 65px;
      padding-bottom: 0px;
      text-align: justify;
      font-size: 0.95em;
      line-height: 1.3em;
}
      #inhalt>img {
            float: right;
            margin-left: 1em;
            margin-bottom: 1em;
      }
      #inhalt p {
            margin-top: 0px;
      }
      #inhalt a {
            border-bottom: 1px white dashed;
      }
      #inhalt a:visited {
            border-bottom-color: #bbbbbb;
      }
      #inhalt a:hover {
            border-bottom: 1px white solid;
            text-decoration: none;
            color: white;
      }
      #inhalt a:active {
            border-color: red;
      }
#fussnote {
      border-top: 1px white solid;
      clear: both;
      width: 760px;
      font-size: 0.7em;
      text-align: center;
      line-height: 2em;
}
/*Menueliste*/
#navigation {
      margin: 0px;
      margin-top: 0px;
      padding: 0px;
      list-style: none;
      background-color: #5986b4;
}
#navigation li {
      border-bottom: 1px #336699 solid;
}
      #navigationsub {
            list-style: none;
            margin: 0px;
            padding: 0px;
            border-top: 1px #336699 solid;
      }
            #navigationsub li {
                  border-style:none;
            }
            ul#navigationsub a {
                  font-size: 0.85em;
                  padding-left: 20px;
            }
      /*Linkformate fuer Menue*/
      #navigation a {
            display:block;
            width: 148px;
            padding: 0.5em 0px 0.5em 10px;
            white-space: nowrap;
            overflow:hidden;
            height: 1.2em;
            color:white;
      }
      #navigation a:link {
      }
      #navigation a:visited {
      }
      #navigation a:focus {
      }
      #navigation a:hover {
            color: black;
            background-color: white;
      }
      #navigation a:active {
      }
li#lastpoint {
      border-bottom-width: 0px;
}
#inhalt ul {
      list-style: none;
      text-align: left;
      margin-left: 0px;
}
      #inhalt li {
      }
            #inhalt li a {
                  line-height: 1.5em;
            }
            #inhalt li a:visited {
                  color: #bbbbbb;
            }
            #inhalt li a:hover {
                  color: white;
            }
td {
      vertical-align: top;
      padding-top: 1em;
      padding-right: 0.5em;
}
h1 {
      font-size: 1.5em;
      text-decoration: underline;
      font-weight: normal;
      margin-top: -10px;
}
a#advertise {
      border-bottom-style: none;
      margin-left: 10px;
}
a#advertise:hover {
      border-bottom-style: none;
}
#galerie {
	width: 570px;
	border-collapse:collapse;
}
#galerie td {
	text-align: center;
}
#galerie a, #galerie a:visited {
	display:block;
	border: none;
	margin: 0 auto;
}
#galerie a:hover {
	background-color: #5986b4;
	border: none;
}
