body { 
  background-color: #060;
  font-size: 10pt;
}

a {
	font-size: 9pt;
}

h1 {
  padding: 0px;
  margin: 0;
}

h3, h2 {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#left h3, #right h3 {
	margin-top: 0;
}

/* Test:
   Gibt den Inhalt des angegebenen Attributes nach dem Tag aus
 
img:after { content: attr(alt); }
a:after { content: ": " attr(target); }
*/

#top {
  background-color: #060;
  width: 100%;
  height: 80px;
  color: white;
  font-weight: bold;
}

#top div.address {
  padding: 49px 0 0 220px;
  margin: 0;
}

#top a {
  color: #C6EEB9;
  text-decoration: none;
}

#top a:hover {
  color: #D6FEC9;
  text-decoration: underline;
}

#container { /* über alles */
  font-family: Verdana, Arial, Helvetica, sans-serif;
/*  font-size: 90%; */
  line-height: 150%;
  background-color: #C6EEB9;
}

#left { /* linke Spalte */
  float: left;
  width: 200px;
  padding: 15px 5px 0 5px;
}

#left p {
/*  font-size: 90%; */
  margin: 5px 0px 0px 0px;
  padding: 0;
}

#left a {
  color: #060;
  font-weight: bold;
/*  font-size: 95%; */
  text-decoration: none;
}

#left a:hover {
  color: #393;
  text-decoration: underline;
}

#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left ul li {
	margin-bottom: 15px;
}

#content { /* Inhalt, mittlere Spalte */
  background-color: #efe;
  padding: 15px 10px 10px 10px;
  margin-left: 210px;
  margin-right: 210px;
  min-width: 510px;
}

#content h1 {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 110%;
}

#content a {
  color: #060;
  font-weight: bold;
/*  font-size: 100%; */
  text-decoration: none;
}

#content a:hover {
  color: #393;
  text-decoration: underline;
}

#right { /* rechte Spalte */
  width: 200px;
  float: right;
  padding: 15px 5px 0 5px;
}

#right a {
  color: #060;
  font-weight: bold;
/*  font-size: 95%; */
  text-decoration: none;
}

#right a:hover {
  color: #393;
  text-decoration: underline;
}

#footer {
  clear: both;
  margin: 0;
  padding: .1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  border-top: 1px solid black;
}

#footer a {
  color: #060;
  text-decoration: none;
}

#footer a:hover {
  color: #393;
  text-decoration: underline;
}

