body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #000;
	background-color: #fff;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image:  url(img/img-bkgnd.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* --------------------------------------------------------------------- background elements */

#top { /* versteckter Sprung zum Inhalt */
	z-index: 0;
	left: -200px;
	top: 0px;
}

#bottom { /*versteckter Sprung nach oben */
	z-index: 1;
	left: -100px;
	top: 0px;
}

#header { /* bunter Hintergrund im Kopf jeder Seite */
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 760px;
	background-image:  url(img/img-header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#logo { /* Platzhalter fuer Logo */
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 110px;
	margin: 0;
	padding: 0;
}

#headimg1 { /* groesseres Bild im Kopf */ 
	position: absolute;
	z-index: 22;
	left: 240px;
	top: 0px;
	width: 280px;
	height: 60px;
	background-image:  url(img/img-head1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#headimg2 { /* kleineres Bild im Kopf */
	position: absolute;
	z-index: 23;
	left: 610px;
	top: 15px;
	width: 150px;
	height: 45px;
	background-image:  url(img/img-head2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------- globale navigation: start, impressum, kontakt */

#globalnav {
	position: absolute;
	z-index: 24;
	left: 520px;
	top: 0px;
	width: 240px;
}

#globalnav ul {
	margin: 0;
	padding: 0;
	height: 1.45em;
	line-height: 1.4em;
	color: #fff;
	background-color: #369;
}

#globalnav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: inline;
}

#globalnav a:link, #globalnav a:visited {
	font-size: 0.9em;
	line-height: 1.55em;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#globalnav a:hover, #globalnav a:focus, #globalnav a:active {
	color: #333;
	background-color: #f90;
}

.navglobal1 {
	width: 76px;
	text-align: center;
	border-right: 1px solid #85a3c2;
	display: block;
}

.navglobal2 {
	width: 86px;
	text-align: center;
	display: block;
}

/* --------------------------------------------------------------------- header navigation */

#headnav {
	position: absolute;
	z-index: 21;
	left: 160px;
	top: 0px;
	width: 600px;
	height: 110px;
}

#headnav ul {
	margin: 0;
	padding: 0;
}

#headnav li {
	margin: 0; /* notwendig fuer Opera */
	float: left;
	list-style-type: none;
	display: inline;
}

#headnav a:link, #headnav a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#headnav a:hover, #headnav a:focus, #headnav a:active {
	color: #fff;
	background-color: #f90;
	background-image:  none;
}

.navaktuell {
	width: 80px;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 12px;
	margin: 0;
	display: block;
}

.navaktuellaktiv {
	width: 80px;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 12px;
	margin: 0;
	background-image:  url(img/img-subnav21.gif);
	background-repeat: no-repeat;
	background-position: 59px 85px;
	display: block;
}

.navschule {
	width: 130px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 12px;
	margin: 0;
	display: block;
}

.navschuleaktiv {
	width: 130px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 12px;
	margin: 0;
	background-image:  url(img/img-subnav22.gif);
	background-repeat: no-repeat;
	background-position: 109px 65px;
	display: block;
}

.navleben {
	width: 150px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 12px;
	margin: 0;
	display: block;
}

.navlebenaktiv {
	width: 150px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 12px;
	margin: 0;
	background-image:  url(img/img-subnav23.gif);
	background-repeat: no-repeat;
	background-position: 113px 75px;
	display: block;
}

.navlinks {
	width: 90px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 12px;
	margin: 0;
	display: block;
}

.navlinksaktiv {
	width: 90px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 12px;
	margin: 0;
	background-image:  url(img/img-subnav24.gif);
	background-repeat: no-repeat;
	background-position: 59px 55px;
	display: block;
}

.naveltern {
	width: 150px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 12px;
	margin: 0;
	display: block;
}

.navelternaktiv {
	width: 150px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 12px;
	margin: 0;
	background-image:  url(img/img-subnav21.gif);
	background-repeat: no-repeat;
	background-position: 109px 65px;
	display: block;
}

/* --------------------------------------------------------------------- subnavigation links */

#subnav {
	position: absolute;
	z-index: 25;
	left: 0;
	top: 130px;
	width: 159px;
}

#subnav ul {
	margin: -1ex 0 0 10px;
	padding: 0;
	font-size: 97%;
	line-height: 120%;	
}

#subnav li {
	height: 2ex;
	padding-top: 2ex;
	margin-left: 4ex;
	list-style:  none url(img/img-subnav1.gif) outside;
}

#subnav a:link, #subnav a:visited {
	padding: 0 0 0.3ex 1ex;
	margin-left: -0.7ex;
	color: #036;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #edf1f6;
	display: block;
}

#subnav a:hover, #subnav a:focus, #subnav a:active {
	color: #D97E00;
	background-color: inherit;
	border-bottom: 1px solid #f90;
}

#subnavaktiv a:link, #subnavaktiv a:visited {
	color: #D97E00;
	background-color: inherit;
	text-decoration: none;
	padding: 0 0 0.3ex 1ex;
	margin-left: -0.7ex;
	border-bottom: 1px solid #f90;
	display: block;
}

#subnav h1 {
	font-size: 1.1em;
	margin-left: 10px;
}

/* --------------------------------------------------------------------- sitemap */

#subnav ul.sitemap {
	margin: 10px 0 0 0;
	padding-bottom: 20px;
	width: 159px;
	border-top: 4px solid #85A3C2;
}

#subnav ul.sitemap li {
	list-style:  none url(img/img-sitemap.gif);
	margin-left: 35px;
}

#subnav ul.sitemap a:link, #subnav ul.sitemap a:visited {
	padding: 0 0 0.3ex 1ex;
	color: #036;
	background-color: inherit;
	text-decoration: none;
	display: block;
}

#subnav ul.sitemap a:hover, #subnav ul.sitemap a:focus, #subnav ul.sitemap a:active {
	color: #D97E00;
	background-color: inherit;
	border-bottom: 1px solid #f90;
}

/* --------------------------------------------------------------------- unternavigation im inhaltsbereich */

#contnav ul {
	margin: 0;
	padding: 0;
}

#contnav li {
	list-style-image:  url(img/img-subnav1.gif);
	margin: 0 0 0 35px;
	padding: 5px 0;
}

#contnav a:link, #contnav a:visited {
	margin: 0 0 0 -5px;
	color: #036;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #85a3c2;
	display: block;
}

#contnav li a:hover, #contnav li a:focus, #contnav li a:active {
	color: #D97E00;
	background-color: inherit;
	border-bottom: 1px solid #f90;
}

#contnav a.nolink:link, #contnav a.nolink:visited {
	margin-left: -5px;
	padding: 1px 0;
	color: #999;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #999;
	display: block;
}

/* --------------------------------------------------------------------- Navigation in der Sitemap */

#contnav2 ul li {
	list-style:  none url(img/img-listitem2.gif) outside;
	margin-left: -1.2em;
}

#contnav2 a:link {
	line-height: 2em;
	color: #036;
	background-color: inherit;
	text-decoration: underline;
}

#contnav2 a:visited {
	line-height: 2em;
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

#contnav2 li a:hover, #contnav2 li a:focus, #contnav2 li a:active {
	color: #D97E00;
	background-color: inherit;
}

#contnav2 a.nolink:link, #contnav2 a.nolink:visited {
	line-height: 2em;
	color: #999;
	background-color: inherit;
	text-decoration: underline;
}

/* --------------------------------------------------------------------- inhaltsbereich */

#content {
	position: absolute;
	z-index: 31;
	top: 130px;
	left: 180px;
	width: 410px;
	padding-bottom: 1em;
	font-size: 0.95em;
}

.pagenav  {
	font-weight: bold;
	text-align: right;
	margin-left: 50%;
	padding-top: 2px;
	color: #D97E00;
	background-color: inherit;
	border-top: 1px solid #cde;
	clear: both;
}

.pagenav a:link, .pagenav a:visited {
	color: #036;
	background-color: inherit;
	text-decoration: none;
	padding: 0 3px;
}

.pagenav a:hover, .pagenav a:focus, .pagenav a:active {
	color: #D97E00;
	background-color: inherit;
}

 a.pagenav2:link, a.pagenav2:visited {
	color: #D97E00;
	background-color: inherit;
}

/* --------------------------------------------------------------------- marginalie rechts */

#margin {
	position: absolute;
	z-index: 35;
	top: 115px;
	left: 610px;
	width: 150px;
	max-width: 150px;
	font-size: 0.95em;
}

/* --------------------------------------------------------------------- ueberschriften, absaetze */

h1 {
	font-size: 1.2em;
	line-height: 140%;
	font-weight: bold;
	margin: 0.5em 0;
	color: #036;
}

h2.neu {
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 10px;
	padding: 2px 17px;
	color: #fff;
	background-color: #369;
}

#margin h1 {
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	margin: 0.2em 0;
	padding: 2px 10px;
	color: #fff;
	background-color: #369;
}

h2 {
	font-size: 1.1em;
	line-height: 120%;
	font-weight: bold;
	margin: 0.5em 0 0.3em 0;
	color: #258;
	background-color: inherit;
}

h2.orange {
	font-size: 1.2em;
	margin: 0.2em 0 0.5em 0;
	color: #D97E00;
	background-color: inherit;
}

#margin h2 {
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	margin: 0.5em 0 0.1em 0;
	padding: 0 10px;
	color: #258;
	background-color: inherit;
}

h3 {
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	margin: 0.5em 0 0.3em 0;
	color: #333;
	background-color: inherit;
}

.trenner { /* fuer ein 'weiches' Trennzeichen, Dank an KommKonzept Michael Charlier */
	display: inline;
	margin-left: -0.45ex;
	color: #000;
	background-color: inherit;
	border: none;
}

p {
	font-weight: normal;
	line-height: 140%;
	margin: 0 0 0.8em 10px;
}

#margin p {
	line-height: 130%;
	font-weight: normal;
	margin: 0 0 0.8em 0;
	padding: 0 10px;
}

/* --------------------------------------------------------------------- Textauszeichnungen */

strong {
	color: #D97E00;
	background-color: inherit;
	font-weight: bold;
}

em {
	color: #369;
	background-color: inherit;
	font-weight: bold;
}

hr {
	height: 1px;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #036;
	background-color: #036;
	border: 1px none;
	clear: both;
}

cite, blockquote {
	line-height: 1.4em;
	padding: 3px 10px;
	margin: 0 0 0.5em 0;
	border: 1px solid #D97E00;
	display: block;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatleft {
	float: left;
	margin: 3px 10px 3px 0px;
	padding-left: 10px;
}

.floatleft50 {
	float: left;
	width: 48%;
	margin: 3px 0px 3px 0;
}

.floatright {
	float: right;
	margin: 3px 0 3px 10px;
}

.floatright50 {
	float: right;
	width: 48%;
	margin: 3px 0 3px 10px;
}

.terminleft {
	float: left;
	width: 144px;
	margin-left: 0;
	padding: 0 3px;
	clear: both;
	color: inherit;
	background-color: #ffcc7f;
}

.terminright {
	width: 260px;
	margin-left: 160px;
	padding: 0;
}

.bildleft { /* in der Bildergalerie verwendet */
	float: left;
	text-align: center;
	margin: 0 10px 5px 0;
	padding: 5px;
}

.bildend { /* in der Bildergalerie verwendet */
	text-align: center;
	margin: 0 10px 5px 0;
	padding: 5px;
}

.clearall {
	clear: both;
	margin-top: 0;
	padding-top: 0;
}

.clearbild { /* in der Bildergalerie verwendet */
	clear: left;
}

.clearnull {
	clear: both;
	height: 0;
	line-height: 0;
}

.noborder {
	border: none;
}

.imgborder {
	border: 1px solid #036;
}

.imglegend { /* Bildunterschrift */
	font-size: 0.9em;
	line-height: 1.1em;
	color: #036;
	background-color: inherit;
}

.spacer { 
	display: none;
}

.noprint { 
}

.emptyline {
	line-height: 0.5em;
	margin: 0;
}

/* --------------------------------------------------------------------- Aufzaehlungen */

ol {
margin:0;
padding:0 1.5em;
}
ol li {
padding-bottom:0.5em;
}

.listing {
	margin-top: -0.5ex;
	margin-bottom: 0.5em;
	padding-top: 0;
	list-style-type: none;
}

.listing li {
	/* margin: 0 0 0.2em -0.9em; */
	margin: 0 0 0.3em -1.1em; /* geaendert */
	padding: 0;
	line-height: 140%;
	list-style-image: url(img/img-listitem.gif);
}

.listing2 {
	margin-top: 0;
	list-style-type: none;
}

.listing2 li {
	margin: 0 0 0.7em -2.2em;
	padding: 0;
}

ul.listingnews {
	margin: -0.5ex 0 0.5em 10px;
	padding: 0;
	list-style-type: none;
}

.listingnews li {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	line-height: 140%;
	border-bottom:5px solid #f90;
}

.listingnews li ul {
	margin: 0.5ex 0 -1em 15px;
	padding: 0;
	list-style-image: url(img/img-listitem.gif);
}

.listingnews li ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 140%;
	border-bottom:none;
}

/* --------------------------------------------------------------------- links innerhalb von texten */

a.morelink:link, a.morelink:visited { /* interne und mail-links */
	color: #159;
	background-color: inherit;
	font-weight: normal;
	padding-left: 27px;
	text-decoration: underline;
	background-image:  url(img/img-subnav1.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	display: inline-block;
}
#margin a.morelink:link, #margin a.morelink:visited { /* interne und mail-links */
	display: inline;
}

a.morelink:hover, a.morelink:focus, a.morelink:active {
	color: #f90;
	background-color: inherit;
	text-decoration: underline;
}

a.extlink:link, a.extlink:visited { /* externe links */
	color: #159;
	background-color: inherit;
	font-weight: normal;
	padding-left: 27px;
	text-decoration: underline;
	background-image:  url(img/icon-newwin.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	display: inline-block;
}

a.extlink:hover, a.extlink:focus, a.extlink:active {
	color: #85a3c2;
	background-color: inherit;
	text-decoration: underline;
}

.nachoben { /* go-top link */
	clear: both;
	text-align: right;
	margin-top: 1em;
}

a.hoch:link, a.hoch:visited {
	font-size: 0.9em;
	color: #036;
	background-color: inherit;
	padding-left: 15px;
	text-decoration: none;
	background-image:  url(img/img-nachoben.gif);
	background-repeat: no-repeat;
	background-position: 2px -3px;
	display: inline;
}

a.hoch:hover, a.hoch:focus, a.hoch:active {
	color: #f90;
	background-color: inherit;
	text-decoration: underline;
}

/* --------------------------------------------------------------------- tabellen */

table {
	border: none;
	width: 410px;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 1em;
}

.bluetable caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #258;
	background-color: inherit;
	padding-bottom: 5px;
}
.bluetable th {
	font-weight: bold;
	background-color: inherit;
	border: 1px solid #85a3c2;
	padding: 2px 10px;
	vertical-align: top;
}


.bluetable td {
	font-weight: normal;
	border: 1px solid #85a3c2;
	padding: 2px 10px;
	vertical-align: top;
}

.tablenob caption {
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
	color: #258;
	background-color: inherit;
	padding-bottom: 5px;
}

.tablenob th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 2px 10px;
	vertical-align: top;
}

.tablenob td {
	font-weight: normal;
	text-align: left;
	border: none;
	padding: 2px 10px;
	vertical-align: top;
}

.t40percent {
	width: 160px;
}

.t60percent {
	width: 240px;
}

.nobreak {
	white-space: nowrap;
}

.orangeback {
	color: inherit;
	background-color: #fff4e5;
}

.blueback {
	color: inherit;
	background-color: #edf1f6;
}

/* --------------------------------------------------------------------- formdefs */

#contform {
	margin: 0 0 1em 0;
}

#search {
	margin: -0.5em 0 1em 0;
}

#contform fieldset {
	width: 400px;
	padding: 10px 0 10px 10px;
	border: 1px solid #edf1f6;
	background-color: #edf1f6;
}

#search fieldset {
	width: 150px;
	padding: 0;
	border: none;
}

#contform legend, #search legend {
	display: none;
}

#contform p {
	margin: 0 0 0.5em 0;
	text-align: left;
}

.sternchen  {
	position: relative;
	top: -0.5em;
	padding-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #004696;
	background-color: transparent;
}

.sternchen2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #004696;
}

#contform label {
	height: 0;
	display: none;
}

#search label {
	font-weight: bold;
	color: #036;
	background-color: inherit;
}

#contform label.rechts {
	font-size: 97%;
	color: #333;
	background-color: inherit;
    margin: 0.1em 0.5em;
	display: inline;
}

#contform input {
	margin: 0;
	padding: 0 0 0 0.5em;
	font-size: 97%;
	line-height: 160%;
	width: 375px;
	height: 2em;
	border-top: none;
	border-right: none;
	border-left: 1px solid #edf1f6;
	border-bottom: 1px solid #258;
	color: #258;
	background-color: #fff;
}

#search input {
	font-size: 97%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0.3em;
}

#contform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	width: 375px;
	margin: 0 0 0.7em 0;
	line-height: 1.2em;
	padding-left: 0.3em;
	border-top: 1px solid #edf1f6;
	border-right: 1px solid #edf1f6;
	border-left: 1px solid #edf1f6;
	border-bottom: 1px solid #258;
	color: #258;
	background-color: #fff;
}

#contform input.check {
	color: #258;
	background-color: #fff;
    margin: 0.1em 0;
	padding: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #258;
	clear: left;
}

#contform input.subm {
	width: 100px;
	margin-top: 1em;
	margin-left: 25px;
	padding: 0;
	border: 1px solid #258;
	color: #258;
	background-color: #f4f6f8;
}

#search input.subm {
	font-weight: bold;
	text-align: center;
	margin-left: 3px;
}

#contform input.rest {
	width: 100px;
	margin-top: 1em;
	margin-left: 10px;
	padding: 0;
	border: 1px solid #258;
	color: #258;
	background-color: #f4f6f8;
}

