/* LAYOUT */
body, html {
	background: #FFFFFF;
	color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; /*62.5%;*/
}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0.4em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin: 0em;
	color: #666666;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0em;
	color: #7e2121;
}
ul {
	font-size: 1em;
}
li {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #888888;
}
a:hover {
	color: #222222;
}

.abouttxt {
	font-size: 1.2em;
	letter-spacing: 0.15em;
	color: #666666;
}
.frontlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.2em;
	text-align: center;
}
.frontlink a {
	text-decoration: none;
	color: #888888;
}
.frontlink a:hover {
	color: #222222;
}

/* Kontaktformular */
.formulartxt {
	font-size: 1.1em;
	margin: 0px 0px 2px 0px;
}
.inputfield {
	width: 98%;
	padding: 2px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: White;
	border: 1px solid #DDDDDD;
}
.textarea {
	width: 98%;
	height: 150px;
	padding: 2px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: White;
	border: 1px solid #DDDDDD;
}

.button {
	margin-top: 20px;
	padding: 0px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #888888;
	text-align: center;
	background: White;
	border: 1px solid #7e2121;
	cursor: pointer;
}
.button:hover {
	color: #222222;
}