body
{
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	background-color: #fff;
	color: #090;
	padding: 0;
}

#kopf
{
	height: 72px;
	background: #fff;
}

/*
		#container_aussen {
			border: 1px solid red;
		}
		*/

#container
{
	margin: 0 0 40px 0;
	padding: 0;
}

#container_innen
{
	width: 100%;
	float: left;
	margin-right: -181px;
}

#inhalt { margin-right: 181px; }

/*SEITENLEISTE LINKS*/
#linkespalte
{
	margin: 0;
	width: 200px;
	float: left;
	padding: 0;
}

/*NAVIGATION*/
#navigation
{
	background-color: #99e680;
	width: 100%;
}

#navigation_innen
{
	margin: 0;
	width: 100%;
	background-image: url(/layout/ecke_li_u.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 25px 0;
}

#navigation_innen dl
{
	margin: 0;
	width: 100%;
	padding: 0;
}

#navigation_innen dt
{
	margin: 0 0 4px 0;
	padding: 0;
	text-transform: uppercase;
}

#navigation_innen dd
{
	margin: 0 0 4px 30px;
	padding: 0;
}

#navigation_innen a
{
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 14px;
	text-decoration: none;
}

#navigation_innen dt a:link, #navigation_innen dt a:visited
{
	margin: 0;
	padding: 4px 0 2px 20px;
}

#navigation_innen dt a:hover, #navigation_innen dt a:active
{
	color: #090;
	background-color: #d6f5cc;
}

#navigation_innen dt .besucht:link, #navigation_innen dt .besucht:visited, #navigation_innen dt .besucht:hover, #navigation_innen dt .besucht:active
{
	color: #090;
	background-color: #d6f5cc;
}

#navigation_innen dd a:link, #navigation_innen dd a:visited
{
	margin: 0;
	padding: 4px 0 2px 14px;
}

#navigation_innen dd a:hover, #navigation_innen dd a:active
{
	background-image: url(/layout/pfeil_navi.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation_innen dd .besucht:link, #navigation_innen dd .besucht:visited, #navigation_innen dd .besucht:hover, #navigation_innen dd .besucht:active
{
	background-image: url(/layout/pfeil_navi.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*ENDE NAVIGATION*/
/*SCHRIFTGROESSE*/
#schriftgroesse
{
	margin: 30px 0 0 0;
	width: 135px;
	background-color: #FF4E19;
	background-image: url(/layout/mausecke_ganz.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 3px 0 2px 0;
}

#schriftgroesse img
{
	margin: 0;
	border: none;
	padding: 0 0 0 14px;
}

/*ENDE SEITENLEISTE LINKS*/
/*TEXTBEREICH*/
#textbereich h1,h2,h3
{
	text-transform: uppercase;
	padding: 0;
}

#textbereich h2
{
	text-transform: none;
	color: #FF4E19;
}

#textbereich h3 { text-transform: none; }
#textbereich p { padding: 0; }
#textbereich a:link, #textbereich a:visited { color: #FF4E19; }

#textbereich a:hover, #textbereich a:active
{
	color: #090;
	text-decoration: none;
}
#textbereich .zurueck a:link,#textbereich .zurueck a:visited,#textbereich .zurueck a:hover,#textbereich .zurueck a:active
{
	background-image: url(/layout/pfeil_kl_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}
#textbereich img
{
	margin: 0;
	float: left;
	border-color: #fff;
	border-width: 0 20px 10px 0;
	border-style: solid;
	padding: 0;
}

/*GLOSSAR*/
#textbereich ul.glossar
{
	margin: 0;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF4E19;
	padding: 0;
}

#textbereich .glossar li
{
	margin: 0;
	display: inline;
	padding: 0;
}

#textbereich .glossar li a
{
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px 0 0;
}

#textbereich .glossar li a:link, #textbereich .glossar li a:visited { color: #FF4E19; }
#textbereich .glossar li a:hover, #textbereich .glossar li a:active { color: #090; }
#textbereich .glossar li  .besucht:link, #textbereich .glossar li  .besucht:visited, #textbereich .glossar li  .besucht:hover, #textbereich .glossar li  .besucht:active { color: #090; }

#textbereich .glossar dt, #textbereich .aktuelles dt
{
	text-transform: uppercase;
	font-weight: bold;
	color: #FF4E19;
	padding: 0;
}
#textbereich .aktuelles dt
{
	text-transform: none;
}

#textbereich .glossar dd, #textbereich .aktuelles dd { padding: 0; }

/*ENDE GLOSSAR*/
/*SPRECHZEITEN*/
table.sprechzeiten
{
	margin: 0 0 12px 0;
	border-collapse: collapse;
	border: 1px solid #FF4E19;
	padding: 0;
}

.sprechzeiten th
{
	margin: 0;
	background-color: #D6F5CC;
	text-transform: uppercase;
	border-color: #FF4E19;
	border-width: 0 1px 1px 0;
	border-style: solid;
	padding: 5px;
}

.sprechzeiten td
{
	margin: 0;
	text-align: right;
	border-right: 1px solid #FF4E19;
	font-weight: bold;
	padding: 6px;
}

/*ENDE SPRECHZEITEN*/
/*FORMULAR*/
div#formular /*fuer IE WIN*/
{
	margin: 0;
	width: 400px;
	padding: 0;
}

.ab
{
	width: 400px;
	height: 30px;
}

.tfeldab
{
	width: 400px;
	height: auto;
	padding: 0 0 10px 0;
}

.bez
{
	width: 100px;
	float: left;
}

.formw
{
	width: 290px;
	float: right;
	text-align: left;
}

.formn
{
	border-color: #FF4E19;
	border-width: 1px;
	border-style: solid;
}

.formff
{
	border-color: #090;
	border-width: 1px;
	border-style: solid;
}

/*ENDE FORMULAR*/
/*ENDE TEXTBEREICH*/
/*SEITENLEISTE RECHTS*/
#rechtespalte
{
	width: 141px;
	float: right;
}

.infobox
{
	margin: 0 0 30px 0;
	background-color: #D6F5CC;
	width: 100%;
	background-image: url(/layout/ecke_re_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
}

.infobox_innen
{
	margin: 0;
	width: 100%;
	background-image: url(/layout/ecke_re_u_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px 0 10px 0;
}

.infobox_innen img
{
	margin: 0 0 10px 0;
	border: none;
	padding: 0;
}

.infobox_innen h2
{
	margin: 0 16px 6px 16px;
	padding: 0;
}

.infobox_innen p
{
	margin: 0 16px 30px 16px;
	padding: 0;
}

/*ENDE SEITENLEISTE RECHTS*/
#fuss
{
	margin: 0 0 0 150px;
	height: 121px;
	background-color: #fff;
	background-image: url(/layout/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0;
}

#fussdreieck
{
	margin: 0;
	padding: 40px 0 0 90px;
	text-align: right;
}

#fussdreieck img
{
	margin: 0;
	border: none;
	padding: 0 181px 2px 0;
}

#fusstext
{
	margin: 0;
	font-weight: bold;
	text-align: left;
	padding: 0;
	border-color: #99e680;
	border-width: 3px 0 0 0;
	border-style: solid;
}

span.orange { color: #ff4e19; }

span.leer
{
	margin: 0;
	display: block;
	border: 1px solid black;
	height: 0;
	clear: both;
	padding: 0;
}

#textbereich .leer img
{
	margin: 0;
	float: none;
	padding: 0;
}

.umbruch
{
	height: 0;
	clear: both;
}
