html
	{
		height:100%;
	}
	
body
	{
		height:100%;
		margin:0%;
		padding:0%;
		background-color: #ff9900;
		background-image: url('../bilder/bg_streifen.gif');
		background-repeat: repeat-y;
	}
	
a
	{
		color: #ff9900;
		font-weight: bold;
	}	
	
a:hover
	{
		color: #ffffff;
		background-color: #ff9900;
	}
	
#hauptteil
	{
		position: absolute;
		width:100%;
		top: 0%;
		left: 0%;
	}
	
#menuleiste
	{
		position: absolute;
		width:360px;
		height: 510px;
		top: 0px;
		left: 25px;
		background-image: url('../bilder/atmos/2.jpg');
		background-repeat: no-repeat;
	}
	
#janschaffrath
	{
		position: absolute;
		width: 202px;
		height: 33px;
		top: 7px;
		right: 7px;
	}
	
#menubar
	{
		position: absolute;
		width: 300px;
		top: 50px;
		right: 0px;
	}
			
#textleiste
	{
		position: absolute;
		width:580px;
		top: 0px;
		left: 385px;
		background-color: #ffffff;
	}
	
#druckservice
	{
		position: absolute;
		width: 228px;
		height: 22px;
		top: 11px;
		left: 7px;
	}
	
#pagehead
	{
		position: absolute;
		top: 53px;
		left: 10px;
		font: bold 14px verdana;
		color: #ff9900;
	}
	
#textcontent
	{
		position: absolute;
		width: 560px;
		top: 80px;
		left: 10px;
		font: normal 12px verdana;
		line-height: 18px;
		overflow: auto;
		padding-bottom: 20px;
	}