/* CSS Document */

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

@font-face {
    font-family: 'EconomicaRegular';
    src: url('fonts/Economica-Regular-OTF-webfont.eot');
    src: url('fonts/Economica-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Economica-Regular-OTF-webfont.woff') format('woff'),
         url('fonts/Economica-Regular-OTF-webfont.ttf') format('truetype'),
         url('fonts/Economica-Regular-OTF-webfont.svg#EconomicaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url(bilder/hintergrund.jpg);
	background-attachment: fixed;
	font-family: 'EconomicaRegular';	
	text-align: center;
}
a {
	color: #000;	
}
#wrapper {
	position: relative;
	margin: auto;
	width: 980px;
	height: auto;
	overflow: auto;
	text-align: left;
}
#logo {
	position: absolute;
	width: 893px;
	height: 144px;
	top: 30px;
	left: 10px;
	background-image: url(bilder/kopf-logo.png);
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	width: 160px;
	height: auto;
	left: 54px;
	top: 194px;
	text-align: right;
	font-weight: bold;
	z-index: 387;
}
#navigation ul {
	list-style: none;	
}
#navigation li {
	padding: 3px 10px 3px 10px;	
}
#navigation li.aktiv {
	background-color: #fff;
}
#navigation a {
	color: #000;
	text-decoration: none;
}
#inhalt {
	position: relative;
	width: 480px;
	min-height: 460px;
	margin: 250px 0 50px 250px;	
}
#indexbild {
	position: absolute;
	width: 466px;
	height: 449px;
	top: 153px;
	left: 395px;
}
#indextext {
	position: relative;
	width: 170px;
	height: auto;
	font-size: 30px;
	text-align: right;
}
#pyraiden {
	position: absolute;
	left: 10px;
	top: 425px;
	width: auto;
	height: auto;
}
#inhalt p {
	font-size: 18px;
	margin: 0 0 20px 0;	
}
#inhalt h1 {
	font-size: 40px;
	margin: 0 0 20px 0;	
}
#inhalt h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #333;	
}
#inhalt ul {
	font-size: 18px;
	margin: 0 0 20px 30px;
	list-style: square;
}
#tanz1 {
	position: absolute;
	width: auto;
	height: auto;
	left: 16px;
	top: 375px;
}
#tanz2 {
	position: absolute;
	width: auto;
	height: auto;
	left: 793px;
	top: 122px;
}
#tanz3 {
	position: absolute;
	width: auto;
	height: auto;
	left: 773px;
	top: 473px;
}
#inhalt .tabelle td {
	font-size: 15px;
	padding: 3px 5px;
	border-bottom: 1px dashed #333;
	border-left: 1px dashed #333;
}
