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

body
{
 margin: 0px auto;
 background-color: white; 
 color: #000000;
 text-align:center;
 font-size:100%; 
 font-family: Arial, Helvetica, sans-serif;
}
 
#Main
{
 width: 95%;
 margin: 20px auto;
 border: 0px;
 border-style: solid;
 border-color: #006BB5;
 background-color: #ffffff;
 text-align: center;
}
 
#Titelzeile
{
 min-height: 70px;
 border: 0px;
 border-top: 2px;
 border-bottom:1px;
 border-style: solid;
 border-color: #006BB5;
 background-color: #ffffff;
 padding: 10px;
 padding-left: 20px;
 text-align: left;
 vertical-align: bottom;
}
 
#Hauptnavigation
{
 min-height: 20px;
 margin: 0px;
 background-color: #006BB5;
 padding: 0px;
 text-align: center;
}

#Sprachauswahl
{
 position: absolute;
 top: 22px;
 right: 30px;
 width: 220px;
 height: 25px;
 text-align: right;
 border: 0px;
 margin: 0px;
 padding: 0px;
}

#Sprachauswahl img
{
 vertical-align: text-top;
 border: 0px;
 margin: 0px;
 padding: 0px;
}

#Crumbs
{
 margin: 0px;
 background-image: url(Wasser_H.htm);
 background-repeat:repeat-y;
 background-color: #E8F3F7;
 padding: 5px;
 padding-left: 220px;
 text-align: left;
 font-size: 11px;
 color: #006BB5;
}
  
#Hauptbereich
{
 position: relative;
 margin: 0px;
 background-image: url(Wasser_H.htm);
 background-repeat:repeat-y;
 background-color: #E8F3F7;
 padding: 0px;
 text-align: left;
 overflow: auto;
}

#Start
{
 position: relative;
 margin: 0px;
 border: 0px;
 border-style: none;
 background-color: transparent;
 padding: 10px;
 padding-top: 20px;
 padding-bottom: 0px;
 text-align: center;
}

#StartPos
{
 position: relative;
 margin: 0px auto;
 padding: 0px;
 border: 0px;
 max-width: 820px;
 height: 325px;
 background-image: url(../images/Startseite.jpg);
 background-position: center;
 background-repeat: no-repeat;
}

#StartPos ul
{
 margin: 0px;
 padding: 0px;
 list-style-type: disc;
 list-style-position: inside;
}

#StartLinks
{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 38%;
 text-align: left;
 padding-top: 5px;
}

#StartRechts
{
 position: absolute;
 bottom: 0px;
 right: 0px;
 width: 38%;
 text-align: right;
 padding-bottom: 5px;
}
 
#Subnavigation
{
 position: fixed;
 margin: 0px;
 border-style: none;
 background-color: transparent;
 padding: 0px;
 padding-top: 35px;
 padding-left: 20px;
 width: 200px;
 float: left;
 border: 0px;
}
 
#Content
{
 min-height: 300px;
 margin: 0px;
 margin-left: 200px;
 border: 0px;
 background-color: transparent;
 padding: 20px;
 padding-top: 7px;
 padding-right: 35px;
 font-size: 12px;
 line-height: 1.3em;
}

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

.Teaser
{
 margin: 0px;
 padding: 0px;
 width: 99%;
 text-align: left;
 line-height: 1.4em;
}

.ExtraDoc
{
 margin: 0px;
 padding: 0px;
 padding-top: 10px;
 width: 99%;
 text-align: left;
 line-height: 1.4em;
}

#Fusszeile
{
 clear: both;
 height: 50px;
 border: 0px;
 border-bottom: 2px;
 border-color: #006BB5;
 border-style: solid;
 padding-top: 10px;
 background-image: url(../images/Welle.jpg);
 background-repeat: no-repeat;
 color: #006BB5;
 vertical-align: middle;
 font-size: 10px;
 font-weight: bold;
}


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

.nav
{
 color:	#ffffff;
 text-decoration: none;
 font-weight: bold;
 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: #E8F3F7;
}

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

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

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

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

.subnav
{
 margin: 0px;
 list-style: none;
 color:	#006BB5;
 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: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.langselect
{
 width: 120px;
 margin-left: 0px;
 background-color: #E8F3F7;
 font-size: 10px;
 color: #006BB5;
}

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

h1
{
 color: #D4EEF4;
}

h1.Headline
{
 position: relative;
 display: inline;
 z-index: 2;
 top: 10px;
 padding: 0px;
 padding-left: 4%;
 text-align: left;
 vertical-align: top;
 font-size: 45px;
 color: #D4EEF4;
 font-style: italic;
 font-weight: 600;
}

h2
{
 color: #006BB5;
 font-size: 16px;
 font-weight: bold;
 line-height: 1em;
 padding-top: 0px;
}

h2.starthell
{
 font-size: 18px;
 color: #46BBCD;
 font-weight: 600; 
 margin-top: 30px;
}

h2.startdunkel
{
 font-size: 22px;
 color: #006BB5;
 font-weight: 600; 
 line-height: 1.2em;
}

h2.starthell a:hover
{
 text-decoration: overline underline;
}

h2.startdunkel a:hover
{
 text-decoration: overline underline;
}

h3
{
 color: #006BB5;
 font-size: 12px;
 font-weight : bold;
 line-height : 1.5em;
 padding-top: 15px;
}

h3 a
{
 color: #006BB5;
 font-size: 12px;
 font-weight : bold;
 line-height : 1.5em;
 padding-top: 5px;
 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-left: 1px;
 margin-right: 1px;
}

.Teaser h3
{
 margin: 0px;
 margin-left: 1px;
 margin-right: 1px;
 padding: 0px;
 padding-top: 15px;
}

.Teaser p
{
 margin: 0px;
 margin-left: 1px;
 margin-right: 1px;
 padding: 0px;
 padding-top: 5px;
}

.ExtraDoc strong a
{
  color: #000000;
  text-decoration: none;
}

a
{
 line-height: 1.5em;
}

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

.TickerHeadline
{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

.TickerText
{
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}


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

.Bildbox
{
 position:relative;
 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;
}

.BildboxZentriert
{
 position:relative;
 float: none;
 width: 100%;
 overflow: auto;
 margin: 0px;
 padding: 0px;
 padding-top: 3px;
 padding-bottom : 8px;
 font: .8em Arial, Helvetica, sans-serif;
 color: Black;
 border-width: 0px;
 line-height: 1;
 text-indent: 0px;
 text-align: center;
}

.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;
}

.BildboxZentriert 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;
}

#Start img
{
 padding: 0px;
 margin: 0px;
}

/* ------------------------------------------------------------------ */
/* Formatierung Bildergalerien */
/* ------------------------------------------------------------------ */

#BilderGalerie
{
 position:relative;
 float: none;
 width: 100%;
 overflow: auto;
 margin: 0px;
 padding: 0px;
 border-width: 0px;
 text-align: center;
}

#GalerieTopNav
{
 position:relative;
 width: 100%;
 line-height: 2em;
 background-color: #006BB5;
 color: #FFFFFF;
 text-align: center;
}

#GalerieTopBack
{
 position: absolute;
 left: 10px;
 top: 0px;
 line-height: 2em;
}

#GalerieTopFwd
{
 position: absolute;
 right: 10px;
 top: 0px;
 line-height: 2em;
}

#GalerieBild
{
 padding-top: 10px;
 padding-bottom: 10px;
 width: 100%;
}

#GalerieBild img
{
 vertical-align: middle;
}

#GalerieSubTitle
{
 position:relative;
 width: 100%;
 height: 50px;
 text-align: center;
}

#GalerieBottomNav
{
 position:relative;
 width: 100%;
 line-height: 2em;
 background-color: #006BB5;
 color: #FFFFFF;
 text-align: center;
}

#GalerieBottomBack
{
 position: absolute;
 left: 10px;
 top: 0px;
 line-height: 2em;
}

#GalerieBottomFwd
{
 position: absolute;
 right: 10px;
 top: 0px;
 line-height: 2em;
}

#BilderGalerieNext
{
 visibility: hidden;
 display: none;
 height: 0px;
}

#GalerieStart
{
 position: absolute;
 top: 15px;
 right: 0px;
 visibility: hidden;
 width: 40px;
 height: 40px;
 padding-top: 0px;
 padding-right: 5px;
 /*background-color: #006BB5; */
}

#GalerieStop
{
 position: absolute;
 top: 15px;
 right: 0px;
 visibility: hidden;
 width: 40px;
 height: 40px;
 padding-top: 0px;
 padding-right: 5px;
 /*background-color: #006BB5; */
}

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

input
{
 font-size: 13px;
}

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

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

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

#StartPos a
{
 color: #46BBCD;
 text-decoration: none;
}

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

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

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

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

#BilderGalerie a
{
 color: #FFFFFF;
 line-height: 2em;
}

#BilderGalerie a:hover
{
 color: #46BBCD;
}

#Animation
{
 text-align: center;
 padding-top: 20px;
}

/* ------------------------------------------------------------------ */
/* 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;
}
