html {
	min-height: 100.01%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	background-color: #DDD;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#rahmen {
	width: 900px;
	margin: auto;
	padding: auto;
}
#hilfsnavigation {
	text-align: right;
	padding: 10px 18px 0px 0px;
}
#hilfsnavigation a {
	color: #555;
	text-decoration: none;
}
#hilfsnavigation a:hover {
	color: #F00;
}
#kopfzeile {
}
#navigation {
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navigation li a {
	font-size: 17px;
	font-weight: bold;
	color: #555;	
	text-decoration: none;
}
#navigation li a:hover {
	color: #F00;
}
#inhalt {
	padding-right: 16px;
	padding-left: 16px;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#inhalt h1 {
	font-size: 22px;
	color: #00F;
}
#inhalt h2 {
	font-size: 15px;
}
#inhalt p, #inhalt li {
	line-height: 19px;
}
#inhalt a {
	color: #009;
	text-decoration: none;
}
#inhalt a:hover {
	color: #F00;
}
#inhalt abbr {
	color: #F00;
	border: 0;
}
#inhalt .error {
	color: #F00;
}
#inhalt .kontaktBox {
	float: left;
	padding-right: 50px;
}
#inhalt .clear {
	clear: both;
}
#inhalt .formElement {
	margin-bottom: 10px;
}
#inhalt .formElement label {
	float: left;
	width: 100px;
	padding-top: 3px;
}
#inhalt .formTextfield {
	border: 1px solid #AAA;
	padding: 3px;
}
#inhalt .formTextfield:focus {
	background-color: #EEE;
}
#inhalt .formTextarea {
	border: 1px solid #AAA;
	padding: 3px;
}
#inhalt .formTextarea:focus {
	background-color: #EEE;
}
#inhalt #gallery {
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #AAA;
}