#text_feld {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
}

#ueberschrift_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	
}



html, body, #alles {
	min-height: 100%;
	width: 100%;
	height: 100%;
}


/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #alles {
	height: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	background-repeat: repeat-y;
	background-position:inherit;
}

img {
	border: 0px;
}

em {
	font-style: italic;
}

a.aktiv, a.aktiv:link, a.aktiv:visited {
	color: #FFFFFF;
}

a.aktiv:hover {
	color: #FFFFFF;
}

a, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}

a.divers, a.divers:link, a.divers:visited, a.divers:hover {
	color: #FFFFFF;
}


a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 18px 0px;
	font-size: 19px;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 18px 0px;
	font-size: 15px;
	font-weight: bold;
}

h3	{
	margin: 0px 0px 9px 0px;
	font-size: 15px;
	font-weight: bold;
}

h4	{
	margin: 0px 0px 9px 0px;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0px 0px 18px 0px;
	font-size: 11px;
}

font {
	margin: 0px 0px 18px 0px;
	font-size: 11px;
}

#alles {
	position: absolute;
	top: 0;
	left: 0;
}

/* -------------------------- header -------------------------- */

#navigation_oben {
	position: relative;
	/*font-size: 10px;*/
	text-align: left;
	padding: 0px 0px 0px 0px;
	height: 0px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	/*width: 760px;*/
	width: 870px;
	background-repeat: no-repeat;
	background-position: left;

}


/* -------------------------- center -------------------------- */

#center {
	position: relative;
	width: 100%;
	text-align: center;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#inhalt_huelle {
	position: relative;
	/*width: 760px;*/
	width: 870px;
	text-align: left;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
}


/* -------------------------- inhalt -------------------------- */

#inhalt_allgemein {
	/*width:570px;*/
	/*width:600px;*/
	overflow: hidden;
	padding: 24px 0px 30px 24px;
}




/*--------------------------- navigation ---------------------*/

div.trenner_left {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 1px;
	background: #fff url(./img/trenner_menu.gif) repeat-x scroll left top;
}

div.trenner_left hr {
  display: none;
}

#navigation {
	width: 160px;
	/*background: #FFFFFF;*/
	float: left;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	overflow: visible;
	padding: 28px 15px 15px 15px;
}

.menue_0_entry  {
	/*border-left: 5px solid #333333;*/
	
	line-height: 29px;
	/*line-height: 15px;*/

	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 6px;
}

.menue_1_entry {
	list-style-image:url(./img/menu_punkt.gif);
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	line-height: 13px;
	color: #333333;
}

.menue_2_entry {
	list-style-image:url(./img/menu_punkt_leer.gif);
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	line-height: 13px;
	color: #333333;
	font-weight: bold;
}

.menue_3_entry {
	list-style-image:url(./img/menu_punkt.gif);
	font-size: 11px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 7px 0px;
	line-height: 13px;
	color: #333333;
}

.menue_4_entry {
	list-style-image:url(./img/menu_punkt.gif);
	font-size: 11px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 7px 0px;
	line-height: 13px;
	color: #333333;
}


/* -------------------------- footer -------------------------- */

#footer {
	/* FIXME: mozilla puts the footer at the wrong position when extending inner div */
	/*
	position: absolute;
	bottom: 0;
	*/
	
	clear:left;
	margin-top:1em;
	text-align:right;
	padding:10px;
	
	/*
	color:#336699;
	text-align: center;
	height: 30px;
	width: 100%;
	background: #2e3e58;
	background-image: url(./img/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow:hidden;
	float: left;
	left: 0px;
	*/
}

#copyright {
	position: relative;
	width: 730px;
	margin: 0px auto 0px auto;
	text-align: right;
	padding: 9px 15px 0px 15px;
	color: #000000;
}

/* -------------------------- horizontal -------------------------- */

#horizontal ul {
	margin: 0px 0px 0px 0px; /* oben / rechts / unten / links */
	padding: 1px 1px 1px 1px; /* oben / rechts / unten / links */
	list-style: none;
	background-color: #007587; /* Menübalken oben*/
}

#horizontal a {
	margin: 0px 0px 0px 0px; /* oben / rechts / unten / links */
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#horizontal ul li { 
	display: inline;
}

#horizontal li a {
	padding-right: 80px;
	padding-left: 80px;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
}
	
/* erstes Element im Balken  - Rand links und rechts*/
#horizontal liLeft a {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 80px;
	padding-left: 80px;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
}

/* folgende Elemente im Balken */
#horizontal liRight a {
	border-right: 1px solid #ffffff;
	padding-right: 80px;
	padding-left: 80px;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#horizontal li_ohneBalken a {

	padding-right: 80px;
	padding-left: 20px;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#horizontal li a:hover {
	color: #000000;
}

#horizontal li.active a,#horizontal li.trail a {
	color: #000000;
}
