#formular {line-height:25px; width:550px;}

#formular p { text-align:left;}


#formular br { clear:both;}
#formular label {
	float:left;
	display:block; 
	width:90px;
	
}
#error {
	float:left;
	margin-bottom:20px;

	padding: 10px;
	border:1px solid #cc9999;
	background-color:#ffcccc;
	width:300px; margin-right:200px;
	
}
#success{
	float:left;
	clear:both;
	color:#4a4;
	
	
	
}
#formular input.text {
	width:230px;
	margin:4px 0 4px 0;
	float:left;
	border-bottom:1px dotted #666;
	display:block;
}

#formular label.error {
	color:#cc0000;
	font-weight:bold;
}

#formular input.button {
	background: url(images/absenden.jpg) 0 0 no-repeat;
	width:176px;
	height:51px;
	margin-top:40px;
	cursor:pointer;
	float:right;
}
#formular img.load {
	float:left;
	margin: 80px 150px;}	