html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	font-family: Georgia, serif;
	border: 0;
	background: url(images/bg.gif) top right repeat;
}
#top, #bottom, #left, #right {
	position: absolute;
	background-color: #fff;
}
#left, #right {
	width: 20px;
	height: 100%;
}
#top, #bottom {
	width: 100%;
	height: 20px;
}
#right {
	right: 0;
}
#bottom {
	bottom: -1px;
}
a {
	text-decoration: none;
	color: #fff;
}

h1 {
	position: absolute;
	top: 40px; right: 20px; 
	margin: 0;
	padding: 4px 10px;
	
	font-size: 13px;
	font-weight: 400;
	background-color: #000;
}
#kontakt {
	position: absolute;
	bottom: 40px; left: 20px; 
	margin: 0;
	padding: 3px 10px;
	width: 187px;
	
	font-size: 13px;
	font-weight: 400;
	background-color: #000;
}
#kontakt.sel {
	background-color: #fff;
}
#kontakt.sel a {
	color: #000;
}
#inhalt {
	position: absolute;
	left: 190px;
	margin-top: 20%;
	line-height: 220%;
}
span  {
	padding: 3px 10px;
	font-size: 20px;	
	color: #000;
	background-color: #fff;
}

#phlinkob959414 a {
	color: #000;
}

h1, #inhalt, #kontakt {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}