body {
  background-color: #000000; color: #FFFFFF;
  font-family: 'Times New Roman',Times,serif;
}

a {
  color: #FF2814;
  font-size: 18pt;
}

a:hover {
  color: #8B8BDA;
}

#head {
  font-size: 26pt; text-align: center; background-color: #000000; border: 3px solid #242424; width: 370px; height: 40px;
}

h2 {
  font-size: 18pt;
}

#grid {
  width: 880px; background-color: #303030; border: 10px solid #242424;
}

#einleitung {
  width: 800px; text-align: justify; border-top: 5px solid #808080; padding-top: 3px; margin-top: 10px;
}

.box {
  background-color: #242424; border: 3px solid #808080; width: 800px;
}

.big_img {
  float: left; margin-left: 20px; border: 3px solid #303030;
  width: 500px;
  height: 365px;
}

p.text_link {
  margin-top: 10px;
}

p.text_link a {
  font-size: 12pt; color: #8B8BDA;
}

p.text_link a:hover {
  color: #FF2814;
}

.text {
  text-align: left; margin-left: 20px; margin-right: 20px;
  font-size: 13pt;
}

.text a {
  font-size: 11pt;
  color: #ffa2a2;
  text-decoration: underline;
  font-weight: normal;
  font-weight: bold;
}

a:hover.img_link {
  border: 0px solid #FFFFFF;    
}         
    
a.img_link img {
  border: 3px solid #303030;   
  width: 240px;
  height: 175px;
}  
    
a:hover.img_link img {
  border: 3px solid #808080;
} 

.cl {
  clear: both;
}

p#footer {
  text-align: left;
  margin-left: 40px; margin-right: 40px;
}