form {
	margin: 0px;
}
.adress-float-left {
	text-align: center;
	border-top: 1px solid #515f91;
	border-bottom: 1px solid #515f91;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	background: #FFFFFF;
}
legend {
	color: #4D5A88;
	background: #FFFFFF;
}
fieldset {
	color: #000000;
	background: #FFFFFF;
	padding: 0px;
	float: left;
	width: 17em;
	border: 1px solid #515f91;
	height: 26em;
	margin: 0px;
}
input {
	font-size: 80%;
	color:#000000;
	background:#FFFFFF;
	width:12em;
	border:1px solid #4D5A88;
	cursor: pointer;
	float: left;
}
input:focus, textarea:focus {
    color: #000;
    background: #FFFFCC;
}
label.left {
	text-align: right;
	width: 5.5em;
	float: left;
	cursor: pointer;
	margin: 0px 3px 12px 0px;
	line-height: 120%;
	font-size: 90%;
	display: block;
}
.info {
	font-size: 80%;
	color: #FF0000;
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
textarea {
	font: 90% Arial, Helvetica, sans-serif;
	color:#000000;
	background:#FFFFFF;
	width: 11.5em;
	border:1px solid #4D5A88;
	cursor: pointer;
	float: left;
}
.submitbtn {
	font-size: 85%;
	color: #666;
	background: #eee;
	width: 8.5em;
	border: 1px solid;
	border-color: #f8f8f8 #999 #999 #f8f8f8;
	margin-left: 12px;
	margin-top: 14px;
}
.submitbtn:hover {
	color: #fff;
	background: #666;
	border: 1px solid;
	border-color:#999 #333 #333 #999;
}
form br { 
    clear: both; 
}
.button-center {
	text-align: center;
}
#image-left {
	float: left;
	width: 190px;
	height: 365px;
	background: #FFFFFF url(images/yoga-mit-voegel.jpg) no-repeat right bottom;
	color: #000000;
}
