* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

html {
	overflow-y: scroll;
}

.text {
	position: fixed;
	z-index: 3;
	background: url(schrift.png) no-repeat;
	width: 119px;
	height: 70px;
	margin: 20px 0 0 40px;
	cursor: pointer;
}

.menu {
	position: fixed;
	margin-left: -320px;
	left: 50%;
	top: 92px;
	width: 640px;
	height: 25px;
	z-index: 2;
	padding: 5px 0 0 20px;
}

.menu li {
	list-style: none;
	margin: 0 20px 0 0;
	display: inline;
}

.menu a {
	text-decoration: none;
	color: #000;
}

.active {
	font-weight: bold;
}

.header {
	background: url(header.png) no-repeat center;
	position: fixed;
	width: 1920px;
	margin-left: -959px;
	height: 145px;
	top: 0;
	left: 50%;
	z-index: 2;
}

.facebook {
	width: 654px;
	height: 90px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}

.facebook a img {
	position: absolute;
	border: 0;
	right:2px;
	bottom:8px;
}

.hintergrund {
	position: fixed;
  	top: 0;
  	z-index: 0;
  	background: url(hintergrund.jpg) no-repeat top center;
  	width: 100%;
	height: 100%;
}

*html .hintergrund {
	background: url(hintergrund_ie.jpg) no-repeat top center;
}

.container {
	width: 654px;
	height: 2000px;
	position: relative;
	z-index: 0;
	background: url(container.png) repeat-y ;
	margin: 100px auto;
}

.content {
  	margin: 10px auto;
  	width: 600px;
	position: relative;
  	z-index: 1;
  	padding: 110px 0 80px 0;
	line-height: 20px;
  	color: #000;
}

.content a {
	color: #000;
	text-decoration: none;
}

.content p {
	margin: 0 0 15px 0;
}

.content img {
	margin: 0 15px 15px 0;
	border: none;
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.content table {
	margin: 0 0 15px 0;
}

.aussteller table, .program table, .support table, .start table, .kontakt table {
	background: url(container.png) repeat-y;
	width: 654px;
	margin: 0 0 15px -27px;
}

.aussteller table {
	padding: 3px 0 3px 0;
}

.aussteller .tdeins {
	width: 200px;
	padding: 0 0 0 25px;
}

.aussteller .tdzwei {
	padding: 0 25px 0 5px;
}

.program .tdeins {
	width: 100px;
	padding: 0 0 0 25px;
}

.program .tdzwei {
	padding: 0 25px 0 5px;
}

.support table td, .program table td, .start table td, .kontakt table td {
	padding: 3px 25px 3px 25px;
}

.content table ul {
	margin: 0;
}

.content h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.content ul {
	list-style: none;
	margin: 0 0 15px 0;
}

.vordergrund-oben {
  	position: fixed;
  	bottom: 105px;
  	z-index: 6;
  	width: 100%;
  	height: 28px;
  	background: url(vordergrund-oben.png) no-repeat center;
}

.vordergrund {
  	position: fixed;
  	bottom: 0;
  	z-index: 5;
  	width: 100%;
  	height: 105px;
  	background: url(vordergrund-unten.jpg) no-repeat center;
}
