* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* -------------------------------------------- */
body {
	background: #dedadb url('/files/bg.jpg') 0 0 repeat-x;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#layer {
	position: absolute;
	height: 793px;
	width: 910px;
	margin-left: -455px;
	left: 50%;
}
#top {
	height: 100%;
	width: 100%;
	background: url('/files/top.jpg') 0 0 no-repeat;
}
.hotspot {
	position: absolute;
	display: block;
	text-decoration: none;
}
#hotspot3 {
	right: 25px;
	top: 80px;
	width: 200px;
	height: 80px;
}
#hotspot4 {
	left: 30px;
	top: 180px;
	width: 25px;
	height: 18px;
}
#navi {
	position: absolute;
	top: 178px;
	right: 25px;
	text-align: right;
	width: 820px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#navi li {
	float: right;
	list-style: none;
}
#navi a {
	color: #fff;
	text-decoration: none;
	padding: 0 35px;
	text-transform: uppercase;
}
#navi a:hover,
#navi a.over,
#navi a.active {
	color: #ff8500;
}
#middle {
	height: 100%;
	position: relative;
	width: 100%;
	background: url('/files/middle.jpg') 0 230px no-repeat; 
}
#left {
	position: absolute;
	top: 220px;
	left: 25px;
	height: 280px;
	width: 285px;
}
.wuerfel {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -130px 0 0 -130px;
}
#right {
	position: absolute;
	left: 320px;
	top: 220px;
	width: 510px;
	height: 370px;
	padding: 20px 35px 20px 25px;
	overflow: auto;
}
a {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #ff8500;
}
h1 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #ff8500;
	font-weight: bold;
}
h2 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #ff8500;
	font-weight: normal;
}
#foot {
	position: relative;
	height: 100%;
	width: 100%;
	background: url('/files/bottom.jpg') 0 493px no-repeat;
}
#hotspot1 {
	bottom: 140px;
	left: 140px;
	width: 160px;
	height: 50px;
}
#hotspot2 {
	bottom: 30px;
	left: 10px;
	height: 130px;
	width: 130px;
}
#copy {
	position: absolute;
	bottom: 122px;
	right: 20px;
	height: 30px;
	width: 560px;
	font-size: 11px;
	color: #fff;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}
#copy a {
	color: #fff;
	text-decoration: none;
}
#copy a:hover {
	color: #222;
}

/* -------------------------------------------- */
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;
}
#kontakt textarea {
	height: 90px;
}
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;
}