body {
	background: #f98c47;
	font-size: 10pt;
	font-family: Verdana,Arial,sans-serif;
	
}
a:visited,a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, #navi, #box, #footer {
	width: 963px;
	margin:auto;
	padding:0;
}
h1 {
	height: 250px;
	background: url(./gfx/header.jpg) no-repeat;
}

h2 {
	background: #fff;
}
#navi {
	height: 46px;
	padding-left:0;
}
#box {
	height:500px;
}
#cnt {
	background: url(./gfx/bg_main.jpg) repeat-y scroll;
	width:801px;
	float:left;
	min-height:418px;
	padding-top:1.5em;
}
#rightbar {
	background: url(./gfx/bg_right.jpg) repeat-x scroll;
	min-height:420px;
	margin-left:-1px;
	width:160px;
	float:left;
}
#rightbar *,#cnt * {
	margin:5px;
}
#boxwrapper {
	width:100%;
	background: url(./gfx/bg_center.jpg) repeat-y scroll;
}
#footer {
	height:100px;
	background: url(./gfx/footer.jpg) no-repeat;
	padding:3px 10px 10px 3px;
}

#footer p {
	margin:3px;
	padding:3px;
	float:left;
}
#navi p {
	margin:0;
	padding:0;
	border:0;
	width:160px;
	height:48px;
	background: url(./gfx/button_aktuelles.jpg) no-repeat;
	float:left;
}
#navi p a img {
	border:0;
}
.form {
	background: #fff;
	border: 1px solid #000;
}
.formfield_desc {
	float:left;
	width:17%;
}
.formfield {
	float:right;
	width:80%;
}
div#cnt p {
	background: #fff;
}