@charset "utf-8";


.farbigerText18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: center;
}

.farbigerTextmittig24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #D32618;
	text-align: center;
	margin-top: -15px;
}





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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../img/body_back.jpg);
	background-color: #403225;
	background-repeat: repeat-x;
}

p  {

}
.pAnliegend {
	margin-top: -15px;
}



a {
	color: #000;
}
h3 {
	font-weight: bold;
	font-size: 130%;
}
h2 {
	font-size: 200%;
}

h4 {
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
}
h5 {
	font-size: 80%;
	white-space: normal;
	line-height: 80%;
}


#container  {
	width: 1000px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: thin solid #444;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #FCF9F4;
} 
#header  {
	background-color: #FCF9F4;
	background-repeat: no-repeat;
	height: 200px;
	background-position: 0px 0px;
	background-image: url(../img/Wicki%20Forst%20Logo6.jpg);
	padding: 0px;
} 
#headmenu   {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	/* [disabled]font-size: 110%; */
	font-variant: small-caps;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FCF9F4;
}
#headmenu table {
	padding: 0px;
}
#headmenu table tr {
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#headmenu table tr td {

}


#headmenu table tr td a {
	color: #063;
	text-decoration: none;
	/* [disabled]font-size: 110%; */
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}




#headmenu table tr td a:hover {
	border-left-style: groove;
	padding-left: 5px;
	padding-right: 5px;
	border-left-color: #318A1E;
}

#sidebar1  {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	height: 410px;
	color: #063;
	background-color: #FCF9F4;
	padding: 0px;
	margin: 0px;
}
#sidebar1 #sb_menu {
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 365px;
	font-size: 100%;
}
#sidebar1 #sb_menu_title {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar1 #sb_menu ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 #sb_menu ul#untermenu{
	font-size: 95%;
	padding-left: 10px;

}



#sidebar1 #sb_menu ul li{
	list-style-type: none;
	margin-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D9E0C9;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}





#sb_menu ul li a {
	color: #360;
	font-size: 100%;
	text-decoration: none;
	list-style-type: none;
	margin-top: 5px;
}





#sb_menu ul li a:hover {
	color: #318F1F;
	font-weight: bold;
}
#sb_menu ul li a:active {
	color: #318F1F;
}
#sb_menu ul li a:visited {
	color: #318F1F;
}
#untermenu {
	font-size: 90%;
}
#untermenu #li-untermenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 95%;
}
#sb_menu #untermenu #u_untermenu {
	font-size: 90%;
	padding-left: 10px;
}

#u_untermenu {

}
#untermenu #li-u_untermenu{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}













#sidebar1 #sb_adresse {
	height: 120px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 90%;
}






.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;
}
#sidebar2  {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 175px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	height: 490px;
	background-color: #FCF9F4;
	color: #E9E8A9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 li {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: inside;
	font-size: 80%;
}
#sidebar2 ul li {
	margin-left: -28px;
	list-style-position: outside;
}
#sidebar2 p {
	color: #2F8D1D;
	margin-top: -15px;
}

#sidebar2 p a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	margin-top: -15px;
}
#sidebar2 .absatzSidebar2Unten {
	color: #000;
	font-size: 14px;
}
#sidebar2Link {

}
.titelSidebar2grün {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #318A20;
	font-variant: small-caps;
}
.titelSidebar2schwarz {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 30px;
}



.absatzSidebar2 {
	font-size: 14px;
	color: #060;
	letter-spacing: 1px;
	background-color: #FCF9F4;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
	font-weight: bold;
}



.absatzSidebar2 a img    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	min-height: 550px;
	background-color: #FFF;
} 
#mainContent a {
	color: #000;
}
#mainContent #kruemel {
	font-size: 70%;
}

#mainContent #kruemel a {
	text-decoration: none;
	color: #010000;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#mainContent table tr td {
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent table tr td p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tabelle {
	line-height: normal;
}


#mainContent table tr td h4 {
	margin: 0px;
	padding: 0px;
}
#mainContent table tr td font {
	font-size: 90%;
}
#mainContent table tr td ul {
	padding-left: 15px;
	margin-top: -10px;
	margin-bottom: 0px;
}
#mainContent table tr td p a {
}
#footer  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A67145;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/hg_fuss.jpg);
	background-repeat: no-repeat;
	background-position: left center;
} 
#footer p   {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #6F521B;
	letter-spacing: normal;
	font-style: normal;
	word-spacing: normal;
}
#footer p img {
	padding-top: 5px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
}

#footer p a {
	color: #000;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.sb_menu_title {
	font-size: 110%;
}
