* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body, html {
	background: #8F8F8A url('background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#Container {
	margin: 10px auto;
	max-width:1200px;
	min-width:800px;
	background-color: white;
	border: 1px solid gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#Kopf {
	height: 125px;
	background: transparent url('header.jpg') center top no-repeat;
}
div#Hauptnavigation {
	background-color: #DDDDDD;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: right;
}
.textbox {
	padding:2px;
	margin:4px;
}
div#Seitennavigation {
	float:left;
	font-size: 14px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dashed #DDDDDD;
}
div#Seitennavigation h3 {
	margin: 5px;
	margin-top: 15px;
}
div#Seitennavigation ul li {
	list-style: none;
	font-size: 13px;
}
div#Seitennavigation ul li a{
	display: block;
	background-color: #ECECEC;
	padding: 4px;
	padding-left: 15px;
	margin: 5px;
	width: 150px;
}
div#Seitennavigation ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #DDDDDD;
}
div#Seitennavigation ul li ul {
	padding-bottom: 8px;
}
div#Seitennavigation ul li ul li {
	padding-left: 20px;
}
div#Seitennavigation ul li ul li a {
	color: gray;
	display: inline;
	padding: 4px;
	padding-bottom: 10px;
	background: none;
	font-size: 13px;
}
div#Seitennavigation ul li ul li a:hover {
	background-color: transparent;
}
div#info {
	border: 1px dashed gray;
	border-top: none;
	border-right: none;
	text-align:center;
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
	background-color: #EEEEEE;
	width: 180px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	font-size: 12px;
}
ul {
	margin-bottom: 15px;
}
div#info li {
	font-weight: bold;
	list-style: none;
}
div#Inhalt {
	margin-left: 200px;
	padding: 20px;
	font-size: 13px;
	line-height: 20px;
	min-height: 700px;
}
.highlight {
	background-color: yellow;
}
div#Inhalt img {
	border: 4px solid gray;
	margin: 10px;
}
div#Inhalt h1, div#info h1 {
	font-family: Lucida, Verdana, sans-serif;
	margin-bottom: 15px;
}
div#Inhalt input, div#Inhalt textarea {
	padding: 5px;
	border: 1px solid gray;
}
a {
	color:red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.topnav {
	width: 98%;
}
.topnav td {
	text-align: center;
}
div#Inhalt table {
	border:none;
	background-color:silver;
}
div#Inhalt table caption {
	font-size:1.3em;
	margin-bottom:0;
	text-align:left;
}
div#Inhalt table tr {
	background-color:#eee;
}
div#Inhalt table td {
	padding:7px;
}
div#Inhalt p, div#info p {
	padding-bottom: 20px;
}
div#Inhalt h3, div#info h3 {
	margin-bottom: 15px;
}
div#Inhalt li {
	margin-left: 20px;	
}
div#Fusszeile {
	clear: left;
	border-top: 1px dashed gray;
	height: 20px;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
}
div#Fusszeile ul li {
	list-style: none;
}
div#Fusszeile ul li a {
	color: silver;
	font-size:12px;
}
div#Footer {
	text-align: center;
	padding-bottom:30px;
}
div#Footer a {
	color: black;
	text-decoration: none;
}