html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #e3e6e9 url(background.gif) repeat-x;
	font-family: verdana, arial, sans-serif;
}

#head {
	height: 25px; 
	width: 100%;
	background: #63717e;
	border-bottom: 1px solid #9ea8b0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	}
	
#head-left {
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}

#head-right {
	position: absolute;
	right: 0;
	padding: 0 8px 0 0;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}
	
#head-right a {
	color: #fff;
	text-decoration: none;
	}	
	
#head-right a:hover {
	text-decoration: underline;
	}		

#footer-left {
	position: absolute;
	left: 0;
	padding: 0 0 0 8px;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	}

#footer-right {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding: 0 20px 0 0;
	white-space: nowrap;
	height: 25px;
	}
	

#abstand {
	height: 45%; 
	width: 100%;
	border-top: 1px solid #4e5c6a;
	}
	
#inhalt {
	height: 150px;
	margin: auto auto;
	text-align: center;
}

#footer {
	position: absolute;
	bottom: 0;
	background: #c0c6cc;
	font-size: 11px;
	width: 100%;
	height: 25px;
	color: #4E5C6A;
}