* { margin: 0; padding: 0; }
html { width: 100%; height: 100% }
body      { color: black; font-size: 92%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150%; background-color: #fff; text-align: center; width: 100%    ; height: 100%; margin: 0; padding: 0; }
a { color: #209e19; text-decoration: underline; }
a:hover { color: #209e19; text-decoration: underline overline; }
a:link { color: #575757; text-decoration: underline; }
a:visited { color: #575757; text-decoration: none; }
a:hover { color: #575757; text-decoration: underline overline; }
a:active { color: #575757; text-decoration: underline; }
abbr { cursor: help; }
acronym { cursor: help; }
p { margin-top: 0.4em; margin-bottom: 0.4em; }
h1 { font-size: 1.8em; font-weight: bold; line-height: 1.2em; margin: 0.67em 0 0.37em; border-color: #eaeaea; border-style: solid; border-width: 0 0 2px; }
h2 { color: #32932a; font-size: 1.4em; font-weight: bold; margin: 0.83em 0 0.43em; }
h2 a, h2 a:visited { color: #32932a; font-weight: bold; text-decoration: none; margin: 0.83em 0 0.43em; }
h2 a:link, h2 a:hover { color: #32932a; font-weight: bold; text-decoration: underline; margin: 0.83em 0 0.43em; }
h3 { color: black; font-size: 1.1em; font-weight: bold; margin: 0.3em 0; }
h4 { color: #383838; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; text-decoration: none; }
#main       { background-image: url(../design/back.gif); background-repeat: repeat-y; text-align: left; position: relative; padding: 0; width: 960px; height: auto; margin: 0 auto; border: solid 1px #fff       }
#head { font-size: 3.5em; font-weight: normal; background-color: #2e9028; background-image: url(../design/banner.jpg); background-repeat: repeat-x; background-position: 0 0; text-align: right; height: 100px; padding: 1px; border-style: solid; border-width: 0 0 1px; border-color: #fff          }
#head p { margin-top: 30px; margin-right: 10px; padding: 1px; }
#bottom  { background-color: #2e9028; background-image: url(../design/banner_unten.jpg); width: 960px; height: 20px; float: none; clear: both ; border-top: 1px solid white; }
#links   { width: 201px; float: left;}
#rechts   { background-image: url(../design/logo-avogadrobf.gif); background-repeat: no-repeat; background-position: right bottom; position: absolute; left: 750px; bottom: 40px; width: 180px; height: 150px; float: left; }
#content { text-align: left; width: 560px; height: inherit; float: left; margin: 0; padding: 0; }
#printhead {display: none; visibility: hidden}
#adresse { margin: 10px; }
#menu { background-color: #c6c5c5; width: 560px; height: 2.5em; z-index: 2; clear: none; margin: 0; padding: 1px; }
#innen { z-index: 1; margin: 10px 30px 30px; }
#innen ul { margin: 1em 0 1em 20px; list-style-image: url(../design/li.gif); }
#innen ul li { margin-top: 0.2em; margin-bottom: 0.2em; }
#innen ul li li { margin: 0; list-style-type: disc; list-style-image: none; }
#innen ol { list-style-type: decimal; margin: 1em 0 1em 40px; }
img { border-style: solid; border-width: 0; }
.balken { background-color: green; width: 380px; height: 2px; margin-top: 15px; margin-bottom: 15px; margin-left: 30px; }
.2_bilder_zentriert { text-align: center; width: 380px; margin-top: 15px; margin-bottom: 15px; }
.abstand_r { margin-right: 5px; margin-left: 30px; }
.abstand_l { margin-right: 30px; margin-left: 5px; }
/*Schnipsel Beginn*/
.bilder_zentriert { text-align: center; margin-bottom: 15px; margin-left: 30px; width: 340px; margin-top: 15px; }
.bild { text-align: center; margin-top: 0; margin-bottom: 15px }
.textbild    { text-align: left; margin-bottom: 15px; margin-left: 30px; width: 390px }
.umflossen  { margin: 0 0 15px 15px; float: right; clear: both }
.umflossen_r  { margin: 0 0 15px 15px; float: left; clear: both }
.linie { background-color: #fff; margin-top: 10px; margin-bottom: 20px; margin-left: 30px; width: 390px; height: 1px; border-top: transparent; border-bottom: 1px dashed #666 }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu { line-height:	1; height: 2em; }
.sf-menu ul { position:		absolute; top:			-999em; width:			10em; /* 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; }
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.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:			10em; /* 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;
}

/*** DEMO SKIN ***/
.sf-menu { float:			left; clear: both; margin-bottom:	1em; }
.sf-menu a { padding: 		0.75em 1em; text-decoration:none; margin: 0; }
.sf-menu li li a { text-decoration: none; padding: 0.75em 1em; border-top: 1px solid #fff; border-left: 1px solid #fff; }
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			black;
}
.sf-menu li {
	background:		#c7c7c7;
}
.sf-menu li li {
	background:		#c7c7c7;
}
.sf-menu li li li {
	background:		#c7c7c7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { color: #f9f9f9; background:		#35a92e; 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:			.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 0; }
.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;
}


