body {
	background-color : #FFB56A;
	font-family : helvetica, arial, geneva, sans-serif;
	color : #000000;
	margin : 0;
}

a {
	font-family : helvetica, arial, geneva, sans-serif;

         color : red;
         }


#fixiertelinie {
    	position: absolute;
	background-color: #4673B4;
	top: 0.0px;
}

html > body #fixiertelinie {
	position : fixed;
}
#fixiertmenu {
	position : absolute;
	top : 180px;
	background-color : #add3f7;

         width: 10px;
}
html > body #fixiertmenu {
	position : fixed;
         width: 10px;
          w\idth: 10px;
}
#Inhalt {
	text-align : center;
	color : black;
	background-color : #4673b4;
         position:absolute;
         margin-left:auto;
         margin-right:auto;
         top:0px;

}

#Laufschrift {
	font-family : Verdana;
	font-size : 12pt;
	color : white;
	font-weight : bold;
         line-height:2em;
}
#headline {
	font-family : Verdana;
	font-weight : bolder;
         font-size:20pt;
	text-align : center;
	color : black;
}
#headline a{
	font-family : Verdana;
	font-style : italic;
	font-weight : bolder;
         font-size:30pt;
	text-align : center;
	color : black;
}

#bildtext {
	font-size : 9pt;
         color : black;
}

#bildtextus {
	font-size : 9pt;
         color : black;
         font-weight : bold;
}


ul#Navigation {
	margin : 0.3em;
	padding : 0.3em;
	background-color : #add3f7;
         width: 100px;
}
* html ul#Navigation {
	padding-left : 0.8em;
	padd\ing-left: 0.8em;
}
ul#Navigation li {
	list-style : none;
	margin : 0.2em;
	padding : 0;
}
ul#Navigation a {
	display : block;
	padding : 0.2em;
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #292474;
	text-decoration : none;
	border-bottom : 1px solid #b00017;
}
* html ul#Navigation a {
	width : 100px;
	w\idth: 100px;
}
ul#Navigation a:hover {
	font : bold 12px Arial, Helvetica, sans-serif;
	color : #7470b7;
	text-decoration : none;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:900px;
         height:200px;
	/*border:1px solid #000;       */
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
