body {
	background-image:	url(../images/background.jpg);
	background-repeat:	repeat-x;
	background-color:	#D5E7F1;
	background-color:	#B2D1E4;
	border:			none;
	margin:			0px;
	padding:		8px;
	font-family: 		verdana,sans-serif;
}
a.knopf {
	display:		block;
	border:			solid 2px white;
	padding:		6px;
	margin-bottom:		8px;
	color:			white;
	font-weight:		bold;
	text-align:		center;
	text-decoration:	none;
	/*font-size:		100%;*/
	background-image:	url(images/button.png);
	background-repeat:	repeat-x;
	background-position:	center;
	-moz-border-radius:	6px;
	-webkit-border-radius:	6px;
	border-radius:	6px;
}
a.knopf:hover {
	background-image:	url(images/button_inv.png);
}
.input_wrapper {
	padding-right:		12px;
}
.input_wrapper input {
	width:			100%;
	margin:			0;
	margin-bottom:		4px;
	padding:		4px;
	display:		block;
	-webkit-border-radius:	6px;
	-moz-border-radius:	6px;
	border-radius:	6px;
	border:			solid 2px #336699;
	color:			#666666;
	background-image:	url(images/input.png);
	background-repeat:	repeat-x;
	background-position:	top;
}
.breaker {
	clear:			both;
	float:			none;
}
