@charset "utf-8";

html {height: 100%; margin-bottom: 1px;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	color: #666666;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/Hintergrund_ManorHouse-col-03.jpg);
	background-repeat: repeat;
    }
    .oneColFixCtrHdr #container {
	width: 780px;
	margin: 40px auto 0px auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtrHdr #header {
	padding: 0 10px 0 10px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 120px;
	background-image: url(../images/header_LogoFF_schrift_3.gif);
    }
	 .oneColFixCtrHdr #navigation {
	padding: 0px 0px 15px 0px;


    }
    .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. */
    }
    .oneColFixCtrHdr #mainContent {
	padding: 15px 10px 5px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background: #FFFFFF;
	min-height: 500px;
    }
    .oneColFixCtrHdr #footer {
	padding: 0 10px;
    }
    .oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	color: #000;
    }
	
	p {
	line-height: 18px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.kleinschrift_p  {
	font-size: 12px;
	top: 0px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
}
#footer  p  {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bold;
	color: #000;
	text-align: center;
    }

li {
	padding-bottom: 9px;
}
h1 {
	font-size: 18px;
	font-weight: 600;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 36px;
	font-weight: 500;
	color: #333;
	padding: 2px 0 4px 0;
	bottom: 5px;
	margin: 0 0 5px 0;
	text-align: center;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 13px;
	font-weight: 600;
	color: #666666;
	background-color: #CCCCCC;
	padding: 2px 0 4px 0;
	bottom: 5px;
	margin: 0 0 5px 0;
	border-bottom-color: #ff9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ff9;
	text-align: center;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 10px;
}
.blau_gefope {
	color: #006ab2
}
.gruen_gefope {
	color: #45a12b
}
.gelb_gefope {
	color: #FECC00
}

.marker_gelb  {
	background-color: #FFFF00;
}


table {
	overflow: hidden;
}
.imgborder {
	border: 2px solid #CCCCCC;
}


    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
	
.fltrt_border {
    	float: right;
    	margin-left: 8px;
		border: 2px solid #CCCCCC;;
    }
	
.fltlft_border {
    	float: left;
    	margin-right: 8px;
		border: 2px solid #CCCCCC;;
    }
	

	
	
	
a:link {
	color: #b5152b;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:active {
	color: #b5152b;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a:visited {
	color: #b5152b;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a:hover {
	color: #666666;
	background-color: #fffae5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5152b;
}

a img {border: 0 none;}

