/* ------------------------------------------------------------------ */
/* Positionierung der einzelnen Elemente der Seite */
/* ------------------------------------------------------------------ */

body
{
 margin: 0px auto;
 color: #585858;
 background-color: #13135C;
 text-align:center;
 font-size:100%; 
 font-family: Arial, Helvetica, sans-serif;
}
 
#Main
{
 width: 88%;
 margin: 20px auto;
 border: 0px;
 text-align: center;
}
 
#Titelzeile
{
 position: relative;
 background-image: url(../images/banner.jpg);
 background-position: left;
 background-repeat: no-repeat;
 height: 120px;
 padding: 0px;
 padding-right: 10px;
 text-align: right;
 vertical-align: bottom;
 border: 0px;
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 border-style: solid;
 border-color: #BE0213;
 z-index: 1;
}

#TitelTafel
{
 position: absolute;
 height: 105px;
 width: 78px;
 right: 30px;
 top: 15px;
 padding: 0px;
 margin: 0px;
 background: url(../images/tafel_klein.gif) no-repeat;
 z-index: 2;
}
 
#Hauptnavigation
{
 min-height: 20px;
 margin: 0px;
 background-color: #BE0213;
 padding: 0px;
 text-align: center;
 border: 0px;
 border-left: 0px;
 border-right: 0px;
 border-color: #BE0213;
 border-style: solid;
}
 
#Hauptbereich
{
 margin: 0px;
 background: url(../images/background_content.jpg) repeat-y;
 background-color: #FCF9DF;
 padding: 0px;
 text-align: left;
 border: 0px;
 border-left: 0px;
 border-right: 0px;
 border-color: #BE0213;
 border-style: solid;
}

#Subnavigation
{
 margin: 0px;
 border-style: none;
 background-color: transparent;
 padding: 0px;
 padding-top: 35px;
 padding-left: 40px;
 width: 145px;
 float: left;
 border: 0px;
}
 
#Content
{
 min-height: 300px;
 margin: 0px;
 margin-left: 165px;
 border: 0px;
 background-color: transparent;
 padding: 20px;
 padding-top: 4px;
 padding-right: 35px;
 font-size: 12px;
 line-height: 1.3em;
}

#Text
{
 background-color: transparent;
 margin: 0px;
 padding: 0px;
 width: 99%;
 text-align: left;
 line-height: 1.4em;
}

#Fusszeile
{
 clear: both;
 border: 0px;
 border: 0px;
 border-left: 0px;
 border-right: 0px;
 border-bottom: 0px;
 border-color: #0A0076;
 border-style: solid;
 background-color: #BE0213;
 padding: 5px;
 color: #EFE6C2;
 vertical-align: middle;
 font-size: 11px;
 font-weight: normal;
}


/* ------------------------------------------------------------------ */
/* Formatierung der Navigationselemente 				 */
/* ------------------------------------------------------------------ */

strong
{
 font-weight: 600;
}

.nav
{
 color:	#EFE6C2;
 text-decoration: none;
 font-weight: 100;
 font-size:	15px;
 padding: 0px;
}

ul.nav
{
 list-style: none;
 margin: 0px;
}

li.nav
{
 display: inline;
 padding-left: 2%;
 padding-right: 2%;
}

li.navact
{
 display: inline;
 padding-left: 2%;
 padding-right: 2%;
 color: #FFFFFF;
}

.nav a
{
 color: #EFE6C2;
 text-decoration: none;
}

.nav a:hover
{
 color: #EFE6C2;
 text-decoration: underline overline;
}

.navact a
{
 color: #FFFFFF;
 text-decoration: none;
}

.navact a:hover
{
 color: #FFFFFF;
 text-decoration: underline overline;
}

.subnav
{
 margin: 0px;
 list-style: none;
 color:	#666699;
 text-decoration: none;
 font-size:	12px;
 font-weight: bold;
 line-height: 1.8em;
}

ul.subnav
{
 margin: 0px;
 padding: 0px;
 padding-top: 10px;
}

li.subnav
{
 list-style: none;
}

li.subnavact
{
 list-style: none;
 color: #AC4C4A;
}

.subnav a
{
 color:	#666699;
 text-decoration: none;
}

.subnav a:hover
{
 color:	#666699;
 text-decoration: underline overline;
}

.subnavact
{
 margin: 0px;
 list-style: none;
 color: #AC4C4A;
 text-decoration: none;
 font-size:	12px;
 font-weight: bold;
 line-height: 1.8em;
}

.subnavact a
{
 color: #AC4C4A;
 text-decoration: none;
}

.subnavact a:hover
{
 color: #AC4C4A;
 text-decoration: underline overline;
}

.artnav
{
 margin: 0px;
 list-style: none;
 color:	#666699;
 text-decoration: none;
 font-size:	12px;
 font-weight: bold;
 line-height: 1.8em;
}

ul.artnav
{
 margin: 0px;
 padding: 0px;
}

li.artnav
{
 padding-left: 0px;
 list-style-type: disc;
 list-style-position: inside;
 line-height: 1.5em;
}

li.artnavact
{
 padding-left: 0px;
 list-style-type: disc;
 list-style-position: inside;
 color: #AC4C4A;
 line-height: 1.5em;
}

.artnav a
{
 color:	#666699;
 text-decoration: none;
}

.artnav a:hover
{
 color:	#666699;
 text-decoration: underline overline;
}

.artnavact a
{
 color: #AC4C4A;
 text-decoration: none;
}

.artnavact a:hover
{
 color: #AC4C4A;
 text-decoration: underline overline;
}

/* ------------------------------------------------------------------ */
/* Formatierung der Textelemente					 				  */
/* ------------------------------------------------------------------ */

h1.Headline
{
 position: relative;
 display: inline;
 z-index: 3;
 top: 45px;
 right: 120px;
 padding: 0px;
 vertical-align: top;
 font-size: 35px;
 color: #EFE5B1;
 font-style: italic;
 font-weight: 600;
}

h2
{
 color: #9CAE2B;
 text-shadow: #EFE5B1 2px 2px 3px;
 font-size: 18px;
 font-weight: bold;
 line-height: 1em;
 padding-top: 0px;
}

h3
{
 color: #9CAE2B;
 text-shadow: #EFE5B1 2px 2px 3px;
 font-size: 14px;
 font-weight : bold;
 line-height : 1.5em;
 margin: 0px;
 margin-top: 25px;
 padding: 0px;
 padding-bottom: 6px;
}

h3 a
{
 color: #9CAE2B;
 text-shadow: #EFE5B1 2px 2px 3px;
 font-size: 14px;
 font-weight : bold;
 line-height : 1.5em;
 margin: 0px;
 margin-top: 25px;
 padding: 0px;
 text-decoration: none;
}

h3 a:hover
{
 text-decoration: overline underline;
}

ul
{
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 15px;
}

#Text ul
{
 padding-top: 0px;
 padding-bottom: 0px;
 margin-top: 15px;
 margin-bottom: 15px;
}

p
{
 margin: 0px;
 margin-left: 1px;
 margin-right: 1px;
 margin-bottom: 15px;
 padding: 0px;
}

a
{
 line-height: 1.5em;
}

.Absatz
{
  clear: both;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

.RoutenStart
{
 width: 30%;
 float: left;
}

/* ------------------------------------------------------------------ */
/* Formatierung der Bildboxen									   */
/* ------------------------------------------------------------------ */

.Bildbox
{
 clear: right;
 float: right;
 margin: 0px;
 padding: 0px;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom : 8px;
 font: .8em Arial, Helvetica, sans-serif;
 color: Black;
 border-width: 0px;
 line-height: 1;
 text-indent: 0px;
}

.BildboxNeben
{
 position:relative;
 float: right;
 margin: 0px;
 padding: 0px;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom : 8px;
 font: .8em Arial, Helvetica, sans-serif;
 color: Black;
 border-width: 0px;
 line-height: 1;
 text-indent: 0px;
}

.Lupe
{
 float: right;
 border: 0px;
 margin: 0px;
 padding:0px;
 text-align:right;
}

img
{
 border: 0px;
 margin: 0px;
 padding:0px;
}

.Bildbox img
{
 padding: 0px;
 margin: 0px;
 margin-bottom: 2px;
}

.BildboxNeben img
{
 padding: 0px;
 margin: 0px;
 margin-bottom: 2px;
}

.FlagBox
{
 position:relative;
 float: left;
 margin: 0px;
 padding: 0px;
 padding-right: 5px;
 font: .5em Arial, Helvetica, sans-serif;
 color: Black;
 border-width: 0px;
 line-height: 1;
 text-indent: 0px;
}

.FlagBox img
{
 padding: 0px;
 margin: 0px;
 margin-bottom: 2px;
}

/* ------------------------------------------------------------------ */
/* Formatierung der Tabellen						 				  */
/* ------------------------------------------------------------------ */

table
{
 margin-top: 10px;
 width: 100%;
 border-width: 1px;
 border-color: #585858;
 border-style: solid;
 border-collapse: collapse;
 empty-cells: show;
}

th
{
 text-align: center;
 vertical-align: top;
 border-width: 1px;
 border-color: #585858;
 border-style: solid;
 padding: 4px;
}

td
{
 text-align: center;
 vertical-align: top;
 border-width: 1px;
 border-color: #585858;
 border-style: solid;
 padding: 4px;
}

.RoutenPlaner td
{
 text-align: left;
}

.Kontaktformular td
{
 text-align: left;
}


/* ------------------------------------------------------------------ */
/* Formatierung der Formulare										 */
/* ------------------------------------------------------------------ */

input
{
 font-size: 13px;
}

.notrequired
{
 width: 85%;
 border: 1px;
}

.required
{
 width: 85%;
 background-color: #fcd6d7;
 border: 1px;
}

.RoutenPlaner input
{
 width: 98%;
 margin-top: 5px;
}

.Kontaktformular input
{
 width: 95%;
}

.Kontaktformular input
{
 width: 95%;
}

.Kontaktformular textarea
{
 width: 95%;
}

input.Datum 
{
 width: 45%;
}

.Formularfehler
{
 color: #FF0000;
 font-weight: bold;
}

.Formularok
{
 color: #9CAE2B;
 text-shadow: #EFE5B1 2px 2px 3px;
 font-weight: bold;
}


/* ------------------------------------------------------------------ */
/* Formatierung Links im Text und in der Fusszeile */
/* ------------------------------------------------------------------ */

#Content a
{
 color: #666699;
 text-decoration: none;
}

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

#Fusszeile a
{
 color: #FFFFFF;
 text-decoration: none;
}

#Fusszeile a:hover
{
 color: #FFFFFF;
 text-decoration: underline overline;
}


/* ------------------------------------------------------------------ */
/* Formatierungen ohne Stylesheet und Print 		  				  */
/* ------------------------------------------------------------------ */

.nocss
{
 display: none;
 line-height: 0.2em;
}

@media print
{
 #Text a:link:after, #Text a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
 }
}

@page
{
 margin-top: 0cm;
 margin-bottom: 0cm;
 margin-left: 0cm;
 margin-right: 0cm;
 orphans: 4;
 widows: 4;
}
