* {
   margin: 0;
   padding: 0;
}

body {
   font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
   font-size: 10pt;
   background-color: #000099;
}

#main-container {
   width: 90%;
   margin: 15px auto 25px auto;
   border: #FFFFFF solid 1px;
}

#kopf {
   width: 100%;
   min-height: 80px;
   background: #000099;
   border-bottom: #FFFFFF solid 1px;
}

#kopf h1 {
   color: #ffffff;
   font-size: 36px;
   text-align: center;
   padding-top: 15px;
   letter-spacing: 2px;
}

#navigation {
   width: 20%;
   min-height: 600px;
   background: #000099;
   border-right: #FFFFFF solid 1px;
   box-sizing: border-box;
   float: left;
   text-align: center;
}

#navigation img {
   margin: 15px auto;
}

#navigation ul {
}

#navigation ul li {
   width: 80%;
   background-color: #0000ff;
   list-style: none;
   text-align: center;
   font-size: 10pt;
   padding: 5px 0;
   border-top: 5px solid #000099;
   border-left: 5px solid #000099;
   margin: 5px auto;
}

#navigation ul li.untermenue,
#navigation ul li.aktuntermenue {
   width: 70%;
   background-color: #000099;
   list-style: none;
   text-align: left;
   font-size: 7pt;
   padding: 5px 0;
   border-top: 5px solid #000099;
   border-left: 5px solid #000099;
}

#navigation ul li.untermenue a {
   padding: 5px 0;
   text-align: center;
   color: #ffffff;
}

#navigation ul li.aktuntermenue a {
   padding: 5px 0;
   color: #bbbbbb;
   text-align: center;
   letter-spacing: 1px;
}

#navigation ul.untermenue li {
   width: 70%;
   background-color: #000099;
   list-style: none;
   font-size: 10pt;
   padding: 5px 0;
   border-top: 5px solid #000099;
   border-left: 5px solid #000099;
}

#navigation ul li a {
   color: #ffffff;
   background-color: #0000ff;
   text-decoration: none;
   display: block;
   letter-spacing: 1px;
}

#navigation ul li a:hover {
   color: #bbbbbb;
   background-color: #0000ff;
   text-decoration: none;
   font-weight: bold;
}

#navigation ul li .aktiv {
   color: #000000;
   background: #000099;
   text-decoration: none;
}

#navigation img {
   padding: 5px 0 0 5px;
}

#navigation p {
   color: #ffffff;
   font-size: 8pt;
   margin: 20px 0;
   text-align: center;
}

#inhalt {
   width: 70%;
   min-height: 600px;
   background-color: #000099;
   float: left;
}

#inhalt h1 {
   color: #ffffff;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 40px;
}

#inhalt #inhalt_fuss h1 {
   color: #ffffff;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 20px;
}

#inhalt h2 {
   color: #ffffff;
   text-align: center;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 50px;
}

#inhalt h3 {
   color: #ffffff;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 25px;
   text-decoration: underline;
}

#inhalt h4 {
   color: #ffffff;
   text-align: center;
   font-size: 12pt;
   font-weight: normal;
   margin-top: 130px;
}

#inhalt h5 {
   color: #ffffff;
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
   margin-top: 20px;
}

#inhalt #inhalt_fuss a {
   color: blue;
   text-decoration: none;
}

#inhalt #inhalt_fuss a:hover {
   color: red;
   text-decoration: none;
}

#inhalt h6 {
   color: #ffffff;
   text-align: left;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 30px;
   margin-left: 50px;
}

#inhalt p {
   color: #ffffff;
   text-align: justify;
   font-size: 12pt;
   font-weight: normal;
   margin: 20px 50px 10px 50px;
}

#inhalt #impr p {
   font-size: 12pt;
   margin-top: 10px;
   margin-bottom: 0;
}

#inhalt p.rechts {
   text-align: right;
   margin: 20px 30px 10px 0;
}

#inhalt p.menue,
#inhalt p.link {
   text-align: center;
}

#inhalt p.menue a,
#inhalt p.rechts a.menue {
   color: #000099;
   font-size: 12pt;
   padding-left: 25px;
   padding-right: 25px;
   text-decoration: none;
   font-weight: bold;
}

#inhalt #rl p {
   color: #ffffff;
   text-align: center;
   margin: 2px;
}

#inhalt #rl p a {
   color: #ffffff;
   font-size: 12pt;
   text-decoration: none;
   font-weight: bold;
}

#inhalt p a:hover,
#inhalt #rl p a:hover {
   color: #ffffff;
}

#inhalt #bahnen_1_9, #inhalt #bahnen_10_18 {
   margin: 0 86px 0 50px;
}

#inhalt #aktuell {
   margin-left: 270px;
}

#inhalt #aktuell #bild {
   float: right;
   margin-right: 50px;
   padding-left: 5px;
   padding-bottom: 1px;
}

#inhalt #aktuell #text {
   margin-right: 500px;
}

#inhalt table {
   width: 550px;
   margin: 40px auto 0 auto;
   border-collapse: collapse;
}

#inhalt #links table {
   width: 600px;
   margin: 20px auto 0 auto;
   padding: 1px 10px;
}

#inhalt #links td {
   padding-left: 25px;
   border: none;
}

#inhalt thead th {
   text-align: left;
   font-size: 140%;
   font-weight: bold;
   padding: 12px;
   border: 1px dotted #000000;
   color: #ffffff;
   background: #0000ff;
}

#inhalt thead th.center,
#inhalt tbody td.center {
   text-align: center;
}

#inhalt tbody tr.bg1 {
   color: #000000;
   background: dodgerblue;
}

#inhalt tbody tr.bg2 {
   color: #000000;
   background: cornflowerblue;
}

#inhalt tbody td {
   text-align: left;
   padding: 12px;
   border: 1px dotted #000000;
}

#inhalt tfoot td {
   text-align: center;
   font-size: 120%;
   font-weight: bold;
   border: 1px dotted #000000;
   background: #0000ff;
   color: #ffffff;
   padding: 12px;
}

#inhalt #impr table {
   width: 550px;
   margin: 40px auto 0 auto;
   border-collapse: collapse;
}

#inhalt #impr tr {
   background: #666;
}

#inhalt #impr td {
   text-align: left;
   padding: 2px 5px;
   border: 1px solid #000000;
}

#inhalt #impr td p {
   text-align: center;
   font-size: 10pt;
   font-weight: bold;
   margin: 0;
}

#inhalt #start_l {
   width: 125px;
   height: 275px;
   margin-left: 100px;
   margin-top: 30px;
   float: left;
}

#inhalt #start_m {
   width: 175px;
   height: 275px;
   margin-left: 15px;
   margin-top: 10px;
   float: left;
}

#inhalt #start_r {
   width: 200px;
   height: 275px;
   margin-right: 100px;
   margin-top: 30px;
   float: right;
}

#inhalt #inhalt_fuss {
   clear: both;
}

#inhalt #start_m1 p {
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
}

#inhalt #inhalt_text p {
   text-align: center;
   font-size: 8pt;
   font-weight: bold;
   margin-top: 0px;
   clear: both;
}

#inhalt #teaser {
   text-align: center;
   margin-top: 20px;
}

#leer {
   width: 1%;
   min-height: 600px;
   background: #000099;
   border-left: #FFFFFF solid 1px;
   box-sizing: border-box;
   float: right;
}

#fuss {
   width: 100%;
   min-height: 60px;
   background: #000099;
   border-top: #FFFFFF solid 1px;
   clear: both;
}

#fuss p {
   color: #ffffff;
   text-align: center;
   margin-top: 20px;
   letter-spacing: 2px;
}

a {
   color: #8B4513;
}

a:hover {
   color: #CD5C5C;
}

a:visited {
   color: #CD5C5C;
}

p {
   line-height: 140%;
   text-align: justify;
}

/* Galerie */

#inhalt #aktuell .galerie-foto {
   height: 120px;
   width: 160px;
   float: left;
   padding: 1px;
   margin: 1px;
   border: 1px solid #aaaaaa;
   background: #e3e3e3;
}

#inhalt .galerie-foto {
   height: 82px;
   width: 62px;
   float: left;
   padding: 1px;
   margin: 1px;
   border: 1px solid #aaaaaa;
   background: #e3e3e3;
}

#inhalt .galerie-foto img {
   border: 1px solid gray;
}

#inhalt .galerie-foto a:hover img {
   border: 1px solid white;
}

#inhalt-haupt table {
   width: 100%;
}

#inhalt-haupt table th, #inhalt-haupt table td {
   vertical-align: middle;
   text-align: left;
}


#inhalt-haupt input, #inhalt-haupt textarea {
   padding: 2px 2px 0px 2px;
   margin: 3px 3px 3px 3px;
   background: #e3e3e3;
   border: 1px solid #aaaaaa;
}

