/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Sans-Serif, Arial, Verdana;
	font-size: 1em;
	color: #fff;
	}
* a {
	text-decoration: underline;
	color: #fff;
	}
* a:hover {
	text-decoration: none;
	}
body {
	background-image: url(grafiken/hintergrund.gif);
	background-position: top;
	background-repeat: repeat;
	}
#huelle {
	margin: 20px auto;
	width: 840px;
	}
#kopf {
	background-image: url(grafiken/kopf.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 250px;
	}
	
#navigation {
	margin: 0 auto;
	width: 800px;
	}
#navigation_oben {
	background-image: url(grafiken/mitte_oben.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
#navigation_mitte {
	background-image: url(grafiken/mitte_mitte.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 740px;
	padding: 0 30px;
	}
li {
	display: inline;
	}
#navigation_unten {
	background-image: url(grafiken/mitte_unten.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
#mitte {
	margin: 0 auto;
	width: 800px;
	}
#mitte_oben {
	background-image: url(grafiken/mitte_oben.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
#mitte_mitte {
	background-image: url(grafiken/mitte_mitte.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 740px;
	padding: 30px 30px 10px;
	}
#mitte_unten {
	background-image: url(grafiken/mitte_unten.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
#fuss {
	margin: 0 auto;
	width: 800px;
	}
#fuss_oben {
	background-image: url(grafiken/mitte_oben.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
#fuss_mitte {
	background-image: url(grafiken/mitte_mitte.jpg);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	width: 740px;
	padding: 0 30px;
	}
#fuss_unten {
	background-image: url(grafiken/mitte_unten.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	}
.ueberschriften001 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
	}
.fussnoten {
	font-size: small;
	border-top: solid 1px #ccc;
	}
.absatz20 {
	margin-bottom: 20px;
	}
.curier {
	font-family: "Courier New", Courier, monospace;
	}
.absatz10 {
	margin-bottom: 10px;
	}
textarea, input {
	color: #333;
	}
#banner textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	}
.tabelle {
	margin-bottom: 20px;
	}
.tabelle div {
	padding: 5px 10px;;
	}
