*{
	padding:0;
	margin:0;
	border:0;
}
a { color: #2d7a5d; text-decoration: underline; }
a:hover { color: #2d7a5d; text-decoration: underline overline; }
html, body { background-position: center; line-height: 150%; height: 100%; /* wichtig */
	font:12px/140% "Trebuchet MS", Verdana, Arial, sans-serif; color:black; background-color: #eaeaea; background-image: url(../design/bg.gif); background-repeat: repeat-y; background-attachment: scroll; text-align: left; }
h1 { color: #2d7a5d; font-size: 2em; font-weight: bold; line-height: 130%; text-decoration: none; margin-bottom: 10px; }
h2 { color: #2d7a5d; font-size: 1.5em; font-weight: bold; line-height: 130%; text-decoration: none; margin-bottom: 5px; }
h3 { font-size: 1.3em; font-weight: bold; line-height: 130%; background-color: #fff949; text-decoration: none; text-transform: none; text-indent: 5px; letter-spacing: 2px; margin-bottom: 5px; }
h4 { color: #2d7a5d; font-size: 1.2em; font-weight: bold; line-height: 130%; text-decoration: none; margin-bottom: 5px; }
p { font-size: 1em; line-height: 140%; margin-bottom: 10px; }
hr { color: #2d7a5d; background-color: #2d7a5d; height: 1px; margin: 10px 20px; }
#box{
	margin-left: auto;
	margin-bottom: 25px;
	margin-right: auto;
	margin-top: 0;
	width:850px;
	text-align:left;
  	position: relative;
	height:auto !important;/* moderne Browser */ /* IE */
}
#box .ptext li, #box .text li{margin-left: 10px;margin-bottom: 10px;}
#header{ background: #fff949; height:88px; text-align: center; border-color: #a6a6a6; border-style: solid; border-width: 0 0 2px; }
#header img { margin-top: 5px; }
#inhalt { color: #000; text-align: left; width: 850px; }
#footer { display: block !important; display:none;  color: #2d7a5d; font-size: 0.9em; background: #fff949; position: fixed; bottom: 0px; height: 20px; text-align:center; width: 100%; padding: 3px 0 0; }
#menu { float: none; margin: 0px; padding: 0px; border-top-color: #eaeaea; border-top-style: solid; border-top-width: 10px; width: 850px; background: #fff949; text-decoration: none; text-align: left;}
#breadcrump { margin: 0px; padding: 0px; border-width: 0px; border-color: white; border-style: solid; width: 850px; font-size: 10px; }
#breadcrump_innen {
	margin: 10px;
}
#breadcrump a     { color: gray; text-decoration: underline; background-color: #fff; text-align: left; width: 750px }
#breadcrump a:hover    { color: gray; text-decoration: underline overline; background-color: #fff; text-align: left; width: 750px }
.untermenuliste ul {
	margin-left: 20px;
	list-style-type: none;
}
.untermenuliste ul li {
	height: 3em;
	list-style-type: none;
}
.untermenuliste ul a {
	text-decoration: none;
	display: block;
	font-size: 1.3em;
	list-style-type: none;
}
.text { text-align: left; width: 300px; margin-bottom: 5px; margin-left: 20px; }
.banner	{ text-align: center; width: 100%; margin-bottom: 5px; margin-left: 20px; }
.text_links { text-align: left; margin-bottom: 5px; margin-left: 20px; width: 300px; float: left; }
.umflossen_r { float: right; margin-top: 0; margin-right: 20px; }
.clear { float: none; clear: both; }
.bild { float: none; clear: both; margin-bottom: 10px; margin-left: 20px; display: block; }
.bilder2 { width: 470px; display: block; float: right; clear: both; margin-right: 20px; }
.trennlinie { color: #2d7a5d; background-color: #2d7a5d; width: 300px; height: 1px !important; margin-left: 20px; }
.abstand { margin-left: 20px; }
.pbild { float: right; }
.plink { width: 150px; float: right; }
.plink-inside { background-color: #fff949; width: 150px; float: right; padding: 3px; border: dashed 1px #2d7a5d; }
.ptext { width: 300px; }
.ptext-inside { width: 260px; margin-left: 20px; }
.tabgelb { color: #000; font-size: 1em; background-color: #fff949; float: none; clear: both; margin: 0 0 30px 20px; padding: 3px; }
.tabgelb th { color: #2d7a5d; font-size: 1em; font-weight: bold; background-color: #fff949; text-decoration: none; text-align: left; margin: 0 0 30px 20px; float: none; clear: both; padding: 3px 5px; border-color: black; border-style: solid; border-width: 0 0 1px; }
.tabgelb td { color: #000; font-size: 1em; text-decoration: none; background-color: #fff949; text-align: left; margin: 0 0 30px 20px; float: none; clear: both; padding: 3px 5px;; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 15em			; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li { float:			left; position:		relative; height: 2em; }
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 15em			; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** SKIN ***/
.sf-menu { margin-left: 20px; position: relative; float: left; cursor: default; }
.sf-menu .aktuell { color: #454545; background-color: #eaeaea; }
.sf-menu a { padding: 0.5em; color: black; text-decoration:none; display: block; }
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	
}
.sf-menu li { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
.sf-menu li li { color: black; background:		#fff949; }
.sf-menu li li li { color: black; background:		#fff949; }
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fffb9c;
	outline:		none 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator { position:		absolute; display:		block; right:			0.75em; top:			1.05em; /* IE6 only */
	width:			10px; height:			10px; text-indent: 	-999em; overflow:		hidden; background:		url(../design/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px -3px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../design/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
