/* CSS Document */
.body_base
{
	background-image:url(pictures/bg.png);
	background-color:#66ccff;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}						
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
}
.reference_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.reference_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.body_header {
	font-size: 16px;
	font-weight: bold;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}
.reference{
	font-size: 16px;
	font-weight: bold;
	left: 30px;
	border: none;
	color: #0000FF;
}
.body_standard {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.body_standard_pre {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	white-space: pre;
}
.body_header_Std {
	font-size: 16px;
	font-weight: bold;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Das Kontaktformular */
form {
	background-color: #E2D4C6;
	width: auto;
	padding: 20px;
	border: medium outset #8c8c8c;
	height: auto;
}

input#name {
  width: 600px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

input#telefon {
  width: 600px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

input#absender, textarea {
  width: 600px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

input#textarea {
  width: 600px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}

textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
}
