* { 
  margin: 0;
  padding: 0;
}
body { 

}

h2 { 
  text-align: center;
  color: #330000;
  margin: 0 0 15px 0;
}
h3 { 
  margin: 0 0 8px 0;
}

a { 
  text-decoration: none;
  color: #000066;
}

p { 
  letter-spacing: 1px;
  word-spacing: 1px;
//  line-height: -2px;
  margin-bottom: 20px;
}
/*-----------------------*/
#container { 
  width: 940px;
  margin: auto;
}

#page { 
  position: relative;
  width: 600px;
  margin: auto;
}

#title h1, #title h2 { 
  display: none;
}

#title { 
  background: transparent url('../image/wbl_title_NeB_leaves.jpg') no-repeat scroll top center;
  width: 600px;
  height: 200px;
}

#content { 
  padding: 15px;
  margin: 50px 0 0 0;
  border: 1px solid #330000;
  color: #330000;
  background-color: #FFFFCC;
  font: medium serif;
  text-align: justify;

}

#content p { 
  font: inherit;
}

#content ul { 
  list-style: none;
  font: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
//  padding: 0 40px 0 40px;
}

#content ul li { 
  margin-bottom: 10px;
}

#foot { 
  margin: auto;
  width: 100%;
  background-color: #330000;
  margin: 30px 0 0 0;
}

#foot p { 
  text-align: center;
  font: 12px serif;
  color: #FFFFFF;
  padding: 3px;
}

#foot p a { 
  padding: 0px 0 0px 40px;
  color: #FFFF99;
  text-decoration: underline;
  letter-spacing: 1px;
  font: 12px sans-serif bold;
  
}
#foot p iframe {
	padding: 0 0 0 40px;
	vertical-align: middle;
}
#content p.photo { 
  text-align: center;
}

#spiel { 
display: none;
}
