#printhead {display: none;}
#printfoot {display : none;}
html, body {
		height: 100%; 
		max-height: 100%; 
		overflow: hidden; 
		padding: 0; margin: 0; border: 0;
		text-align: center;
	}
body { background : url(img/page-background.gif) repeat-x top left; }

#head {
		position: absolute; 
		top: -1px; right : 16px;
		width: 100%; 
		height: 173px;
		margin: auto; 
		padding : 0;
		z-index : 5;
		background : url(img/head-background.png) no-repeat top center;
}
#logo {
	margin:0;
	padding:0;
	height:129px;
	overflow:hidden;
}
#logo img {
  	position:relative;
	left: -270px;
	}
	
#adminPanel {
	position:absolute;
	top:0;
	left:100px;
	z-index:10;
}
#scrollbox{
		position: relative;
		display: block; 
		height: 100%; min-height: 100%; width : 100%;
		overflow: scroll; 
		background : url(img/content-background1.gif) repeat-y top center;
		z-index: 2;
}
#centerblock {
		position : relative;
		width : 780px;
/*		height:100%;*/
		display : block;
		margin : auto;
}
.pad2 {display: block; height: 175px;}
#content_right {
		position : relative;
		width : 220px;
		margin : 0; padding : 10px; margin-right:5px;
		text-align: left;
		float : right;
		padding-top : 55px;
	}
#content_main {
		position : relative;
		display : block;
		float : left;
		width : 500px;
		margin : 0; padding : 0;
		text-align : left;
		margin-left : 0;
}
.pad3 {
		height: 30px;  
		clear : both;  
		display : block;
		}

/* Horizontale Scrollleiste verstecken */
#hs {
		display: block; 
		position: absolute; 
		right: 16px; bottom: 0; 
		width: 100%; height: 20px;  
		z-index: 3; 
		margin: 0; padding : 0;
		background : url(img/page-background.gif) repeat-x bottom left;
		font-size : 0;
		}
#foot {
		display: block; 
		position: absolute; 
		right: 16px; 
		bottom: -1px; 
		width: 100%; height: 35px;  
		text-align: center;  
		z-index: 4; 
		margin: 0; padding : 0;
		background: url(img/foot-background.png) no-repeat center top;
		color : #333333;
		font-size : 0.6em;
		letter-spacing : 0.01em;
		}
#foot span  {
	margin-top : 17px;
	display : block;
	}
