p, font, h1, h2, h3, h4, td, a, .werbung {
  font-family:Tahoma,sans-serif;
  font-size:10pt;
  color:#000000;
}


BODY {
  background-color: #FFC000;
  margin: 0px;
  padding: 0px;
}

A {
  text-decoration: none;
	color: #000000;
	font-weight: bold;
}
A:Hover {
	text-decoration: none;
	color: #B84E00;
	font-weight: bold;
}

h1 {
	font-size : 16px;
	text-decoration: underline;
}

h2 {
	font-size : 14px;
}

h3 {
	font-size : 12px;
}

h4 {
	font-size : 10px;
}
h5 {
	font-family:verdana,Tahoma,sans-serif;
	color: yellow;
	font-size : 16pt;
}

.top {

}

.header {
  border: 1px solid black;
  background-color: #FF9900;
  padding: 15px;
  font-family:Tahoma,sans-serif;
  font-size: 10pt;
  margin-left: 150px;
  margin-right: 150px;
}
.textfeld {
  border: 1px solid black;
  background-color: #FFE191;
  padding: 15px;
  font-family:verdana,Tahoma,sans-serif;
  font-size: 10pt;
  margin-left: 150px;
  margin-right: 150px;
}
.text {
  font-family:verdana,Tahoma,sans-serif;
  font-size: 10pt;
}
.werbung {
  border: 1px solid black;
  padding: 15px;
  font-family:Tahoma,sans-serif;
  font-size: 10pt;
}
.fehler {
  font-weight: bold;
  color: #FF0000;
}

.abstand {
  margin-left: 50px;
  margin-right: 50px;
}