/* Allgemeine Formatierungen: gelten für das gesamte Dokument */

html {
    height: 100%;
}

body {
  background: #f5f5f5 url(images/background.png) center center repeat-y;
  font: normal 62.5% verdana, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

img {
    border: none;
}

a {
    color: #3177b4;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}

table {
  width: 98%;
  border-collapse: collapse;
}
td, th {
  vertical-align: top;
}

.links {
    float: left;
    margin: 3px 15px 15px 0;
}
.rechts {
    float: right;
    margin: 3px 0px 15px 15px;
}
.center {
    text-align: center;
}
.clearer {
    clear: both;
}
.leftclearer {
    clear: left;
}

/* Infobox = rein dekorativ für den Inhaltsbereich um bestimmte Texte hervorzuheben */
.infobox {
    padding: 0 0 10px 0;
    border-bottom: 2px solid black; /* #7086C4; */
    margin: 0 0 20px 0;
}
.infobox p {
    margin: 5px 0 10px 0;
}
.infobox h1, .infobox h2 {
    font-weight: bold;
    font-size: 1.2em;
  }
.infobox .img-right {
    margin-top: 0;
    margin-bottom: 0;
}
/* /Infobox */

#rahmen {
    /*position: relative;*/
}

/* Kopfbereich */
#kopf {
  padding: 0;
  margin: 0;
}
#logo_back {
    padding: 0;
    margin: 0;
    height: 110px;
    text-align: center;
}
#logo {
    background: #003882 url(images/logo_back.png) right bottom no-repeat;
    text-align: left;
    margin: auto;
    display: block;
		width: 800px;
    height: 110px;
    padding: 0;
}

/* Horizontale Navigation */
#hauptnavi {
    padding: 0 auto;
    color: #ffffff;
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
#hauptnavi ul {
    background: #7086C4;
    border-top: 1px solid #ffffff;
    list-style: none;
    margin: auto;
    padding: 0;
    text-align: left;
    width: 800px;
    height: 2em;
    line-height: 2em;
}
#hauptnavi ul li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
#hauptnavi ul li a {
    color: #fff;
    float: left;
    padding: 0 .8em;
    text-decoration: none;
    font-weight: bold;
}
#hauptnavi ul li a:hover {
    color: #E1EBF2;
}
#hauptnavi ul li ul {
    display: none;
}
#hauptnavi ul li:hover ul {
    display: block;
    width: 120px;
    height: auto;
    position: absolute;
    top: 2em;
    left: 0;
    background: #ffffff;
    border: 1px solid #E1EBF2;
    border-top: 0;
    z-index: 99;
}
#hauptnavi ul li:hover ul.anlaesse {
    width: 160px;
}
#hauptnavi ul li:hover ul li {
    float: none;
    display: block;
    width: 100%;
    background: #E1EBF2;
    background: #ffffff;
    text-align: left;
}
#hauptnavi ul li:hover ul li a {
    color: #369;
    font-weight: normal;
    float: none;
    background: #E1EBF2;
    background: #ffffff;
    display: block;
    width: auto;
    line-height: 1.6;
}
#hauptnavi ul li:hover ul li a:hover {
    color: #369;
    background: #BFD4E8;
}



/* Kontainer mit Sidebar und Textinhalt */
#inhalt {
    background: white url(images/background.gif) center center repeat-y;
    width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1em;
}



/* Sidebar rechts */
#sidebar {
    float: right;
    width: 200px;
}
#sidebar #sidebar-innen {
    padding: 2px 15px 10px 15px;
}
#sidebar h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 15px 0 2px 0;
}
#sidebar h3 {
    font-weight: normal;
    font-size: 1.2em;
    margin: 5px 0 2px 0;
}
#sidebar ul.sidenavi {
  list-style-type: none;
  }
#sidebar ul.sidenavi li {
  display: inline;
  }

#sidebar #randimg {
  margin: 0;
  border-top: 1px solid #ffffff;
  }



/* Der eigentliche Inhaltsbereich (Mitte) */
#text {
    margin-right: 200px;
    padding: 20px 25px 50px 25px;
    line-height: 1.5em;
} 
#text p {
    text-align: justify;
    color: #000000;
}
#text h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 15px 0 10px 0;
    letter-spacing: 1px;
}
#text h3 {
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 5px 1px 5px;
    background: #CDD5F6;
    letter-spacing: 1px;
}
#text .news {
  width: 540px;
  border-bottom: 1px dotted #003882;
  }
#text .news h2 {
    font-weight: bold;
    font-size: 1em;
    color: #003882; 
  }
#text .news .datum {
  line-height: 1em;
  font-size: .8em;
  color: gray;
  }
#text .news table {
  text-align: justify;
  border-collapse: collapse;
  margin: 0;
  margin-bottom: 10px;
  }
#text .news img {
  margin: 3px 15px 3px 0;
}
#text .geschichte{ /* table */
    width: 350px;
    border: 0;
    border-collapse: collapse;
}
#text .bestenliste { /* table */
    border: 0;
    border-collapse: collapse;
}
#text .bestenliste th {
    padding: 5px 5px 5px 5px;
    border-collapse: collapse;
    text-align: left;
}
#text .bestenliste td {
    padding: 1px 5px 1px 5px;
    border-collapse: collapse;
}
#text .bestenliste td.first {
    padding: 1px 5px 1px 5px;
    border-collapse: collapse;
    background: #dcdff6;
}
#text .portrait { /* table */
  }
#text .portrait img {
  border: 1px solid #000000;
  }
#text .fotogallerie {
  margin-top: 20px;
  text-align: center;
  }
#text .fotogallerie .thumb:hover {
  border: 1px solid black;
  }
#text .fotogallerie img {
  margin-top: 12px;
  margin-bottom: 12px;
  }
#text .fotogallerie .thumb {
  border: 1px solid #ffffff;
  margin: 0;
  }
#text a.button {
  padding: 2px;
  margin: 5px;
  }

/* Ende von Text */

#footer {
    clear: both;
    margin-right: 200px;
    padding: 10px 10px 5px 10px;
    font-size: 0.9em;
    line-height: 1.5;
	  text-align: left;
}

