/* -------------------------   (c) 2007 Christian Kohout   BEREICHE:   - Formulare   - Login*//* overrides: style.css#content */#content{	border: 0px;	padding: 0px;	margin-right: 5px;	position: relative;  display: block;}/* FORMULARE */#kontaktheader{	background: #df0006;	color: #ffffff;	padding: 5px;	margin-right: 5px;	height: 15px;}#kontaktheader_title{	font-weight: bold;	width: 200px;	float: left;}#kontaktheader_back{	width: 150px;	float: right;	text-align: right;}#kontaktheader_back a{	color: #ffffff;	text-decoration: none;}#kontaktheader_back a:hover, #kontaktheader a:focus, #kontaktheader a:active{	text-decoration: underline;}fieldset{	border: 2px solid #f0f0f0;	margin-right: 5px;	margin-top: 0px;	padding-top: 15px;	margin-bottom: 15px;}fieldset p{	margin: 15px 0px 0px 10px;	clear: both;}fieldset h2{  margin-left: 10px;
  margin-top: 10px;}fieldset hr{	border-bottom: 1px solid #f0f0f0;	margin-left: 10px;	margin-top: 15px;	margin-bottom: 15px;	width: 250px;}	legend{	color: #df0006;	font-weight: bold;	margin-left: 10px;}textarea{	border: 1px solid #666666;	margin: 10px;}.leftlabel{	display: block;	width: 110px;	float: left;}.leftlabel180{  display: block;  width: 180px;  float: left;}.erforderlich{  font-weight: bold;}.textfeld{	border: 1px solid #666666;}input:active, input:focus, input:hover,textarea:active, textarea:focus, textarea:hover{	background: #f0f0f0;}.checkbox input{	float: left;}.checkbox label{	white-space: normal;}input.button{	margin-top: 5px;	background: #999999;	border: 1px solid #666666;	color: #FFFFFF;	font-weight: bold;	padding: 2px;	cursor: hand;}input.button:active, input.button:focus, input.button:hover{	background: #df0006;	border: 1px solid #df0006;	cursor: hand;}.fehlerliste li{  color: #df0006;}.spanForgotPassword{  float: right;  margin: 5px;}fieldset dl{	display: block;	position: relative;}fieldset dt{	display: block;	position: relative;	float: left;	font-weight: bold;}fieldset dd{	display: block;	position: relative;	float: right;}
