body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%; 
	background:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#FF8040;
	overflow: hidden;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-style:italic;
	text-align:left;
	color:#FF7028;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:normal;
	text-align:left;
	color:#FF7028;
}
a:link, a:visited {
	text-decoration:none;
	color:#FF6600;
}
a:visited {
	color:#990000;
}
a:hover {
	text-decoration:underline;
}
/*  ---------------------------------------------------------- */
/*  -----                  Titel-Leiste                  ----- */
/*  ---------------------------------------------------------- */
#header {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:200px; 
	overflow:hidden; 
	background:#000000;
	color:#fff;
}
#headertitel {
	position:absolute; 
	top:0; 
	left:263px; 
	width:100%; 
	height:150px; 
	overflow:hidden; 
	background:#000000;
	color:#fff;
}
#titel {
    position: absolute;
	left: 443px;
	top: 12px;
	z-index: 3;
}
/*  ---------------------------------------------------------- */
/*  -----                Navigation links                ----- */
/*  ---------------------------------------------------------- */
#indexbox {
	position:absolute;
	top:0px;
	left:0px;
	height: 623px;
	width: 263px;
	overflow: hidden;
	background:#000000;
}
#projektesphr {
    position: absolute;
	left: 131px;
	top: 28px;
	z-index: 2;
}
#projekte {
    position: absolute;
	left: 116px;
	top: 49px;
	z-index: 3;
}
#ueberunsphr {
    position: absolute;
	left: 162px;
	top: 155px;
	z-index: 2;
}
#ueberuns {
    position: absolute;
	left: 146px;
	top: 174px;
	z-index: 3;
}
#kontaktsphr {
    position: absolute;
	left: 167px;
	top: 290px;
	z-index: 2;
}
#kontakt {
    position: absolute;
	left: 155px;
	top: 312px;
	z-index: 3;
}
#pressespiegelsphr {
    position: absolute;
	left: 132px;
	top: 425px;
	z-index: 2;
}
#pressespiegel {
    position: absolute;
	left: 84px;
	top: 444px;
	z-index: 3;
}
#wwwskeltchsphr {
    position: absolute;
	left: 98px;
	top: 550px;
	z-index: 2;
}
#wwwskeltch {
    position: absolute;
	left: 53px;
	top: 572px;
	z-index: 3;
}
#menuindex {
    position: absolute;
	left: 53px;
	top: 572px;
	z-index: 2;
}
/*  ---------------------------------------------------------- */
/*  -----                   MainFrame                    ----- */
/*  ---------------------------------------------------------- */
#inhalt {
	position:fixed;
	top:150px;
	left:263px;
	bottom:0px; 
	right:0;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	overflow:auto; 
	background:#000000;
}
#inhaltitel {
	position:fixed;
	top:150px;
	left:0px;
	bottom:0px; 
	right:0;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	overflow:auto; 
	background:#000000;
}
#kontaktbox {
	position:fixed;
	top:200px;
	left:263px;
	bottom:0px; 
	right:0;
	padding-left:110px;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	overflow:auto; 
	background:#000000;
}
/*  ---------------------------------------------------------- */
/*  -----            For Internet Explorer               ----- */
/*  ---------------------------------------------------------- */
* html body {
	padding:170px 0 0px 263px;
	position:absolute;
}
* html #inhalt {
	height: 100%;
	width:100%;
	background:#000000;
}
* html #inhaltitel {
	height: 100%;
	width:100%;
	background:#000000;
}
* html #kontaktbox {
	height: 100%;
	width:100%;
	background:#000000;
}

