body {
  background-image: url('images/mainBack.png');
  background-repeat: repeat-x;
  background-color: #336699;
  font-family: Trebuchet MS, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
}

.mainPanel {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.navPanel {
 background-image: url('images/navBack.gif');
 height: 23px;
 color: white;
}

a {
  text-decoration: none;
  color: #336699;
}

a:hover {
  color: #ED6911;
}


.navPanel a {
  color: white;
  text-decoration: none;
  width: 80px;
  display: block;
  float: left;
  height: 21px;
  text-align: center;
  padding-top: 2px;
}

.navPanel a:hover {
 background-image: url('images/navButtonBack.gif');
 color: white;
}


.contentPanel {
 background-color: white;
 color: #555555;
 padding: 20px;
}



.infoPanel {
 height: 229px;
 color: white;
}

.infoPanel h1 {
 color: #ED6911;
}

.infoMainPanel {
 background-color: #F5F5F5;
 border: 1px solid #DDDDDD;
 width: 295px;
 padding: 10px;
}



.shadowPanel {
  background-image: url('images/smallShadow.gif');
  height: 3px;
  background-repeat: repeat-x;
  line-height: 0px; font-size: 0px;
}

.orangePanel {
  background-color: #ED6911;
  height: 4px;
  line-height: 0px;
  font-size: 0px;
}


.newsHead {
  height: 21px;
  padding-top: 2px;
  padding-left: 10px;
  background-image: url('images/navBack.gif');
  color: white;
}


h1 {
 margin-top: 0px;
 margin-bottom: 10px;
 color: #336699;
 font-size: 16pt;
}

h2 {
 margin-top: 0px;
 margin-bottom: 0px;
 color: #336699;
 font-size: 12pt;
}

h3 {
 margin-top: 10px;
 margin-bottom: 10px;
 color: #336699;
 font-size: 10pt;
}

p {
  margin-top: 0px;
  text-align: justify;
}

ul {
 margin-top: 10px;
}


.myImage {
 border: 1px solid #DDDDDD;
 padding: 8px;
 background-color: #F5F5F5;
 background-image: url('images/zahlweiseBack.gif');
 background-repeat: repeat-x;
}

.thumbImage {
 border: 1px solid #DDDDDD;
 padding: 8px;
 background-color: #F5F5F5;
 margin-right: 6px;
 margin-bottom: 6px;
 background-image: url('images/zahlweiseBack.gif');
 background-repeat: repeat-x;

}

.imagePanel {
  width: 168px;
  margin-right: 20px;
  float: left;
  font-size: 8pt;
  margin-bottom: 20px;
}

.downloadPanel {
  border-left: 1px solid #DDDDDD;
  padding: 10px;
}

.hinweisPanel {
  border: 1px solid #DDDDDD;
  background-color: #FAFCFE;
  padding: 10px;
}

.webPanel {
 width: 263px;
 height: 430px;;
 border: 1px solid #E1E1E1;
 padding: 2px;
 background-color: white;
}

.webList {
 padding: 0px;
 margin: 0px;
 list-style-type: none;
 list-style-position: outside;
 }

.webList li {
 margin: 0px;
 margin-bottom: 10px;
}
















