* {
   margin: 0;
   padding: 0;
}

body {
   font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
   font-size: 10pt;
   background-color: #00BFFF;
/* background-image: url("images/bg_body.png"); */
}

#main-container {
   width: 900px;
   margin: 10px auto 10px auto;
}

#kopf {
   width: 898px;
   height: 78px;
   background: #000099;
   border: #FFFFFF solid 1px;
}

#kopf h1 {
   color: #ffffff;
   font-size: 32px;
   text-align: center;
   margin-top: 20px;
}

#navigation {
   width: 148px;
   height: 600px;
   background: #000099;
   border-left: #FFFFFF solid 1px;
   border-right: #FFFFFF solid 1px;
   float: left;
}

#navigation ul {
}

#navigation ul li {
   width: 123px;
   background-color: #838B83;
   list-style: none;
   text-align: left;
   font-size: 10pt;
   padding: 5px 0 5px 15px;
   border-top: 5px solid #000099;
   border-left: 5px solid #000099;
}

#navigation ul.untermenue li {
   width: 108px;
   background-color: #838B83;
   list-style: none;
   text-align: left;
   font-size: 10pt;
   padding: 5px 0 5px 30px;
   border-top: 5px solid #000099;
   border-left: 5px solid #000099;
}

#navigation ul li a {
   color: #ffffff;
   background-color: #838B83;
   text-decoration: none;
   display: block;
}

#navigation ul li a:hover {
   color: #000000;
   background: #838B83;
   text-decoration: none;
}

#navigation ul li .aktiv {
   color: #000000;
   background: #838B83;
   text-decoration: none;
}

#navigation img {
   padding: 5px 0 0 5px;
}

#navigation p {
   color: #ffffff;
   text-align: center;
   font-size: 8pt;
   margin-top: 10px;
}

#inhalt {
   width: 749px;
   height: 600px;
   background-image: url("images/bg_inhalt.png");
   background-repeat: repeat-y;
   border-right: #FFFFFF solid 1px;
   float: right;
}

#inhalt h1 {
   color: #000000;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 40px;
}

#inhalt #inhalt_fuss h1 {
   color: #000000;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 20px;
}

#inhalt h2 {
   color: #000000;
   text-align: center;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 50px;
}

#inhalt h3 {
   color: #000000;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   margin-top: 25px;
   text-decoration: underline;
}

#inhalt h4 {
   color: #000000;
   text-align: center;
   font-size: 12pt;
   font-weight: normal;
   margin-top: 130px;
}

#inhalt h5 {
   color: #000000;
   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: #000000;
   text-align: left;
   font-size: 10pt;
   font-weight: bold;
   margin-top: 30px;
   margin-left: 50px;
}

#inhalt p {
   color: #000000;
   text-align: justify;
   font-size: 10pt;
   font-weight: normal;
   margin: 20px 50px 10px 50px;
}

#inhalt #impr p {
   font-size: 8pt;
   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: 10pt;
   padding-left: 25px;
   padding-right: 25px;
   text-decoration: none;
   font-weight: bold;
}

#inhalt #rl p {
   text-align: center;
   margin: 2px;
}

#inhalt #rl a {
   color: #000099;
   font-size: 10pt;
   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 thead th {
   text-align: left;
   font-size: 140%;
   font-weight: bold;
   padding: 2px 5px;
   border: 1px dotted #000000;
   background: #666666;
}

#inhalt thead th.center,
#inhalt tbody td.center {
   text-align: center;
}

#inhalt tbody tr.bg1 {
   background: #cccccc;
}

#inhalt tbody tr.bg2 {
   background: #999999;
}

#inhalt tbody td {
   text-align: left;
   padding: 2px 5px;
   border: 1px dotted #000000;
}

#inhalt tfoot td {
   text-align: center;
   font-size: 120%;
   font-weight: bold;
   border: 1px dotted #000000;
   background: #666666;
}

#inhalt #impr table {
   width: 550px;
   margin: 40px auto 0 auto;
   border-collapse: collapse;
}

#inhalt #impr tr {
   background: #ffffff;
}

#inhalt #impr td {
   text-align: left;
   padding: 2px 5px;
   border: 1px solid #000000;
}

#inhalt #impr td p {
   text-align: center;
   font-size: 8pt;
   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;
}

#fuss {
   width: 898px;
   height: 38px;
   background: #000099;
   border: #FFFFFF solid 1px;
   clear: both;
}

#fuss p {
   color: #ffffff;
   text-align: center;
   margin-top: 10px;
}

#fuss a, #fuss a:hover, #fuss a:visited {
   color: #ffffff;
   text-decoration: none;
}

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;
}


