body {
  background:url(images/body-bg.gif);
  background-repeat: repeat-x;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 16px;
}

/* Links Start */
a:link {
  text-decoration: none;
  color: #333333;
  padding-left: 20px;
  background:url(images/crown_17px.png);
  background-repeat: no-repeat;
}

a:visited {
  text-decoration: none;
  color: #333333;
  padding-left: 20px;
  background:url(images/crown_17px.png);
  background-repeat: no-repeat;
}

a:hover {
  text-decoration: underline;
  color: #404040;
}

a:focus {
  text-decoration: underline;
  color: #404040;
}

a:active {
  text-decoration: underline;
  color: #404040
}

a.gray:link{
  text-decoration: underline;
  color: #333333;
  padding-left: 0;
  background:url();
}

a.gray:visited{
  text-decoration: underline;
  color: #333333;
  padding-left: 0;
  background:url();
}

a.gray:hover{
  text-decoration: underline;
  color: #333333;
  padding-left: 0;
  background:url();
}

a.gray:active{
  text-decoration: underline;
  color: #333333;
  padding-left: 0;
  background:url();
}
/* Links End */

#main_container { 
 width: 820px; 
 margin: 0 auto;
 text-align: center;
}

#main_header {
  height: 205px;
}

#nav {
 width: 900px;
}
 
ul {
  margin: 0;
  padding: 0 0 0 30px;
}

#navigation-1 li {
background: #FECF04;
float: left;
list-style-type: none;
font-family: Helvetica, Tahoma, Arial, sans-serif;
font-size: 16px;
}

#navigation-1 li a {
color: #404040;
float: left;
text-decoration: underline;
padding: 10px 20px 11px 20px;
}

#navigation-1 li a:hover {
background: #FFFCEC;
color: #000000;
text-decoration: none;
}

#navigation-1 li.active {
background: #FFFCEC;
color: #000000;
text-decoration: none;
padding: 10px 20px 11px 20px;
}

#left_col {
  float: left;
  width: 510px; /* 520px minus 10px margin rechts */
  margin: 15px 10px 15px 0;
  text-align: left;
}

#right_col {
  float: right;
  width: 290px; /* 300px minus 10px margin links */
  margin: 15px 0 15px 10px;
  text-align: left;
}

#Sommerhit {
width: 400px;
padding: 5px;
border: 1px #FECF04 solid;
text-align: center;
}

#Volcano {
width: 440px;
padding: 5px;
border: 1px #FECF04 solid;
text-align: left;
}

#bild {
width: 400px;
padding: 5px;
border: 1px #FECF04 solid;
text-align: center;
}

.clear {
  clear: both;
}

h3 {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 5px;
  background: #FECF04;
}

h4 {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  margin: 0px;
  padding: 5px;
  background: #FECF04;
}

#footer_line {
  width: 820px;
  height: 3px;
  background: #FECF04;
}

#footer {
  width: 820px;
  height: 90px;
  text-align: left;
}

#footer_1 {
  position: absolute;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  width: 120px;
  border-left: 2px #FECF04 solid;
}

#footer_2 {
  position: absolute;
  margin: 5px 0 0 130px;
  padding: 0 0 0 5px;
  width: 140px;
}

#footer_3 {
  position: absolute;
  margin: 5px 0 0 280px;
  padding: 0 0 0 5px;
  width: 280px;
  border-left: 2px #FECF04 solid;
}

#footer_4 {
  position: absolute;
  margin: 5px 0 0 715px;
  padding: 0 0 0 5px;
  width: 98px;
  border-left: 2px #FECF04 solid;
  text-align: right;
}

/* Formular definition  */
input {
  border: 1px #FECF04 solid;
}

textarea {
  border: 1px #FECF04 solid;
}

td.left {
  width:130px;
}

table.Sommerhit {
  margin-left: 40px;
  width:320px;
}

td.Sommerhit {
  width:240px;
  text-align: left;
}

td.Sommerhitrechts {
  width:80px;
  text-align: left;
}