﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #EAEAE8;
	font-family: Ubuntu, sans-serif, Verdana;
}
h1 {
	color: #5D5A59;
	padding-top: 180px;
}
h2 {
	font-size: 16px;
}
.footer {
	background-color: #617DA8;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	z-index: 200;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.hintergrund {
	position: fixed;
	bottom: 40px;
	width: 100%;
	z-index: 5;
}
.startseite {
	position: relative;
	width: 960px;
	margin: auto;
	z-index: 100;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5B739A;
	padding-bottom: 40px;
}
.ueber_mich {
	width: 160px;
	height: 160px;
	background-color: #617DA8;
	text-align: center;
	line-height: 170px;
	float: left;
	background-image: url('../images/quadrat_blau.jpg');
	background-repeat: no-repeat;
}
.ueber_mich a {
	color: #FFFFFF;
	text-decoration: none;
}
.impressum {
	width: 160px;
	height: 160px;
	background-color: #617DA8;
	text-align: center;
	line-height: 170px;
	float: left;
	background-image: url('../images/quadrat_blau.jpg');
}
.impressum a {
	color: #FFFFFF;
	text-decoration: none;
}
.anfahrt {
	width: 160px;
	height: 160px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 170px;
	float: left;
}
.anfahrt a {
	color: #617DA8;
	text-decoration: none;
}
.meine_arbeitsschwerpunkte {
	width: 160px;
	height: 100px;
	background-color: #8C8B8B;
	text-align: center;
	padding-top: 60px;
	float: left;
	background-image: url('../images/quadrat_grau.jpg');
	position: relative;
}
.meine_arbeitsschwerpunkte a {
	color: #FFFFFF;
	text-decoration: none;
}
.aktuelles {
	width: 160px;
	height: 160px;
	background-color: #F1F0F0;
	text-align: center;
	line-height: 170px;
	float: left;
}
.aktuelles a {
	color: #617DA8;
	text-decoration: none;
}
.kontakt {
	width: 160px;
	height: 160px;
	background-color: #617DA8;
	text-align: center;
	line-height: 170px;
	float: left;
	background-image: url('../images/quadrat_blau.jpg');
}
.kontakt a {
	color: #FFFFFF;
	text-decoration: none;
}
.spruch {
	background-image: url('../images/hochkomma.png');
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 35px;
	color: #828080;
	width: 280px;
	position: absolute;
	z-index: 120;
	right: 20px;
	top: 30px;
	font-size: 24px;
}
.logo {
	position: absolute;
	width: 200px;
	height: 60px;
	top: 40px;
	left: 50px;
	z-index: 250;
}
.logo img {
	border-style: none;
	border-width: 0px;
}
.streifen {
	position: absolute;
	width: 100%;
	height: 160px;
	z-index: 10;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	top: 160px;
}
.navigation {
	position: relative;
	margin: auto;
	width: 996px;
	height: 160px;
	background-color: #DFE0E2;
	left: -18px;
	top: 160px;
	z-index: 300;
}
.navigation div {
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #DFE0E2;
}
.inhalt {
	background-color: #F5F4F4;
	margin-left: 10px;
	padding-left: 40px;
	color: #5D5A59;
	opacity: 0.8;
	min-height: 800px;
}
.inhalt a {
	color: #617DA8;
}
#active {
	border: 1px solid #FFFFFF;
	padding: 7px;
}
#active_blau {
	border: 1px solid #5B729B;
	padding: 7px;
}
#meine_arbeitsschwerpunkte {
	background-image: url('../images/frasch_arbeitsschwerpunkte.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kontakt {
	background-image: url('../images/frasch_kontakt.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#ueber_uns {
	background-image: url('../images/frasch_ueber_uns.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#active_arbeitsschwerpunkt {
	border: 1px solid #5B729B;
	padding: 7px;
	position: absolute;
	width: 100px;
	height: 60px;
	left: 20px;
	top: 50px;
}
@media screen and (max-width: 900px) {
#active_arbeitsschwerpunkt {
	padding: 2px;
	width: 83px;
	height: 50px;
	left: 5px;
	top: 23px;
}
.logo {
	top: 10px;
	left: 20px;
}
.inhalt {
	min-height: 500px;
	width: 93%;
	padding-left: 10px;
}
h1 {
	padding-top: 100px;
}
.navigation {
	width: 98%;
	height: 100px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}
.streifen {
	display: none;
}
.startseite {
	width: 97%;
	margin-bottom: 50px;
}
.ueber_mich {
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
}
.impressum {
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
}
.anfahrt {
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
}
.meine_arbeitsschwerpunkte {
	width: 100px;
	height: 70px;
	font-size: 12px;
	padding-top: 30px;
	line-height: normal;
}
.aktuelles {
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
}
.kontakt {
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
}
#meine_arbeitsschwerpunkte {
	background-image: url('../images/frasch_arbeitsschwerpunkte_kl.png');
}
#kontakt {
	background-image: url('../images/frasch_kontakt_kl.png');
}
#ueber_uns {
	background-image: url('../images/frasch_ueber_uns_kl.png');
}
.footer {

}
}
@media screen and (max-width: 520px) {
body {
	padding: 5px;
}
.logo {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}
.spruch {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	font-size: 12px;
	padding-bottom: 15px;
}
.startseite {
	height: auto;
	width: 93%;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 150px;
}
.inhalt {
	font-size: 12px;
	padding-left: 5px;
}
.footer {
	font-size: 10px;
	line-height: normal;
}
.navigation {
	background-color: #EAEAE8;
}

}
