/* CSS Document */
form{
	text-align:left;	
	font-size:1.3em;
	color:#333;
	line-height:140%;
	}
pre {
	white-space: pre;
	background-color: #eee;
	width: 90%;
	border: 1px dotted black;
	display: block;
	padding: 7px;
}

h4 { 
	margin-bottom: 0em; }
#commentForm label.error, #commentForm input.submit { 
	margin-left: 253px; 
}
#signupForm label.error {
	font-size:9px;
	width: 400px;
	color:red;
	display:block;
	margin-left:110px;

	
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}
form h3{
	margin-left:0;
}

form a:link,
form a:visited {
	text-decoration:none;
	color:#013870;
}
fieldset{
	border:none;
}
legend{
	padding:0 10px;	
	color:#f90;
	background:#fff;
}
label{
	float: left;
	width: 110px;
}
textarea{
	border:1px solid #999;
	width:250px;
	background-color:#fff;
	padding:2px;
	display:block;
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
form p {
	margin:1.7em 0;
	display:block;
	clear:both;
	width:370px;
}
input {
	border:1px solid #999;
	background-color:#fff;
	color:#959595;
	padding:2px;
	width:250px;
	display:block;

}

/*  floats wieder aufheben*/
form br{
	clear:both;
}
form .space{
	margin-top:10px;
}
label,
select,input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]{
	cursor:pointer;
}
.send{
	border:none;
	width:88px;
	height:30px;
	margin-left:110px;
}
