@charset "utf-8";
/* CSS Document */

#page {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  position: relative;
  width: 800px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #fff;
}
a:focus {
  color: #fff;
}
p {
  line-height: 150%;
}
/*
.content {
	background-image: url(../img/sektion/textfeld.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	font-size: 1em;
	color: #fff;
}*/
.content h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}
.footer {
  background-image: url(../img/sektion/infos.gif);
  text-align: center;
  font-size: 0.9em;
  color: #333;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer a:link {
  color: #333;
  text-decoration: none;
}
.footer a:visited {
  color: #333;
}
.footer a:hover {
  color: #333;
  text-decoration: underline;
}
.footer a:active {
  color: #333;
}
.footer a:focus {
  color: #333;
}