body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #fff;

	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.8em
}

body, div, p, span, a, td, th, input, textarea {
	color: #222;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	padding: 10px;
}

input, textarea {
	border: 1px solid #555;
	background-color: #fff;
}

input:focus, textarea:focus {
	border: 1px solid #eb3a00;
}

table, tr {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	line-height: 1.8em;
}

td {
	padding: 5px;
}

h1 {
	display: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #555;
}

h2 { font-size: 24px }
h3 { font-size: 16px }

#hinweis {
	font-weight: bold;
	color: #664433;
}

#inhalt img {
	border: 1px solid #666;
}

#seite {
	position: relative;
	left: 50%;
	margin-left: -400px;
	padding: 0px;
	width: 800px;
	height: auto;

	border-left: 2px solid #eb3a00;
	border-right: 2px solid #eb3a00;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	background-color: #FFFFA8;
}

#header {
	position: static;
	width: 100%;
	height: 100px;
}


#navigation {
	position: relative;
	left: 200px;
	width: 600px;
	height: 25px;
	color: #222;
}

#menu{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: block;
	padding: 0px 25px;
	margin: 0px;
	line-height: 50px;
	float: right;
	text-align: center;

	font-size: 15px;
}

#menu li:hover {
	background-color: #eb3a00;
}

#menu a {
	color: #222;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#menuaktuell {
	background-color: #eb3a00;
}

#menuaktuell a {
	color: #fff;
}

#inhalt {
	position: relative;
	left: 175px;
	width: 575px;
	padding: 25px;
	height: auto;
	float: left;
}

#footer {
	position: static;
	clear: both;
	width: 100%;
	line-height: 2em;
	font-size: 11px;

	font-variant: small-caps;

	text-align: center;
	background-color: #eb3a00;
	color: #fff;
}

#footer a, #footer a:hover {
	color: #fff;
}

.button, .buttonhover {
	border: 1px solid #666;
	padding: 5px 10px;
	background-color: #fff;
}

.button h3, .buttonhover h3 {
	margin: 0px;
}

.buttonhover {
	background-color: #ff0;
}

.ausklappbar {
	display: none;
}