html { font-size: 16px; }
body {
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  color: #333333;
  background: url(../images/nsTheme_mpl/patternBG.png) no-repeat fixed white;
  padding-left: 30px;
}
#wrapper {
  width: 670px;
  margin: 20px 0 80px 0;
}
h1 {
  font-size: 2.2em;
  border-bottom: 3px solid #cd2300;
  padding: 60px 0 5px 0;
  margin-bottom: 24px;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 18px;
  padding-top: 20px;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 2px 0;
}
h3 span {
  font-size: 0.9em;
  color: #aaaaaa;
  font-weight: normal;
  padding-left: 20px;
}
p {
  font-size: 1.4em;
  line-height: 18px;
  margin-bottom: 14px;
}
a { color: #cd2300; }
a:hover {
  background: #cd2300;
  color: white;
}
pre {
  margin: 0 22px 22px 22px;
  font-size: 1.3em;
  line-height: 16px;
  background: #333333;
  color: white;
  padding: 15px;
  border: 1px dotted #cd2300;
  overflow: auto;
  text-shadow: 1px 1px 0 #111111;
}
pre span { color: #f7b4a8; }
form {
  margin: 0 22px 22px 22px;
  border: 1px dotted #cd2300;
  padding: 15px;
}
form div { margin-bottom: 10px; }
form label {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
  cursor: pointer;
}
form textarea {
  width: 510px;
  padding: 5px;
}
form p {
  float: left;
  padding-right: 10px;
  margin-bottom: 0;
  color: #555555;
  font-size: 1.3em;
}
form p input { width: auto; }
form .clear {
  clear: both;
  margin: 0;
}
form .submit {
  text-align: center;
  margin-bottom: 0;
}
form .submit input {
  width: auto;
  cursor: pointer;
}
#title {
	display:block;
	width:90%;
	text-align:center;
	padding:1em;
}
.TitleText1 {
	display:block;
	font-size:1.8em;
	padding:1em;
}
.TitleText2 {
	display:block;
	font-size:1.2em;
	padding-bottom:1.2em;
}
#spiel {
	padding-right:1.5em;
}
#spiel p {
	padding-right:1.5em;
	font-size:1.1em;
}
#name {
	width:250px;
}
#email {
	width:250px;
}
.answer {
	display:block;
	text-align:left;
	padding-left:3em;
}
.question {
	display:block;
	text-align:left;
	padding-top:1.5em;
}
.error {
	color: red;
	font: 1.2em verdana;
	padding-left: 1em
}
.hidden {
	display: none;
}
.hidden .error {
	display: block;
}
