@charset "UTF-8";
body {
	background-color: #678BC3;
}
#template {
	position: relative;
	height: 700px;
	width: 720px;
	top: 50px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-border-radius:15px;
	-moz-box-shadow:0 0 30px #000;
	-webkit-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
	border: medium solid #0E2957;
	background-image: url(images/logo-kiefaber-immobilienverwaltung.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.footer {
	position: absolute;
	height: 40px;
	width: 720px;
	top: 630px;
	background-color: #132957;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.linie-quer {
	background-color: #132957;
	position: absolute;
	height: 2px;
	width: 680px;
	left: 20px;
	top: 120px;
}
.headliner {
	position: absolute;
	height: 150px;
	width: 680px;
	left: 20px;
	top: 135px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #646567;
	font-size: 0.9em;
}
.text-links {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #646567;
	position: absolute;
	height: 330px;
	width: 320px;
	top: 280px;
	left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #646566;
}
.blau {
	color: #0E2957;
}
h3 {
	font-size: 1.1em;
	color: #0E2957;
}
.text-rechts {
	position: absolute;
	height: 280px;
	width: 320px;
	top: 280px;
	left: 380px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #646566;
	padding-left: 10px;
}
a.text:link {
	color: #FFF;
	text-decoration: underline;
}
a.text:visited {
	text-decoration: underline;
	color: #FFF;
}
a.text:hover {
	text-decoration: none;
	color: #999;
}
a.text:active {
	text-decoration: underline;
	color: #FFF;
}
.impressum {
	position: absolute;
	height: 400px;
	width: 640px;
	left: 20px;
	top: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #646567;
	font-size: 0.9em;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 1.0em;
	color: #132957;
}
