body {
	font-family: verdana;
	color: #292929;
}

.fixbild {
	float: left;
}

form {
	margin-top: 50px;
} 

h1 {
	margin-top: 200px;
	display: inline-block;
	font-size: 36px;
} 

input[type="submit"] {
	background-color: #90B536;
	width: 200px;
	height: 39px;
	color: white;
	font-size: 22px;
	border: 3px solid #292929;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}

p {
	font-weight: bold;
	margin-top: 200px;
	font-size: 36px;
} 

a {
	background-color: #90B536;
	padding: 10px;
	color: white;
	font-size: 22px;
	border: 3px solid #292929;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: none;
} 

.box {
	margin: auto;
	width: 1000px;
}
