@charset "iso-8859-1";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #484639;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background-color: #e4e3cf;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(bilder/hgr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 803px;
}

.oneColFixCtrHdr #header {
	height: 310px;
	margin: 0px;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C45A39;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display: none;
}
#navigation {
	text-align: right;
	position: absolute;
	left: 43px;
	top: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #D1BEB7;
}
#navibereich li {
	list-style-type: none;
}
#navibereich a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d1beb7;
	text-decoration: none;
	outline: none;
}
#navibereich a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d1beb7;
	text-decoration: none;
}
#navibereich a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d1beb7;
	text-decoration: none;
}
#navibereich a:hover,
#startseite #navi01 a,
#vitaseite #navi02 a,
#referenzenseite #navi03 a,
#kontaktseite #navi04 a,
#impressumseite #navi05 a {
	color: #C45a39;
	text-decoration: underline;
}
.bildabstandRechts {
	padding-right: 22px;
}

#navibereich a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d1beb7;
	text-decoration: none;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	height: 433px;
}
#rechteBox {
	width: 330px;
	top: 0px;
	right: 10px;
	position: absolute;
	height: 32px;
}
.boxTxtGross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #464639;
	line-height: 32px;
}
.boxTxtKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #C4BFB8;
}
#rechteBoxunten {
	text-align: center;
	position: absolute;
	top: 68px;
	right: 30px;
}
.boxuntenTxtEins {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C45939;
	text-align: center;
	font-weight: bold;
}
.boxuntenTxtZwei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C45939;
}
.hgrFormular {
	background-color: #FEFEE4;
}

a:link {
	color: #C45A59;
	text-decoration: underline;
}
a:visited {
	color: #C45A59;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #C45A59;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding-right: 10px;
	padding-left: 120px;
	position: relative;
}
.navibereichFooter li  {
	display: inline;
	list-style-type: none;
}
.navibereichFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: lighter;
	color: #8C8C7f;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8c8c7f;
	text-decoration: none;
	outline: none;
}
.navibereichFooter a:hover {
	color: #333;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #8c8c7f;
}
