* {
	margin: 0;
	padding: 0;
}
body {
	background: #007080;
	color: #FFF;
	font: 0.6em Verdana,Arial,Geneva,Helvetica, sans-serif;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 16px;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 8px;
}
p {
	margin: 0 0 16px 0;
}
.content p {
	margin: 0;
}
.content img {
	margin-bottom: 16px;
}
.fblau, a:link, a:link, a:visited, a:active, h2 {
	text-decoration: none;
	color: #F6E000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
img {
	border-width: 0;
}
#site {
	width: 786px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -393px;
	background: transparent url(../img/bg_site.gif) no-repeat;
}
#topl {
	margin-top: 314px;
}
#topr {
	margin-top: 324px;
}
#topl, #footerl {
	float: left;
	height: 1%;
	width: 450px;
}
#topl, #topr {
	height: 1%;
}
#topl p, .content p, h1, h2 {
	margin-left: 46px;
}
#topr p {
	margin-left: 470px;
}
* html #topr p {
	margin-left: 20px;
}
.content {
	padding-top: 16px;
}
.content, #footer {
	border-top: 1px solid #FFF;
	margin: 12px 0;
}
#footer {
	padding-top: 8px;
}
#footerr {
	text-align: right;
}
#popuplokal {
	position:absolute;
	top: 334px;
	left: 650px;
}
.clearfloat {
	clear:both;
	height: 1px;
	overflow: hidden;
}