/************************************** Stylesheet für Felcitas Palzer* erstellt am 09.05.2014* von Alexander von Mendel*************************************//* Alle Einstellungen gleich setzen */@import url("base.css");/****************************** * Allgemeine Deklarationen *******************************//* kein Scrollbalken, nicht CSS 2.1 konform und Hintergrund laut CSS3 */html {	overflow-y: scroll;	background: url(./../img/bg.jpg) no-repeat center center fixed; 	-webkit-background-size: cover;	-moz-background-size: cover;	-o-background-size: cover;	background-size: cover;}/* Refernenz für 100% höhe des Wrappers setzen */html, body { height: 100%;}/* Einstellungen fürs Rootelement */body {	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;	font-weight: 400;	font-size: 100%;	line-height: 1.7;}/* Styles für Text */p {	font-size: 14px;	font-size: 0.875rem;	font-weight: 400;	margin: 5px 0; }h1 {	font-size: 17px;	font-size: 1.0625rem;	font-weight: 400;	margin: 5px 0; }h2 {	font-size: 14px;	font-size: 0.875rem;	font-weight: 700;}h3, h4, h5, h6 {	font-size: 14px;	font-size: 0.875rem;	font-weight: 400;}a {	font-size: 14px;	font-size: 0.875rem;	font-weight: 400;	text-decoration: underline;	color: black;}a:link, a:visited {	text-decoration: underline;}/****************************** * Layoutbereiche *******************************/#wrapper {	position: relative; 	width: 960px; 	margin: 0 auto;	background: white;	background-color: rgba(255,255,255,0.92);	min-height: 100%;	overflow: hidden;}/* Kopfbereich */#header {	height: 116px;}#header div {	margin: 0 60px;	line-height: 1;	position: relative;}#header div#hgroup {	position: absolute;	top: 0;	left: 0;	margin: 0;}#header h1 {	font-size: 40px;	color: #705a45; /*braun für Schriftzug Palzer */	font-weight: 400;	margin: 0;	margin-left: -4px;	padding: 0;	padding-top: 23px;	}#header h2 {	font-size: 19px;	color: #8f3a23; /*rotbraun für Schriftzug Palzer zweite Zeile */	font-weight: 400;	margin: 0;	padding: 0;	padding-top: 8px;}#header h3 {	position: absolute;	right: 0;	top: 0;	text-align: right;	font-size: 16px;	font-weight: 400;	color: #826f5d; /*rotbraun für Schriftzug Palzer zweite Zeile */	line-height: 1.4;	margin: 0;	padding: 0;	padding-top: 23px;}/* Menuzeile */#menu {	min-height: 220px;	background: #dfdbd2; /* hellbraun für Menühintergrund */	background-color: rgba(141,117,69,0.19);}#menu div {	margin: 0 60px;}#menu div ul {	width: 290px;	padding: 14px 0;	line-height: 1.7;}#menu div div {	margin: 0;}#menu div img {	float: right;}#menu img {	float: right;}#leftmenu {	float: left;}#rightmenu {	margin-left: 300px;}#menu a {	font-size: 16px;	text-decoration: none;}#menu #leftmenu a {	color: black;}#rightmenu a {	color: #705a45;}#menu a, #menu a:link, #menu a:visited {	font-weight: 400;}#menu a:hover, #menu a:focus, #menu a.active {	font-weight: 700;}/* Inhaltsbereich */#content div {	margin: 30px 274px 0 60px;	padding-bottom: 6em;/* 				border: 1px solid red; */}#content ul, #content ol {	list-style-position: outside;	margin: 5px;}#content ul {	list-style-type: disc;}#content li {	font-size: 14px;	font-size: 0.875rem;	font-weight: 400;	margin-left: 14px;	margin-left: 0.875rem;}#content a:hover, #content a:focus, #content a.active {	color: #555;	text-decoration: underline;}/* Fusszeile */#footer {	position: absolute;	bottom: 0;	left: 0;	width:100%;	height: 3em;}#footer div {	margin: 0 60px;}#footer p.standardmenu {	float: right;}#footer p.standardmenu a {	text-decoration: none;}#footer p.kontakt {	float: left;}/****************************** * Sonstige Deklarationen *******************************//* Clearfix Hack */.clearfix:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}.clearfix { display: inline-block; }/* Hides from IE-mac \*/* html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac *//* @end *//* Ende des Stylesheets */