* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #303030; 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 {
  background-image: url(../bg.jpg);
  width: 880px; background-color: #000000; border: 10px solid #242424;
}

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

.box {
  background-image: url(../box_bg.png);
  /*background-color: #242424;*/
  border: 3px solid #808080; width: 800px;
}

.box h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: 14pt; color: #8B8BDA;
  text-weight: bolder;
}

p.text_link a:hover {
  color: #FF2814;
  text-weight: bolder;
}

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

.text a {
  font-size: 12pt;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bolder;
}

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: justify;
  margin-left: 40px; margin-right: 40px;
}

a#perma_link {
  font-size: 10pt;
}


a.anmeldung_big {
  background-image: url(../anmelden.png);
  width: 561px;
  height: 105px;
  display: block;
  text-decoration: none;
}

a:hover.anmeldung_big {
  background-image: url(../anmelden_hover.png);
}