@charset "utf-8";

#kunde #container {
	display: inline;
	margin-left: 85px;
	width: 585px;
}
#kunde label {
	width: 250px;
}
#kunde input {
	width: 150px;
}
#kunde input.sendebutton {
	margin-left: 250px;
	width: 86px;
}
#kunde #footer p {
	width: 560px; 
}
#kunde .center {
	text-align: center;
}
.showbutton {
	background: #500000 url(gfx/showbutton.gif) no-repeat 0 0;
	border: none;
	color: #c9c9c9;
	float: left;
	height: 23px;
	margin: 0;
	padding: 2px 0 0 0;
}
.firstbutton {
	display: inline; /* IE6 */
	margin: 0 15px 0 100px;
}
.showbutton a,
.showbutton a:visited {
	color: #ccc;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 151px;
}
.showbutton a:hover {
	color: #fff;
}


