html, body {
	background-color:#3a0505;
	font-family: Calibri;
	font-size:24px;
	color:#E2C662;
	width: 900px;
	margin: 10px 0px 120px 20px;
}

input[type=text] {
	height: 25px;
	font-size: 22px;
	font-weight:500;
}

a:link {
	color: #C37F2C;
}
a:visited {
	color: #C37F2C;
}
a:active {
	color: #E2C662;
}

a:hover {
	color: #E2C662;
}


.zeitengesamt {
	float: left;
	width: 800px;
}

.zeitenlinks {
	float: left;
	width: 150px;
}

.zeitenrechts {
	float: right;
	width: 50px;
}

.persgesamt {
	float: left;
	width: 800px;
}

.perslinks {
	float: left;
	width: 170px;
}

.persrechts {
	float: right;
	width: 50px;
}

.servgesamt {
	float: left;
	width: 800px;
}

.servlinks {
	float: left;
	width: 350px;
}

.servrechts {
	float: right;
	width: 50px;
}






h1 {
  font-size: 22px;
  color: #E2C662;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px; color:#b18f38;
  font-weight:bold;
}

