body {
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 10px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#000000;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

.input {
	border: 1px solid #cb1e24;
	width: 250px;
}

.button {
	width: 80px;
	height: 20px;
	border: none;
	background-color: #cb1e24;
	color: white;
}

#titleh1 {
	font-size: 55px;
	background-color: #009900;
	color: white;
}

#hauptseite {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#inhalt {
	padding: 12px;
	border: 1px solid #009900;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

