body {
  FONT-FAMILY: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  padding:20px;
  text-align: center;
}
#inhalt { 	
  text-align: left;	
  margin: 0px auto;
}
p {
	text-align: left;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.head {
	background-image: url(images/header.jpg);
	margin: 0px auto;
	height: 100px;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.visual {
	background-image: url(images/visual.jpg);
	margin: 0px auto;
	height: 225px;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.background {
	background-image: url(images/background.jpg);
	margin: 0px auto;
	height: 180px;
	width: 680px;
}
.textarea {
	color: #FFFFFF;
	width: 440px;
	height: 180px;
	float: left;
}
h1 {
	FONT-SIZE: 135%;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}
.language {
	padding: 10px;
	float: right;
}
.formarea {
	color: #005447;
	width: 240px;
	background-color: #698078;
	height: 180px;
	float: right;
	text-align: left;
}
input {
	FONT-FAMILY: Tahoma, Verdana, sans-serif;
	border: 1px solid #005447;
	font-size: 100%;
	margin-top: 5px;
		margin-bottom: 5px;
	margin-right: 10px;
}

form {
	margin-top: 15px;
	margin-left: 15px;
}
.button {
	color: #FFFFFF;
	background-color: #005447;
	text-align: center;
}
.arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 3px;
	background-position: 15px;
}
.linkWhite {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.linkWhite{
	text-decoration: underline;
}
.linkGreen {
	text-decoration: none;
	color: #005447;
}
a:hover.linkGreen{
	text-decoration: underline;
}
