* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, Sans;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #434343; 
}

/* Damit es der IE auch in die Mitte bekommt */
body{
  width: 100%;
  text-align: center;
}

/*** LAYOUT DIV ELEMENTE ********************************************************************************/
#main {
  width: 600px;
  margin: auto;
}

#header {
  width: 600px;
  height: 90px;
  background: transparent url(header.gif) no-repeat;
  margin: 20px 0 0 0;
}

#navigation{
  width: 600px;
  height: 50px;
  background: transparent url(navigation.gif) no-repeat;
}

#navigation a{
  float: left;
  display: block;
  height: 28px;
  width: 80px;
  background: transparent url(navbar.gif) right no-repeat;
  margin: 2px 0 0 0;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

#navigation a:hover{
  background: transparent url(rollover.gif) no-repeat;
}

#navigation a.active{
  float: left;
  display: block;
  height: 28px;
  width: 80px;
  background: transparent url(active.gif) right no-repeat;
  margin: 2px 0 0 0;
  line-height: 28px;
  text-align: center;
  color: #e97117;
  height: 48px;
}

#navigation a.active:hover{
  float: left;
  display: block;
  height: 28px;
  width: 80px;
  background: transparent url(active.gif) right no-repeat;
  margin: 2px 0 0 0;
  line-height: 28px;
  text-align: center;
  color: #e97117;
  height: 48px;
}

#cont {
  width: 560px;
  margin: auto;
  background: #f3f3f3 url(background.gif) center bottom repeat-x;
  float: left;
}

#teaser{
  width: 390px;
  float:left;
  margin: 0;
}

#teaser div.top{
  float:left;
  width: 390px;
  height: 12px; 
  background: transparent url(pyroplay_03.gif) no-repeat;
}

#teaser div.header{
  float:left;
  width: 390px;
  height: 30px;  
  background: transparent url(pyroplay_06.gif) no-repeat;
}

#teaser div.header p{
  float:left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: -3px 0 0 0;
}

#teaser div.content{
  float:left;
  width: 390px;
  background: transparent url(pyroplay_09.gif) repeat-y;
  padding: 0 0 0 30px;
}

#teaser div.content div{
  float: left;
  width: 340px;
  margin: 0;
  padding: 0;
  color: #535353;
  font-size: 11px;
  font-weight: normal;
}

#teaser div.content p{
  width: 340px;
  color: #535353;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#teaser div.content pre{
  padding: 5px;
  width:340 px;
  font-family: Arial, Sans;
  font-weight: normal;
  font-size: 9px;
  color: #fff;
  border: 1px solid #000;
  background: #01516B;
}

#teaser div.content a{
  color: #f3f3f3;
  font-weight: bold;
}

#teaser div.bottom{
  float:left;
  width: 390px;
  height: 20px;
  background: transparent url(pyroplay_11.gif) no-repeat;
}






#teaser-full{
  width: 560px;
  margin: 0;
  float:left;
}

#teaser-full div.top{
  float:left;
  width: 560px;
  height: 12px; 
  background: transparent url(pyroplay_full_03.gif) no-repeat;
}

#teaser-full div.header{
  float:left;
  width: 560px;
  height: 30px;  
  background: transparent url(pyroplay_full_06.gif) no-repeat;
}

#teaser-full div.header p{
  float:left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: -3px 0 0 0;
}

#teaser-full div.content{
  float:left;
  width: 560px;
  background: transparent url(pyroplay_full_09.gif) repeat-y;
  padding: 0 0 0 30px;
}

#teaser-full div.content div{
  float:left;
  width: 500px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #535353;
  font-size: 11px;
  font-weight: normal;
}

#teaser-full div.content p{
  width: 500px;
  color: #535353;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#teaser-full div.content pre{
  padding: 5px;
  width:500 px;
  font-family: Arial, Sans;
  font-weight: normal;
  font-size: 9px;
  color: #fff;
  border: 1px solid #000;
  background: #01516B;
}

#teaser-full div.content a{
  color: #f3f3f3;
  font-weight: bold;
}

#teaser-full div.bottom{
  float:left;
  width: 560px;
  height: 20px;
  background: transparent url(pyroplay_full_11.gif) no-repeat;
}




#news{
  width: 160px;
  float:left;
  margin: 0;
}

#news span{
  float:left;
  width: 160px;
}

#news div.top{
  float:left;
  width: 160px;
  height: 12px; 
  background: transparent url(pyroplay_04.gif) no-repeat;
}

#news div.content{
  float:left;
  width: 160px;
  background: transparent url(pyroplay_07.gif) repeat-y;
}

#news div.content p{
  float: left;
  width: 130px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 9px;
  font-weight: normal; 
}

#news div.content p:first-line{
  font-size: 11px;
  font-weight: bold;
  color: #434343;
}

#news div.bottom{
  float:left;
  width: 160px;
  height: 20px; 
  background: transparent url(pyroplay_12.gif) no-repeat;
}

#footer {
  width: 600px;
  height: 50px; 
  background: transparent url(footer.gif) no-repeat;
}

#footer p{
  width: 600px;
  text-align: center;
  padding: 35px 0 0 0;
  font-weight: normal;
  font-size: 9px;
}

#footer a{
  font-weight: normal;
  font-size: 9px;
}


table.kontakt{
  width: 340px;
  margin: 0;
  padding: 0;
}

table.kontakt td{
  padding: 0 0 5px 0;
  border: 0;
}

input{
  border: 1px solid #434343;
}

input.radio{
  border: 0;
}

input.button{
  width: 100px;
  border: 1px solid #434343;
  text-align: center;
  margin: 0;
  padding: 0;
}

.donation{
  border: 0px;
  text-align: center;
  margin: 0;
  padding: 0;
}

textarea{
  border: 1px solid #434343;
  width:240px;
  height:170px;
  font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
  font-size:11px;"
}



.Listing-Unterschrift{
  font-family: Arial, Sans;
  font-size: 9px;
  color: #000;
  font-weight: normal;
}