* {
margin: 0;
padding: 0;
}

html {
	color: #FFFFFF;
	font: normal 100%/1.5 verdana, arial, helvetica, sans-serif;
}


body {
	padding-bottom: 1em;
	width:auto;
	background-color: #000033;
}

h1, h3 {
color: #FFFFFF;
}

h1 {
font-size: 2em;
height: 1px;
font-weight: normal;
padding: 4px 35px 0;
}

h1 span {
color: #FFF;
font-size: .7em;
}

#headbox h1 {
	width: 200 px;
	text-indent: -999em;
	float: right
}
#informationbox h1 {
	font-size: 100%;
	margin-bottom: 2em;
}

h2, h3 {
font-weight: normal;
}

h2 {
clear: left;
color: #FFF;
font-size: 3em;
margin: 25px 35px 0;
}

p {
line-height: 1.7em;
margin: 0 110px;
}

p#anreisser {
font-weight: bold;
line-height: 1.3em;
margin: 1em 110px;
}

div#fussbox {
	position:fixed;
	bottom: 0;
	background-image:url(../bilder/transparenz/transparency70s.png);
	width:100%;
	height: 1.4em;
}

#fussbox p {
font-size: 62.5%;
margin-left: 40px;
color: gray;
}

#fussbox a, a:hover, a:visited, a:active {
	color: gray;
	text-decoration: none;
}

div {
	vertical-align: top;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

div#navbox-1 {
	height: 25px;
}

div#headbox {
	height: auto;
	/*clear: right;*/
	margin-top:30px;
}
div#aufmacherbox {
	width: 1200px;
	height: auto;
}

div#informationbox {
	float:left;
	margin-top: 15px;
	clear: right;
	padding-left: 25px;
	width: 900px;
}
#aufmacherbox #flashcontent {
	font-size: 68.5%;
	padding-left: 135px;
}
#informationbox p, #flashcontent {
	font-size:68.75%;
}

#informationbox table {
	margin-left: 110px;
	border:1px solid #CCCCCC;
}

#informationbox td, th, caption{
	font-size: 68.75%;
	color: #FFFFFF;
	padding:3px 5px;
	line-height: 1.2em;
	
}

div#textsuperbox p {
	font-size:68.75%;
}

#informationbox a {
	color: #CCCCCC;
	text-decoration: none;	
}
#informationbox a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* @group Navigation */

div#Navigationbox{
  	font: normal 68.75%/1em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	position:absolute;
	top:0px;
	left:5px;
	z-index:100;

  }

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
	}

ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; padding: 0;
	
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.3em;
	left: -0.4em;
	display: none; /* Unternavigation ausblenden */
	width:250px;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color: black; 
	padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  
  ul#Navigation li ul li {
    float: none;
    display: block;
	margin-top: -0.1em;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /* width: 6.4em;  Breite den in li enthaltenen Elementen zuweisen*/
    padding: 0.2em 1em;
    text-decoration: none;
    color:#FFFFFF;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  background-image:url(../bilder/transparenz/transparency80w.png);
  color:black;
  }
  
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: tomato;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    color: tomato;
  }
  
  .clearfix {
  	overflow:hidden; /*clearfix-Methode*/
  }
  * html .clearfix { height: 1%; /* Hack zur IE-Anpassung*/
  }
  
  .clear {
  	clear: both;
  }
.image-left {
	float: left;
	margin-right: 0.75em;
}
.image-right {
	float: right;
	margin-right: 0.75em;
}
div.indexlist {
	height: 140px;
	width:140px;
	padding: 0px;
	margin:10px;
	text-align: center;
	float: left;
	font-size:68.75%;
}
div.indexlist a, div.indexlist a:link {
	font-weight:bold;
	color: #FFFFFF;
	font-size:90%;
}
div.indexlist a:hover, div.indexlist a:active {
	font-weight:bold;
	color: tomato;
	text-decoration: none;
}
div.indexlist img {
	border:2px dotted #FFFFFF;
	margin:5px;
}
/* @end */

