body {
  background-color:#FFFFFF;
  font-family: verdana, helvetica, sans-serif; 
  margin-top:5px;
  margin-left:50px;
  margin-right:50px;
}

A.link {
color:#666666; 
text-decoration:none;
}

A:Visited.link {
  color:#666666; 
  text-decoration:none;
}

A:Active.link {
  color:#666666; 
  text-decoration:none;
}

A:Hover.link {
  color:#000000; 
  text-decoration:underline; 
}

h1 {
  font-size:15pt; 
  font-weight:bold;
  color: #CC6633;
  margin-bottom:5px;
  text-decoration:underline;
  font-variant: small-caps;
}

h2 {
  font-size:11pt; 
  font-weight:bold;
  color: #CC6633;
  margin-bottom:5px;
  text-decoration: underline;
  text-align:left;
  margin-left: 10px;
}

h3 {
  font-size:10pt; 
  font-weight:bold;
  color: #CC6633;
  padding-left: 10px;
  margin-bottom:5px;
  text-decoration:none;
  text-align:left;
}

.txt, li, p, td {
  font-size:10pt; 
  font-weight:normal;
  color: #666666;
  padding-left:10px;
  padding-right:0px;
  text-align:justify;
  margin-top:0px;
  margin-bottom:0px;
  vertical-align: top;
}

p {
  font-size: 10pt;
  font-weight:normal;
  color: #666666;
}

li {
    padding-bottom: 15px;
}

.footer {
  font-size:8pt; 
  font-weight:normal;
  color: #666666;
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
}

.titel{
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

p {
  padding-left: 10px;
  margin-top: 10px;
}

p.contact {
  border: 2px solid #81A0ED;
  padding: 10px 20px;
  background: #BFCEF5;
  color: #000;
  width: 250px;
}

.menu ul {
  width: 100%;
  background: #bfcef5;
  display: block;
  min-height: 25px;
  padding: 0;
}

.menu li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  background: #bfcef5;
  width: 120px;
  border-right: 1px solid #000;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 4px;
  color: #fff;
}

.menu a.active,
.menu a:hover {
  background: #81a0ed;
}

ul.txt {
  margin-left: 20px;
}

ul.txt li {
  padding-bottom: 0;
}

img.frankheye {
  border: 1px solid #123456;
  float: right;
  margin: 30px 0px 20px 20px;
}

.concerten {
  background: #EEE;
  border: 1px solid #CC6633;
  padding: 0px 20px 20px 20px;
  width: auto;
  max-width: 100%;
  box-shadow: 10px 10px 5px #888;
}

.concerten.goc {
  background: #eae5e5;
}

.concerten img {
  max-width:100%;
}