body {
	background: #FAF10E url(pic/hellblau.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 97%;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-base-color: #FAF10E;
	scrollbar-darkshadow-color: Black;
/*	scrollbar-face-color: #6495ED;*/
	scrollbar-face-color: #FAF10E;
	scrollbar-track-color: #FAF10E;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-size: 16px;
	margin: auto;

}
/* styles common to all links */
a {
  color: #003;
  text-decoration: none;
}
a:link, a:visited {
  color: #003;
}
a:hover {

  text-decoration: none;
  color: #FF4500;
}
/* warning: do not add padding to absolute positioned elements, because 
   this makes them too big in ie! add the padding to the enclosed images etc
   (#bar img) inseatd! */
   
/* linke leiste */
#bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background: #99cdfd;
  font: x-small sans-serif;
  /*z-index: 4;*/
}
#bar img {
  padding: 5px 0 0 7px;
}
/* grüne leiste oben */
#title {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #8eb656 none;
  /*z-index: 40;*/
}
#title img {
  padding-left: 7px;
}
/**/
#links-main {
	position: absolute;
	top: 120px;
	width: 160px;
	color: #000080;
	left: 0px;

  /*background: transparent;*/
  /*font-size: 2em;*/
  /*text-indent: -20px;*/
  /*height: 20px;*/
  /*border: 1px solid red;*/
  /*padding-left: 0;*/
}
#links-main li {
	list-style: square outside;
	left: 0px;
	padding-top: 5px;

}
#breadcrumb {
	position: absolute;
	top: 90px;
	left: 200px;
	z-index: 50;

}
#links-sub {
	position: absolute;
	top: 120px;
	left: 210px;
	border: 1px none #000;
	z-index: 7;

}
#links-sub a {
    margin-right: 1em;
    background: #FEFF31;
    }
#content {
	position: absolute;
	top: 140px;
	left: 180px;
	bottom: 20px;
	height: 65%;
	padding: 20px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	width: 80%;
	background-color: #FAF10E;
	overflow: auto;

}
#content2 {
	position: absolute;
	top: 150px;
	left: 180px;
	bottom: 20px;
	height: 65%;
	padding: 30px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	width: auto;
	background-color: #FAF10E;
	overflow: auto;

}
#footer {
	border: 1px none #000;
	clear: none;
	float: left;
	width: 100%;
	color: #FFFFFF;
	background: #90b653 url(pic/downer.gif) repeat-x top;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	left: 0;
	position: absolute;
	top: 93%;
	z-index: 2;
	padding-top: 25px;
	padding-left: 10px;
	height: 7%;



}
#footer td {

  color: White;
  font-size: x-small;
}
#last-updated {
	position: absolute;
	bottom: 15%;
	left: 182px;
	font-size: 10px;
	z-index: 23;
	top: 533px;
	width: 122px;
	height: 49px;



}
/* style common to both main link menus */
/* special styles to each menu are defined in the template and in config.php */
/* links at webseite.php */
/* Guten Tag auf den Demoseiten der ... */
/* @todo  rename this! */
.kinder {
	background-image: url(pic/kids_titel.gif);
	background-repeat: no-repeat;
}
