* {
	margin: 0;
}

html, body {
	height: 95%;
}

body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.2em;
	text-align: center;
}

input {
	border: 1px solid #969696;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
	padding: 5px !important;
}

a {
    text-decoration: none;
	color: #0060A6;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	text-align: center;
}

.footer, .push {
	height: 40px;
}

fieldset {
	border: 2px solid #006cb1; 
	border-radius: 10px; 
	background: url(muster.jpg); 
	padding: 10px;
} 

legend {
	/* padding: 5px; */
	color: 006cb1;
	font-size: 14px;
	text-align: right;
}
