
.fl { float: left; }

*, html {
	margin: 0;
	padding: 0;
	border: 0 none;
	line-height: normal;
}

html { 
	height: 100%; 	
}
	html body {
		height: 100%;
	}
	html body #page {
		min-height: 100%;		
		height: auto;	
	}
	
body {
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
	background: #354359 url(images/body.gif) repeat-x;
}

#page {
	width: 744px;
	margin-left: 10%;
	background: transparent url(images/cbg.jpg) top left repeat-y;
	position: relative;	
}

#header {	
	background: transparent url(images/header.jpg) no-repeat top left;	
	height: 200px;
}

#menu-bar {	
	width: 244px;
	height: 25px;	
	margin: 0 22px;
	position: absolute;
	top: 175px;
	right: 0;	
}

	#menu-bar span, #menu-bar a {
		display: block;		
		float: left;		
		height: 25px;		
		width: 81px;
	}	
	#menu-bar span.home {
		background: transparent url(images/home.jpg) no-repeat;
		background-position: left bottom;
	}	
	#menu-bar span.kontakt {
		background: transparent url(images/kontakt.jpg) no-repeat;
		background-position: left bottom;	
	}	
	#menu-bar span.impressum {
		background: transparent url(images/impressum.jpg) no-repeat;
		background-position: left bottom;
	}	
	#menu-bar a:hover span {		
		background-position: left center;		
	}
	#header #menu-bar .active {
		background-position: left top;
	}	

	
#content {	
	clear: both;
	font-size: 12px;
	color: #B8C2D2; 	
	min-height: 250px;	
	height: auto;	
	background: transparent url(images/fade.gif) top center no-repeat;
}

#content-box {
	margin: 0 22px;
	padding: 20px 60px 0 60px;			
}

#footer-skip {
	height: 60px;
}
#footer {
	width: 680px;	
	margin: 0 22px;
	background: #344257;
	padding: 6px 10px;
	position: absolute;
	font-weight: normal;
	color: #5B6880;
	bottom: 0;
}
	#footer p {
		text-align: center;		
		font-size: 9px;
		line-height: 11px;
		text-transform: uppercase;
	}
	#footer a {
		color: #5B6880;
		font-weight: bold;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
div.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}