body
{
	color:				black;
	background-color:	#444;
	font-size: 			100.01%;
	font-family: 		Arial;
	margin: 			0;
	padding: 			1em 0;
	text-align: 		center;  // Zentrierung im Internet Explorer
}

table#level0
{
	width:		1000px;
}

div#level0
{
	text-align:	left; 
	position:	absolute; 
	top:		10px; 
	bottom:		0px;
	width:		1000px; 
	height:		900px;
	border:		0px ridge darkblue;
}

div#left
{
	top:		160px;
	left:		0px;
	width:		130px;
	height:		740px;

	text-align:	left;
	background: #FFF9FF;
	background-image:url(./bildmaterial/grafiken/inhalt_verlauf_bl-ws.gif);
	border: 	0px dashed silver;
	position:	absolute;
}

div#right
{
	top:		160px;
	right:		0px;
	width:		155px;
	height:		740px;
	text-align:	center;
	background:	#FAFAFA;
	border: 	0px dashed silver;
	position:	absolute;	
}

div#main
{
	background: #FFF;
	border: 	0px dashed silver;
	position:	absolute;
	top:		160px;
	left:		130px;
	right:		100px;
	height:		700px;
	width:		715px;
	overflow:	auto; 
	overflow-x:	hidden;

	scrollbar-face-color: 		#01669A;
	scrollbar-highlight-color: 	#01669A;
	scrollbar-3dlight-color: 	#FF9724;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: 	#FFF;
	scrollbar-arrow-color: 		#FFF;
	scrollbar-track-color: 		#FFF; 
}

div#banner
{
	background: #FFF;
	border: 	0px dashed silver;
	position:	absolute;
	top:		0px;
	left:		0px;
	right:		0px;
	height:		160px;
	width:		100%
	font-face:	arial;
}

div#banner_right
{
	background-image:url(./bildmaterial/grafiken/schatten_re.gif);
	border:		1px; dashed silver;
	position:	absolute;
	top:		75px;
	right: 		0px;
	height: 	400px;
	width:		155px;
}

div#banner_right h1
{
	text-align: 	center;
	font-weight:	bold;	
	font-size: 		12pt;	
	color: 			#333;
}

div#bottom
{
	background: #000;
	border: 	0px dashed silver;
	position:	absolute;
	bottom:		0px;
	left:		0px;
	right:		0px;
	height:		40px;
	width:		1000px;
}

div#test
{
	position: absoulute;
	top: 20px;
	left:20px;
	background: #eee;
}

div#bottom span
{
	color:		white;
	font-size:	10px;
}


div#right h1
{
	font-size: 1.5em;
	margin: 0 0 1em;
}


div.test
{
	text-align:	center;
	top: 200px;
	padding:	20px; 
	border:	thin solid red; 
	margin:	25px";
}