@charset "utf-8";
body {
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 14px;
	}
a:link {
	font-weight: bold;
	color: #FF6600;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FF3300;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}

#header {
	text-align: center;
}
#content-kontakt {
	position: absolute;
	left: 25%;
	width: 700px;
	height: 400px;
}
#subnavi {
	position: absolute;
	left: 0px;
	top: 400px;
	width: 100%;
	height: 60px;
	text-align: center;
}
.center {
	text-align: center;
}

