body, p, td {
  font-family: arial, helvetica,geneva,verdana, sans-serif;
  background-color: #e7dccd;
  margin: 0px;
}

p {
 padding-bottom: 10px;
}

/* Positioniert rechts von Navigation
 */
#level2 {
  margin-left: 240px;
  background-image: url('../bilder/background-content.jpg');
  background-repeat: no-repeat;
  background-color: #e7dccd;
}

#content {
  padding-left: 70px;
  padding-top: 100px;
  height: 300px;
}

#head {
  padding-left: 265px;
  background-color: #e7dccd;
}

#head img{
  display: block;
}

#head a img {
  border: 0px;
}

#footer {
  font-size: 8pt;
  color: black;
}

#videos {
 float: left;
 overflow: hidden;
 width: 240px;
}

.videos a {
 color: blue;
 font-weight: bold;
}

#navigation {
  font-size: 8pt;
  width: 18em;
  float: left;
  overflow: hidden;
}

#navigation a {
  text-decoration: none;
  color: black;
}

ul.lang {
 list-style-image: url('../bilder/list.jpg');
 padding-left: 10px;
 margin-left: 8px;
 margin-bottom: 40px;
 margin-top: 0px;
}

ul.lang li {
 
}

ul.navi {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

a img {
 border: 0px;
}

ul.navi li {
 //background-image: url('../bilder/background-list.jpg');
 //background-repeat: no-repeat;
 padding-top: 5px;
 padding-left: 3px;
}

#navigation a:link {
 font-weight: bold;
}

#navigation a:visited {
 font-weight: bold;
}

#navigation a:hover {
 font-weight: bold;
}

#navigation a:active {
 font-weight: bold;
}

.clear {
  clear: both;
}

h1, h1 a {
 color: #939496;
 font-weight: bold;
 font-size:1.05em;
 text-decoration:none;
 margin:0;
 padding:0;
 padding-bottom:0.1em;
}

