* {
	background-color: #bebed2;
	font-family: sans-serif;
	font-size: 10pt;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#kopf a {
	text-decoration: none;
}

.links {
	float: left;
}
.rechts {
	float: right;
}
body {
	margin-top: 2em;
	margin-bottom: 4em;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	min-width: 800px;
}

h1 {
	font-size: 2em;
	color: white;
	text-transform: none;

	/* Sollte vielleicht verwendet werden: */
	letter-spacing: normal;
	word-spacing: normal;
}

h2 {
	font-size: 1.3em;
	color: white;
}

a {
	font-weight: bolder;
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline overline;
}
a:visited {
	color: #6633cc;
}

#kopf {
	border-left: 2em #bebed2 solid;
	border-right: 2em #bebed2 solid;
	vertical-align: middle;
	background-color: #6633cc;
	height: 99px;
	padding-left: 2em;
}

#kopf1 {
	border-left: 2em #bebed2 solid;
	border-right: 2em #bebed2 solid;
	background-color: #6633cc;
	height: 1em;
}

#kopf2 {
	border-left: 2em #bebed2 solid;
	border-right: 2em #bebed2 solid;
	background-color: #ff0033;
	height: 1em;
}
#kopf3 {
	background-color: #bebed2;
	height: 1em;
}

#mitte_l {
	float:left;
	text-align: left;
	margin-left: 2em;
}

#mitte_m { 
	float:left;
	text-align: left;
	margin-left: 1em;
	width: 35em;
}

#mitte_r {
	float:right;
	text-align: left;
	margin-top: 28em;
	margin-right: 15em;
}

#fuss1 { 
	border-left: 2em #bebed2 solid;
	border-right: 2em #bebed2 solid;
	height: 6px;
	background-color: #ff3333;
	clear: both;
}

#fuss { 
	border-left: 2em #bebed2 solid;
	border-right: 2em #bebed2 solid;
	padding-top: 0.5em;
	padding-bottom: 1.2em;
	background-color: #9966cc;
	text-align: center;	
	clear: both;
}

#fuss a {
	background-color: #9966cc;
}


