@charset "utf-8";
/* CSS Document */

*{margin: 0;
padding:0; }

body {
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	background-color: #000;}
	
p {	margin-bottom: 0px;
	margin-top: 0px;}
	
#container {
	position: relative;
	height: 666px;
	width: 975px;
	background-color: #990000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;}

#topleft {
	position: absolute;
	height: 175px;
	width: 155px;
	margin-top: 15px;
	margin-left: 15px;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);	}
	
#topleft img{
	border: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	z-index:10;}
	
#topleft a:hover img {
	position: absolute;
	height: 254px;
	width: 217px;
	margin-left: -10px;
	margin-top: -10px;}
	
#topkopf {
	position: absolute;
	height: 170px;
	width:600px;
	margin-top:15px;
	padding-top:5px;
	margin-left:185px;
	background-color: #FF9;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	font-size: 30px;
	line-height: 55px;
	text-align: center;
	left: 4px;}
	
#topright {
	position: absolute;
	height: 175px;
	width: 155px;
	margin-left: 805px;
	margin-top: 15px;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
 	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	z-index:10;}
	
#topright img{
	border: none;	
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	z-index:5;}
	
#topright a:hover img {
	
	height: 254px;
	width: 217px;
	margin-left: -55px;
	margin-top: -10px;}
	
#divinhalt {
	position: absolute;
	height: 415px;
	width: 945px;
	left: 15px;
	top: 250px;
	font-size: 14px;
	color: #FF6;
	line-height: 16px;}
	
#divinhaltfoto {
	position: absolute;
	height: 320px;
	width: 320px;
	margin-left: 0px;
	margin-top: 0px;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;}
	
#divinhaltlegende {
	position: absolute;
	height: 70px;
	width: 320px;
	margin-left: 0px;
	margin-top: 330px;
	font-size: 16px;
	font-style: italic;
	color: #FF9;
	line-height: normal;
}
		
#divinhalttext {
	position: absolute;
	height: 415px;
	width: 585px;
	margin-top: 0px;
	margin-left: 360px;
	font-size: 18px;
	line-height: normal;
}
	
#divinhalttext p {	
	margin-bottom: 6px;}
	
#divinhalt a {
	font-style: italic;
	color: #FF6;}
	
#divinhalt a:hover {
	color: #FFF;}
	
#divinhalt ul {
	padding-left: 15px;}
	
#navigation {
	position: absolute;
	height: 30px;
	width: 946px;
	margin-left: 15px;
	margin-top: 205px;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 16px;
	color: #000;
	background-color: #FF9;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	z-index:1;}
	
#navigation ul {
	margin: 0px;
	padding: 0px;}
	
#navigation ul li {
	list-style: none; 
	display: inline;
	float: left;
	position: relative;
	width:157px;
	text-align: center;}
	
#navigation ul li a {
	padding: 6px 12px;
	border-radius: 3px;	
	display: block;
	white-space: nowrap;
	color:#000;
	text-decoration:none;}
	
#navigation ul li a:hover {
	background-color: #FF6;
	font-weight: bold;}
	
#navigation ul ul {
	padding: 2px;
	top: -4px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	background-color: #FF6;}
	
ul.li1 li:first-child {
	height: 123px;}
ul.li2 li:first-child {
	height: 93px;}
ul.li3 li:first-child {
	height: 63px;}
ul.li4 li:first-child {
	height: 33px;}
ul.li5 li:first-child {
	height: 3px;}
	
#navigation ul li:hover > ul {
	height: 170px; opacity: 1;}

	
h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}

h2 {font-size: 36px;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	color: #000;
	text-align: center;
	line-height: normal;}
	
h3 {margin-top: 10px;
	margin-left: 0px;
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;}
	
h4 {margin-top: 10px;
	margin-left: 0px;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;}
	
#divneu {
	height: 100px;
	width: 150px;
	position: absolute;	
	margin-left: 795px;
	margin-top: 295px;}
	
#divneu img{
	border-style: none;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	-ms-transition: 0.8s ease-in-out;}
	
#divneu a:hover img {
	position: absolute;
	height: 395px;
	width: 590px;
	margin-top: -295px;
	margin-left: -440px;
	z-index:10;
	}
	
#rueckwaerts {
	font-size: 18px;
	color: #000;
	background-color: #FF9;
	height: 25px;
	width: 90px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	right: 120px;
	bottom: 10px;}
	
#rueckwaerts a {
	font-size: 18px;
	color: #000;
	background-color: #FF9;
	display: block;
	text-decoration: none;
	font-style: normal;}
	
#rueckwaerts a:hover {
	font-weight: bold;
	color: #000;
	background-color: #FF6;
	text-decoration: none;	}
	
#vorwaerts {
	font-size: 18px;
	color: #000;
	background-color: #FF9;
	height: 25px;
	width: 90px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 10px;}
	
#vorwaerts a {
	font-size: 18px;
	color: #000;
	background-color: #FF9;
	display: block;
	text-decoration: none;
	font-style: normal;}
	
#vorwaerts a:hover {
	font-weight: bold;
	color: #000;
	background-color: #FF6;
	text-decoration: none;	}
	
#titelruest {
	position: absolute;
	height: 175px;
	width:940px;
	margin-top:15px;
	margin-left:15px;
	background-color: #FF9;
	-webkit-box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	box-shadow: 10px 10px 10px 2px rgba(10, 10, 10, 0.5);
	font-size: 30px;
	line-height: 42px;
	text-align: center;}
	
.rot-fett {
	font-weight: bold;
	color: #900;
	font-size: 40px;}
