#printhead {display:none;}
html, body {
		height:100%; 
		max-height:100%; 
		overflow:hidden; 
		padding:0; margin:0; border:0;
		background : White url(img/verlauf_right.gif) repeat-y right;
	}
#head {
		display:block; 
		position: absolute; 
		top:-2px; right: 16px; 
		width:100%;
		margin:0;
		z-index:5;
		padding : 0;
		text-align : left;
		background : White;
		}
#logo img {
	padding-left : 25px;
	background-color : White;
	border : none;
	}
.pad2 {display:block; height: 153px;}
.pad3 { height: 5px;  clear : both;  display : block;   }
#content {
		display: block; 
		position: relative;
		height:100%; 
		max-height:100%;
		overflow: scroll; 
		z-index:3;
		text-align : center;
		padding : 0;
		margin : 0;
		border : 0;
		width : 100%;
		background : url(img/verlauf_right.gif) repeat-y right;
		}
	#leftpad {
		float : left;
		width : 16%;
		font-size : 0;
		margin : 0;
		position : relative;
		padding : 0;
		height : 1px;
		}
	#right {
		position : relative;
		width : 250px;
		margin : 0;
		float : right;
		font-size : 0.8em;
		text-align : left;
		padding-top : 20px;
		padding-left : 10px;
		padding-bottom : 20px;
		}
	#left 	{
		padding : 20px;
		margin : 0;
		text-align : left;
		position : relative;
		display : block;
		max-width : 50%;
		float : left;
		padding-right : 60px;
		}
	#foot {
		display:block; 
		position:absolute; 
		right:16px; 
		bottom: 0; 
		width:100%; height:30px;  
		text-align:center;  
		z-index:4; 
		margin:0; 
		border-top: 1px solid Maroon;  
		background : White url(img/topback.gif) repeat left;
		padding-top : 2px;
		}
	#printfoot { display : none; }