* {
	margin: 0;
	padding: 0;
}
html {
	font: 80%/140% Arial, Helvetica, sans-serif;
}
body {
	padding: 0;
	margin: 0;
	background-color: #797c82;
	color: inherit;
}
#container {
	width: 573px;
	margin: 0 auto;
}
#header {
	background-image: url(../img/header.jpg);
	background-color: inherit;
	color: inherit;
	width: 573px;
	height: 140px;
}
#content {
	height: 300px;
	float: right;
	width: 403px;
	background-color: white;
	color: inherit;
	padding: 10px;
}
#content[id] {
    height: auto;
    min-height: 300px;
	}
#content h1 {
	font-size: 130%;
	color: #4877b8;
	background-color: inherit;
	text-transform: uppercase;
}
#content a {
	color: #4877b8;
	text-decoration: none;
}
#content p {
	margin: 15px 0;
	text-align: justify;
	color: #474747;
	background-color: inherit;
}
#content b {
	color: #4877b8;
	background-color: inherit;
}
#content ul {
	margin: 20px;
}
#navi {
	float: left;
	width: 150px;
	background-color: #f6f6f6;
	color: inherit;
	height: 200px;  /* für den IE */ 
}
#navi ul {
	padding: 10px;
	list-style-type: none;
}
#navi ul li a {
	color: #474747;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
}
#navi ul li a:hover {
	color: #4877b8;
	background-color: inherit;
	font-weight: bold;
}
#submenu h2 {
	font-size: 100%;
	background-color: inherit;
	color: #4877b8;
}
#submenu ul {
	list-style-image: url(../img/pdf.gif);
}
#submenu ul li {
	padding: 10px 0 0 0;
	margin: 0 0 0 25px;
}
#submenu h2 {
	margin: 0 0 0 10px;
}
.clear {
	clear: both;
}
#footer {
	background-color: #fff;
	color: inherit;
	text-align: center;
}
#footer p {
	font-size: 95%;
}
.beschreibung {
	border-bottom: 1px dashed #4877b8;
}
a.top {
	background: url(../img/top.gif) 0 3px no-repeat;
	display: block;
	height: 15px;
	margin-top: 5px;
	padding-left: 20px;
	width: 125px;
}

/* form begin */
input {
	border: 1px solid #d7d6d6;
}
textarea {
	border: 1px solid #d7d6d6;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
submit {	
	color: d7d6d6;
}
select:hover, input:hover, textarea:hover {
	border: 1px solid #999;
	color: #31709F;
}
select:focus, input:focus, textarea:focus {
	background: #f6f6f6;
	border: 1px solid #d7d6d6;
	color: #000;
}
html > body fieldset {
	background: #f6f6f6; /* vor IE verstecken */
}
/* form end */
