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                  ----- */
/*  ---------------------------------------------------------- */
#headertitelhigh {
	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: 99px;
	top: 31px;
	z-index: 2;
}
#projekte {
    position: absolute;
	left: 85px;
	top: 51px;
	z-index: 3;
}
#grafxsphr {
    position: absolute;
	left: 136px;
	top: 129px;
	z-index: 2;
}
#grafx {
    position: absolute;
	left: 136px;
	top: 149px;
	z-index: 3;
}
#linxsphr {
    position: absolute;
	left: 166px;
	top: 226px;
	z-index: 2;
}
#linx {
    position: absolute;
	left: 179px;
	top: 247px;
	z-index: 3;
}
#kontaktsphr {
    position: absolute;
	left: 165px;
	top: 333px;
	z-index: 2;
}
#kontakt {
    position: absolute;
	left: 152px;
	top: 354px;
	z-index: 3;
}
#biosphr {
    position: absolute;
	left: 135px;
	top: 436px;
	z-index: 2;
}
#bio {
    position: absolute;
	left: 119px;
	top: 455px;
	z-index: 3;
}
#menuindex {
    position: absolute;
	left: 68px;
	top: 502px;
	z-index: 2;
}
/*  ---------------------------------------------------------- */
/*  -----                   MainFrame                    ----- */
/*  ---------------------------------------------------------- */
#inhaltitelhigh {
	position:absolute;
	top:150px;
	left:263px;
	bottom:0px; 
	right:0;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
	overflow:auto; 
	background:#000000;
}
/*  ---------------------------------------------------------- */
/*  -----            For Internet Explorer               ----- */
/*  ---------------------------------------------------------- */
* html body {
	padding:150px 0 0px 263px;
	position:absolute;
}
* html #inhaltitelhigh {
	height: 100%;
	width:100%;
	background:#000000;
}
