*
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}


body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FCFAD4;
	/* background-image:url('/w3a/_inst-frankenau/images/hg.gif'); */
	/* background-repeat: repeat; */
}

a
{
	color: #8C3021;
	text-decoration: none;
}

a:hover, a:active
{
	color: #8C3021;
	text-decoration: underline;
}

.hidden
{
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}

#main
{
	position: relative;
	left: 0;
	top: 0;
	overflow: visible;
	width: 49em;
	background-color: #FCFAD4;
	min-width: 795px;
	height: 100%;
}

#header
{
	visibility: hidden;
	display: none;
	height: 0;
	width: 0;
}

/* HEAD-BEREICH */

* html #head
{ /* fuer IE Win \*/
	height: 192px;
/* */
}

#head
{
	position: relative;
	left:0;
	top:0;
	min-height: 192px;
	width: 799px;
	background-color: #FCFAD4;
	background-image:url('/w3a/_inst-frankenau/images/banner_neu.jpg');
	background-repeat: no-repeat;
	margin-bottom: -70px;
}


#head_wappen
{
	position: absolute;
	width: 62px;
	height: 69px;
	z-index: 2;
	top: 0;
	left: 0;
	padding-left: 30px;
	padding-top: 6px;
	overflow: visible;
}


#head_servicenav
{
	position: relative;
	top: 70px;
	text-align: right;
	width: 788px;
	min-height: 40px;
}

#head_servicenav #SearchText
{
	border: 1px #8C3021 solid;
	width: 8em;
	font-size: 0.7em;
	background-color: #FCFAD4;
}

#head_servicenav a
{
	color: #8C3021;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px #FCFAD4 solid;
	border-right: 1px #FCFAD4 solid;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.5em;
}

#head_servicenav a:hover
{
	border-left: 1px #8C3021 solid;
	border-right: 1px #8C3021 solid;
}


#head_mainnav
{
	position: relative;
	top: 94px;
	left: 70px;
	height: 1.2em;
	margin-left: 10em;
	font-size: 1em;
	line-height: 1.2em;
	width: 35em;
	min-width: 500px;
	border-top: 1px dotted #8C3021;
	border-bottom: 1px dotted #8C3021;
}

#head_mainnav a
{
	font-size: 0.8em;
	font-weight: bold;
	color: #8C3021;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px #FCFAD4 solid;
	border-right: 1px #FCFAD4 solid;
	text-decoration: none;
}

#head_mainnav a.selected
{
	color: #637D39;
}

#head_mainnav a:hover
{
	font-size: 0.8em;
	font-weight: bold;
	color: #8C3021;
	border-left: 1px #8C3021 solid;
	border-right: 1px #8C3021 solid;
}

/* ENDE HEAD-BEREICH */



#menue
{
	position: absolute;
	z-index: 3;
	left: 50px;
	top: 116px;
	margin-top: 2.8em;
	width: 10em;
	padding-bottom: 1em;
}


#menue ul
{
	list-style-type: none;
	display: list-item;
}

#menue ul li
{
	display: block;
	padding-bottom: 0.2em;
	border-top: 1px solid #8C3021;
}

#menue ul li a
{
	font-weight: bold;
	font-size: 0.7em;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
	text-decoration: none;
	display: block;
}

#menue ul li a.selected
{
	color: #637D39;
}

#menue ul li a:hover
{
	padding-left: 1px;
	font-size: 0.7em;
}

#menue ul li ul li
{
	padding-left: 0.6em;
	display: block;
	border-top: 0px solid #F7AE00;
	border-bottom: 0px solid #F7AE00;
}

/* Menue-Aufzählungsnummer */
#menue dfn
{
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
	padding-right: 0.3em;
	padding-left: 0.1em;
}


/* BODY-BEREICH */

#body
{
	position: relative;
	margin-top: 3.5em;
}

#body_content
{
	position: relative;
	margin-top: 1em;
	z-index: 1;
	font-size: 1em;
	left: 75px;
	width: 35em;
	padding-right: 5px;
	margin-left: 10em;
	margin-bottom: 1em;
}


#body_content input, #body_content select, #body_content textarea
{
	border: 1px solid #637D39;
	background-color: #FFFFFF;
	color: #637D39;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#body_content input
{
	height: 1.6em;
}

#body_content input, #body_content textarea
{
	padding: 2px;
}

#body_content input.button
{
	border: 1px solid #FFFFFF;
	background-color: #637D39;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 2em;
}


#body_content_text
{
	position: relative;
	font-size: 0.7em;
}

#body_content h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #637D39;
	border-bottom: 1px #637D39 solid;
	margin-bottom: 1em;
}

#body_content h2
{
	font-size: 1em;
	font-weight: bold;
	color: #637D39;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#body_content p
{
	margin-bottom: 0.7em;
}


#body_content table
{
	margin-top: 1em;
	font-size: 1em;
}


#content_filter
{
	padding-bottom: 1em;
}

#content_filter input, #content_filter select
{
	border: 1px solid #637D39;
	background-color: #FCFAD4;
	color: #637D39;
}

#content_table
{
	margin-top: 1em;
}

#content_table a
{
	font-weight: bold;
	color: #8C3021;
	padding-right: 5px;
	text-decoration: none;
}

#content_table thead
{
	background-color: #637D39;
	line-height: 1.5em;
}

#content_table th a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}

#content_table th a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#content_table td
{
	border-bottom: 1px #637D39 solid;
}

#content_table td.DatenpoolNav
{
	border: 0;
	padding-top: 1em;
}


#contentleft form
{
	margin-bottom: 1em;
}

#contentleft
{
	position: relative;
	font-size: 0.7em;
	width: 35em;
}

#contentleft ul
{
	margin-top: 1em;
	list-style-position:outside;
}

#contentleft li
{
	margin-bottom: 0.7em;
	list-style-position:outside;
}

#contentright
{
	position: absolute;
	font-size: 0.7em;
	z-index: 3;
	width: 12.5em;
	left: 37em;
	top: 0;
}

#contentright .box
{
	position: relative;
	background-color: #637D39;
	min-width: 140px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

#contentright .zwbox
{
	position: relative;
	line-height: 1em;
}


#contentright .titel
{
  	font-weight: bold;
	line-height: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.8em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
    	color: #FFFFFF;
	min-width: 140px;
}

#contentright .box .entry
{
	position: relative;
	padding: 0.5em;
	margin-top: 1px;
}


#contentright .box .info
{
	position: relative;
	background-color: #FCFAD4;
	overflow: hidden;
	padding-bottom: 1px;
}

#contentright .box .info p
{
	margin: 0;
	padding: 4px;
	border-top: 1px solid #637D39;
}

#contentright .box .image
{
	position: relative;
	padding: 4px;
	margin-top: 1px;
	border-bottom: 1px solid #637D39;
	text-align: center;
}



hr
{
	visibility: hidden;
	height: 0;
}

/* ENDE BODY-BEREICH */