/*  Inhaltsbereich xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#spalte2 {
	border: 1px solid #ffffff;
	margin: 1.5em 1.5em 1em 12em;
	width: auto;
	background: #ffe7bf;
}

#text{
	padding: 1em 1em 2em 25px;
	width: auto;
	color: #313131;
	min-height: 300px;
}
#broadcolumn {
	width: 70%;
	float: left;
}
#slendercolumn{
	width: 30%;
	float: right;
	text-align: center;
}
#slendercolumn img {

	margin: 1em 1em;
	
}
#slendercolumn a:link, #slendercolumn a:visited, #slendercolumn a:hover{
	border-bottom: none;
}
#toplink{
	clear: both;
}
fieldset{
	border: 1px solid #004669;
	margin: 1em  0;
	background-color: #e5c4fc;
	position: relative;
	padding: 2em 1em;
	
}
legend{
	background-color: #7d42aa;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.2em 1em;
	
}
label{
text-align:right;
font-weight: normal;
 float:left;
	width: 15em;
	margin-right: 0.5em;
	/*padding: 0.3em;*/
}
input{
	width: 30em;
	padding: 0.3em;
}
input:focus, textarea:focus{
	background-color:#f4eef9;
}
input:hover, textarea:hover{
	background-color:#f4eef9;
}
input.fl{
	float: left;
}
input.short{
	width: 8em;
}
fieldset div {
margin: 0.2em 0;
clear: both;
padding: 0.2em;
font-size: 0.8em;
}
fieldset div:hover {
background-color: #e2bcfc;
}
fieldset div.textfeld {
font-weight:bold;
}
fieldset div.textfeld:hover {
background-color: #e5c4fc;

}
fieldset textarea{
	width:50%;
	height: 10em;
}
fieldset div.fourColumns{
	
}
fieldset div.fourColumns input{
	width: auto;
	vertical-align: text-bottom;
}
fieldset div.fourColumns label.inline{
	float:none;
}
fieldset p{
	margin: 1em 0;
	background-color: #c49ddf;
	padding:0.5em;
}
input.btngd2{
	width:10em;
	color: #ffffff;
	background-color: #7d42aa;
	font-weight: bold;
	border-bottom: 1px solid #3b1e51;
	border-right:  1px solid #3b1e51;
	border-top: 1px solid #e6eaa5;
	border-left:  1px solid #e6eaa5;
	cursor: pointer;
}
input.btngd2:hover{
	border-top: 1px solid #3b1e51;
	border-left:  1px solid #3b1e51;
	border-bottom: 1px solid #e6eaa5;
	border-right:  1px solid #e6eaa5;
	
}