h1 {
	margin-bottom: 20px;
	/* [disabled]width: 100%; */
	line-height: 50px;
}
h2, h2 a {
	color: #C03;
	margin-bottom: 20px;
}
h2 a:hover {
	color: #000;
}

form {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	margin-top: 50px;
	max-width: 520px;
}
form .formbox {
	margin-bottom: 12px;
}
form .legende {
	width: 120px;
	/* [disabled]float: left; */
	padding-top: 6px;
	display: inline-block;
}
form .eingabe{
	font-size: 16px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #EEF6FF;
	color: #666;
	padding: 2px 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 50%;
}
.button {
	margin-top: 10px;
	margin-left: 120px;
	/* [disabled]width: 80px; */
	/* [disabled]height: 30px; */
	font-size: 14px;
	padding: 8px 12px;
}
.hinweis {
	font-size: 14px;
	line-height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	max-width: 510px;
	color: #666;
	margin: 60px 0 0;
}
.hinweis a {
	color: #C03;
}
.hinweis a:hover {
	color: #000;
}
.savezone {
	background: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #903;
	padding: 3px 8px;
	display: none;
	float: left;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	margin: 29px 0 0 30px;
}
.logicon {
	background: #C06 url(../screen/logicon.png) no-repeat 3px 3px;
	float: right;
	height: 43px;
	width: 30px;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;	
	display: none;	
}

@media only screen and (min-width: 800px) {
	
.savezone, .logicon {
	display: inline-block;		
}
}
