body {
  width: 100%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 100%;

}
/* styles common to all links */
a {
	color: #003;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
  color: #003;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content2 li {
	list-style-position: inside;
	list-style: disc outside none;
	background: #FF4500;
}

li { list-style:  url(pic/ston_exs.jpg);   
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
         vertical-align: text-bottom;
 }


a:hover {
  background: #FFF8DC;
  text-decoration: none;
}
/* 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: 200px;
	height: 90%;
	font: x-small sans-serif;
	border-right-color: #353535;
	border-right-style: solid;
	border-right-width: 1px;
	z-index: 1;

	padding-left: 35px;
	padding-top: 40px;
}

#bar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 90%;
	font: x-small sans-serif;

	z-index: 1;

	padding-left: 35px;
	padding-top: 40px;
}

#bar img {
  padding: 5px 0 0 7px;
}
/* grne leiste oben */
#title {
	position: absolute;
	top: 40;
	width: 600px;
	left: 200px;
	}
#title img {
  padding-left: 7px;
}
/**/
#links-main {
	position: absolute;
	top: 200px;
	width: 200px;
	color: #000080;
	list-style: square;
	height: 60%;

	z-index: 5;
	}
		  
#breadcrumb {
  position: absolute;
  top: 81px;
  left: 200px;
  color: #8B0000;
}
#links-sub {
  position: absolute;
  top: 120px;
  left: 200px;
  border: 1px none #000;
  /*width: 200px;*/
  /*height: 115px;*/
  /*left: 150px;*/
  /*visibility: hidden;*/
  z-index: 7; /* next 2 relative to enclosing #links-main[2] */
    font-size: 10px;
        vertical-align: text-bottom;
        }
#links-sub a {
    margin-right: 4px;
}
#titel1 {
  position:absolute;
  color: #4A4A4A;
}
#content2 {
  position: absolute;
  top: 145px;
  left: 230px;
    height: 400px;
  padding: 20px;
    z-index: 55;
  background-color: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  width: 60%;
            scrollbar-3dlight-color: White;
    scrollbar-base-color: White;
    scrollbar-darkshadow-color: White;
    scrollbar-face-color: White;
    scrollbar-highlight-color: #8B0000;
    scrollbar-shadow-color: #8B0000;
    scrollbar-track-color: #FFFAFA;
    scrollbar-arrow-color: #00008B;
   
}
#footer {
	position: absolute;
	left: 0;
	z-index: 42;
	clear: none;
	float: left;
	width: 100%;
	color: #595959;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	visibility: inherit;
	top: 580px;
}
/* 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! */

#last-updated {
  position: absolute;
  bottom: 15%;
  left: 10px;
  font-size: 9px;
}

