* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* -------------------------------------------- */
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: url("/files/bg_body_1.jpg") center center repeat-y #fff;
	overflow-x: hidden;
}
#leftbg, #rightbg {
	position: absolute;
	top: 50%;
	height: 588px;
	width: 50%;
	margin-top: -300px;
	z-index: 1;
}
#leftbg {
	left: 0;
	background: url('/files/left.jpg') 0 0 repeat-x;
}
#rightbg {
	left: 50%;
	background: url('/files/right.jpg') 0 0 repeat-x;
}
#start #leftbg {
	background: url('/files/left_start.jpg') 0 0 repeat-x;
}
#start #rightbg {
	background: url('/files/right_start.jpg') 0 0 repeat-x;
}
#layer {
	position: absolute;
	height: 588px;
	width: 100%;
	background: url("/files/bg_unterseite_1.jpg") center 0 no-repeat;
	top: 50%;
	margin-top: -300px;
	left: 0;
	z-index: 5;
	overflow: hidden;
}
#start #layer {
	background: url("/files/bg_startseite_1.jpg") center 0 no-repeat;
}
#news {
	position: absolute;
	left: 100px;
	top: 0;
	border: 1px solid #aaa;
	background: #eee;
	color: #bbb;
	padding: 10px 20px;
	height: 45px;
	width: 270px;
	font-size: 16px;
	font-weight: bold;
}
#news h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #888;
}
#layer_inner {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	height: 100%;
}
#sponsor {
	width: 100%;
	height: 100px;
	margin-top: 290px;
	text-align: center;
}
#hotspot1 a, #hotspot2 a, #hotspot3 a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#hotspot1 {
	width: 305px;
	height: 130px;
	position: absolute;
	left: 790px;
	top: 0;
}
#hotspot2 {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 100px;
	top: 80px;
}
#hotspot3 {
	width: 90px;
	height: 30px;
	position: absolute;
	left: 210px;
	top: 80px;
}
#content {
	position: absolute;
	width: 666px;
	height: 307px;
	top: 142px;
	left: 0;
	padding: 15px 25px 20px 100px;
	overflow-y: auto;
}
* html #content {
	overflow: auto;
}
#start #content {
	top: 272px;
	width: 385px;
	height: 177px;
	padding-right: 15px;
}
#kontakt {
	width: 280px;
	float: left;
	padding-right: 50px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.img-gallery img {
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}
#navigation {
	width: 1100px;
	height: 40px;
	top: 535px;
	left: 70px;
	position: absolute;
	line-height: 40px;
	font-weight: bold;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0 15px;
}
#navigation a.active,
#navigation a:hover,
#navigation a.over {
	color: #FF9900;
}
#copy {
	position: absolute;
	top: 557px;
	right: 110px;
	font-size: 9px;
	color: #aaa;
}
#bgcolor {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background: #e3e3e3;
	min-height: 50%;
	z-index: 0;
}
* html #bgcolor {
	height: 50%;
}
/* -------------------------------------------- */
p {
	margin-bottom: 10px;
}
.li, .re {
	float: left;
	width: 50%;
}
ul {
	margin: 0 0 10px 15px;
}
dl {
	margin-bottom: 10px;
}
br.clear {
	clear: both;
	display: block;
}
dt {
	float: left;
}
input.incontent,
textarea.incontent {
	border: 1px solid #ccc;
	width: 280px;
}
p.ffehler {
	color: #FF0000;
}
p.ffehler input,
p.ffehler textarea {
	border: 1px solid #FF0000;
}
input.button {
	border: 1px solid #fff;
}
input.button:hover {
	border: 1px solid #ccc;
	cursor: pointer;
}
.imageflLeft { float: left; margin: 0 20px 5px 0; }
.imageflRight { float: right; margin: 0 0 5px 20px; }
/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}
