* html 
{
	overflow: hidden;
	height: 100%;
	width: 100%;
}

* html body 
{
	margin:0;
	padding: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}

* html #navi, * html #hormenue 
{
	position: absolute;
}

.hide 
{
	display: none;
}

.show 
{
	display: block;
}

.float-ende
{
	clear: both;
}

.ueberschrift
{
	display: none;
	background-color: darkgray;
	border-width: 4px;
	border-style: ridge;
	border-color: #00f;
	text-align: center;
	font-family: Tahoma;
	font-size: 20px;
	margin: 0px 10px 7px 11px;
	letter-spacing: 6px; /*	font-variant: small-caps;*/
	color: White;
}

.platz 
{
/*	margin-bottom: 10000px;*/
	margin-top: -0px;
 	padding-bottom: 11px;
}

.frei
{
	margin-top: 0px;
	color: Silver;
}

/*  Für Inhaltsverzeichnis --------------------------------------------------------  */

div#verzeichnis
{
	text-align: left;
}

div#verzeichnis div
{
	font-family: Tahoma;
	font-size: 18px;
	padding: 4px;
	margin: 9px 0px 5px 10px;
}

div#verzeichnis h3
{
	font-family: Tahoma;
	font-size: 22px;
	margin: 1px 0px 15px 0px;
	text-align: left;
}


/*  Für Site-Map --------------------------------------------------------  */

div#sitemap
{
	text-align: left;
}

div#sitemap div
{
	float: left;
	border-width: 4px;
	border-style: ridge;
	border-color: #00f;
	font-family: Tahoma;
	font-size: 20px;
	padding: 4px;
	margin: 10px;
	color: White;
	min-height: 240px;
}

div#sitemap h3
{
	font-family: Tahoma;
	font-size: 20px;
	margin-bottom: 5px;
}

/*  War Site-Map --------------------------------------------------------  */


/*  Für Fest-Menue --------------------------------------------------------  */

ul#festmenue
{
	margin-bottom: 11px;
	text-align: center;
}

ul#festmenue li
{
	color: Blue;
	background-color: Yellow;
	font-weight: bold;
	margin: 0;
}

ul#festmenue li a
{
	color: Blue;
	font-size: 1.3em;
	padding: 4px;
}

div#zusatz
{
																				display: none;
	font-size: 1.3em;
	text-align: center;
	margin: 3px;
}

/*  War Fest-Menue --------------------------------------------------------  */


/*	  NAVAGATION unten	*/

.list_hor
{
	margin-left: 1px;
}

.men_hor
{
	border-top-style: dotted;
	border-top-width: 5px;
	border-top-color: Blue;
	margin-top: 11px;
	margin-left: 1px;
}

.men_hor ul, .list_hor ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-left: 1px;
}

.men_hor ul li, .list_hor ul li
{
	float: left;
	list-style: none;
	display: inline;
	margin-top: 11px;
	margin-left: 5px;
}

.men_hor ul li a, .men_hor ul li a:visited, .list_hor ul li a, .list_hor ul li a:visited
{
	color: Blue;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-style: solid;
	border-color: Blue;
	border-width: 2px;
}

.men_hor ul li a:hover, .list_hor ul li a:hover
{
	background-color: Yellow;
}

.xx h3
{
	background-image: url(../../immenhof/css/pathimage2.gif);
	padding-left: 12px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

