/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #97afa1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  color: white;
}
ul {
  list-style-type: none;
  text-align: center;
  padding-top: 25px;
}
p {
	font-size: 1.15em;
	background-color: #97afa1;
	color: white;
	padding-top: 10px;
	padding-right: 340px;
	padding-bottom: 15px;
	padding-left: 340px;
}
h1 {
	font-size: 2.8em;
	background-color: #97afa1;
	padding-bottom: 15px;
}
h2 {
}
a:link {
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-size: 1.1em;
	color: #F90;
	text-decoration: underline;
}
a:hover {
	font-size: 1.1em;
	color: #00F;
	text-decoration: none;
}
a:active {
	font-size: 1.1em;
	color: #C00;
}



.keinelinkauszeichnung {
	a:hover {
  	border-bottom: 0px;
  	padding: 0px;
  	color: none;
  	text-decoration: none;

	a:active {
  	padding: 0px;
}

h2 {
  background-color: #97afa1;
  padding-top: 15px;
  padding-bottom: 5px;
}
a:link {
  padding: 2px;
  color: black;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}
a:visited {
  padding: 2px;
  color: antiquewhite;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid blue;
  padding: 2px;
  color: blue;
  text-decoration: none;
}
a:active {
  padding: 3px;
  background-color: red;
  color: white;
}

