body {
	padding:0;
	margin:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #e6ddd2;
	text-align: center;
	overflow-y:scroll;
}

* + html body {
	overflow: auto;
}

#container {
	margin: auto;
	width: 554px;
	text-align: center;
}

h1 {
	margin: 0 10px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h2 {
	margin: 0 10px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}


h3 {
	margin: 5px 10px 5px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1b34;
}

h4 {
	margin: 5px 10px 5px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

#navi {
	width: 544;
	margin: 2px 5px 2px 5px;
	text-align: left;
}

#navi a {
	float:left;
	height: 18px;
	padding: 4px 9px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #482c0e;
}

#navi a:hover, #navi a.aktuell {	
	background-color: #fff;
	color: #de182b;
}

#navi img {
	float: left;
	margin: 3px 1px 3px 1px;
}

.s_top {
	display: block;
	margin: 10px 0 0 0;
	height: 5px;
	width: 554px;
	padding: 0;
	background-image: url(../img/s_top.gif);
	background-position: left;
}

.s_content {
	display: block;
	width: 554px;
	margin: 0;
	padding: 8px 13px 8px 13px;
	background-image: url(../img/s_middle.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.s_content img {
	margin: 0;
	border: 1px #e1e1e1 solid;
}

.s_bottom {
	height: 5px;
	width: 554px;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../img/s_bottom.gif);
}

.content_bg {
	width: 512px;
	margin: 0;
	padding: 8px;
	background-color: #fcf2e4;
}

.content_bg  p{
	margin-top: 0;
}

.content_bg img{
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	border: 4px #fff solid;
}

.small {
	font-size: 9px;
}

.small img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}

.neu {
	color: #de182b;
}

form td {
	height: 20px;
}

input.box {
	border: none;
	background-color: #fff;
}

input {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #fff;
}

input.xl {
	width: 240px;
}

textarea {
	font-size: 12px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: none;
	border-bottom:none ;
	background-color: #f4f4f4;
}

input.s {
	width: 50px;
}

input.l {
	width: 180px;
}

a.senden {
	width: 96px;
	font-size: 12px;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #fff;
	background-color: #000;
}

#fehlermeldung {
	font-weight: bold;
	color: #de182b;
}

.hl {
	clear: both;
	display: block;
	height: 2px;
	width: 544px;
	margin: 2px 5px 2px 5px;
	background-image: url(../img/hl.gif);
	background-repeat: repeat-x;
}

#meta {
	display: block;
	width: 544px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 9px;
}

#meta a {
	text-decoration: none;
	color: #000;
}

#meta a:hover {
	text-decoration: underline;
}
	

#pianale {
	display: none;
	margin: 10px 0 10px 0;
}