body{
 background-color: #FA794E;
 height: 100%;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover{
text-decoration: none;
color: red;
}

img{
border: 0;
}

.content{
  position: absolute;
  background-color: #FFF1D5;
  top: 0px;
  width: 750px;
  left: 100px;
}

.content100{
  position: absolute;
  background-color: #FFF1D5;
  top: 0px;
  width: 750px;
  height: 100%;
  left: 100px;
}
.menu{
  padding: 10px;
  padding-bottom: 3px;
  font-size: 18px;
  font-family: Georgia, Arial, Helvetica;
  color: #FA794E;
}
.menu2{
  padding: 10px;
  padding-bottom: 3px;
  font-size: 14px;
  font-family: Georgia, Arial, Helvetica;
  color: #FA794E;
}

h1{
  font-size: 22px;
  font-family: Georgia, Arial, Helvetica;
}

h2{
  font-size: 18px;
  font-family: Georgia, Arial, Helvetica;
}

p{
  font-size: 14px;
  font-family: Georgia, Arial, Helvetica;
}

.menutext{
  padding: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.contenttext{
  padding: 10px;
  left: 165px;
}

.textbeschreibung{
  font-size: 11px;
  font-family: Georgia, Arial, Helvetica;
	text-align:justify;
}

.lefttext{
  float: left;
  padding: 10px;
  width: 150px;
  height: 50%;
  text-align: center;
}

.text{
  padding: 15px;
}

.textklein{
  font-size: 11px;
  font-family: Georgia, Arial, Helvetica;
}

.spSubmit{
	FONT-SIZE: 12px;
	WIDTH: 80pt;
	FONT-FAMILY: Georgia, Arial, Helvetica;
	BACKGROUND-COLOR: #FFF1D5;
	border: 1px solid;
}

.spTextarea{
	FONT-SIZE: 10pt;
	WIDTH: 150pt;
	FONT-FAMILY: Georgia, Arial, Helvetica;
	HEIGHT: 15pt;
	BACKGROUND-COLOR: #FFF1D5;
	border: 1px solid;
}
.spTextarea2{
	FONT-SIZE: 10pt;
	WIDTH: 200pt;
	FONT-FAMILY: Georgia, Arial, Helvetica;
	HEIGHT: 100pt;
	BACKGROUND-COLOR: #FFF1D5;
	border: 1px solid;
}

.spTextareaMenge{
	FONT-SIZE: 10pt;
	height: 15pt;
	WIDTH: 40pt;
	FONT-FAMILY: Georgia, Arial, Helvetica;
	BACKGROUND-COLOR: #FFF1D5;
	border: 1px solid
}

.Check, .Radio{ 
	border:1px solid #FA794E;
}