/* ***** Bild-Popup ***** */

body.popup {
	margin: 0;
        background: rgb(179,179,179);
        cursor: pointer;
}

.popup td {
	text-align: center;
	vertical-align: top;
}

.popup p.copyright {
  font-size: 11px;
  text-align: center;
  margin-top: 7px;
}

/* ***** Interner Bereich ***** */

.note-date, .note-author {
  background-color: rgb(100,134,74);
  padding-left: 5px;
  padding-right: 5px;
  width: 99%;
}
.note-date {
  text-align: right;
}
.note-text {
  background-color: rgb(204,204,204);
  padding: 5px;
  border: 1px solid rgb(100,134,74);
}
.grbox, .theading {
  background-color: rgb(100,134,74);
}
.grframe {
  border: 1px solid rgb(100,134,74);
}
.grframe a {
  color: rgb(100,134,74);
  text-decoration: none;
}
.grframe a:hover, .note-author a, .usertable td a {
  color: rgb(0,0,0);
  text-decoration: none;
}
.usertable td {
  padding-left: 5px;
  padding-right: 5px;
}

/* ***** ***** */

    body {
      height: 100%;
/*      background-color: rgb(105,136,145); */
background-color: rgb(127,127,127);
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      line-height: 150%;
      scrollbar-base-color:       rgb(194,211,182);
      scrollbar-arrow-color:      rgb(90,74,56);
      scrollbar-face-color:       rgb(194,211,182);
      scrollbar-shadow-color:     rgb(90,74,56);
      scrollbar-darkshadow-color: rgb(194,211,182);
      scrollbar-track-color:      rgb(194,211,182);
    }

    /* Haupt-Container */
    #maindiv {
      position: absolute;
      background: url(/images/page/bgpixel.png);
      width: 775px;
      height: 100%;
      visibility: hidden;
    }
    /* Container für die Fahnen */
    #langmenu {
      position: absolute;
      right: 20px;
      top: 15px;
    }
    /* Logo-Bereich oben, 80 Pixel hoch (früher: 100) */
    #div1 {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 80px;
      width: 100%;
      padding-top: 15px;
      padding-left: 10px;
    }
    /* Prinav, 20 Pixel hoch */
    #div2XXX {
      position: absolute;
      right: 20px;
      top: 80px;
      height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: right;
    }
    #navigation {
      position: absolute;
	  padding:0px;
	  margin:0px;
      right: 20px;
      top: 80px;
      height: 20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: right;
    }

	/* Illustration, 110 Pixel hoch (früher: 120) */
    #div3 {
      position: absolute;
      left: 0px;
      top: 100px;
      height: 110px;
      width: 100%;
      overflow: visible;
      background-color: rgb(90,74,56);
z-index:1;
    }

#div3l, #div3r {
  vertical-align: top;
}
#div3l {
  text-align: left;
}
#div3r {
  text-align: right;
}


    /* unterer Haupt-Container, beinhaltet div4l, div4r-top, div4r-outer, div4r-bottom */
    #div4 {
      position: absolute;
      left: 0px;
      top: 210px;
      width: 100%;
      background-color: rgb(194,211,182);
    }
    /* linke Content-Spalte */
    #div4l {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 175px;
      background: url(/images/page/bgpixel.png);
    }
    /* Hierin liegt die Breadcrumb-Navigation */
    #div4r-top {
      position: absolute;
      left: 185px;
      top: 5px;
      font-size: 11px;
    }
    /* Hierin liegt die Fußnavigation etc. */
    #div4r-bottom {
      position: absolute;
      text-align: center;
      width: 550px;
      left: 185px;
      bottom: 3px;
      padding-top: 5px;
      border-top: 1px solid rgb(90,74,56);
      font-size: 11px;
    }
    /* Rechter Content-Container, außen und innen */
    #div4r-outer {
      position: absolute;
      overflow: auto;
      left: 195px;
      top: 40px;
      width: 570px;
    }

    #div4r {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 540px;
    }
    /*
    #slogan {
	position: absolute;
	left: 35px;
	top: 25px;
	font-size: 25px;
	color: rgb(134,204,226);
	line-height: 130%;
	text-align: left;
	white-space: nowrap;
	width: 340px;
	height: 75px;
    }   
*/
    #slogan {
	position: absolute;
	left: 25px;
	top: 25px;
	padding:0px;
	margin:0px;
	font-size: 25px;
	color: rgb(134,204,226);
	line-height: 130%;
	text-align: left;
	width: 320px;
	height: 75px;
    }   

	#div2 a, #div4r-bottom a, #div4r-top a {
      color: rgb(0,0,0);
      text-decoration: none;
    }
    #div4r a {
      color: rgb(0,0,0);
      text-decoration: underline;
    }
    #div2 a:hover, #div2 a.active, #div4r-bottom a:hover, #div4r-top a:hover, #div4r a:hover {
      color: rgb(100,134,74);
    }

#div4l div.newsbox {
  border: 1px solid rgb(170,170,170);
  background-color: rgb(214,214,214);
  margin: 10px;
  margin-top: 20px;
  padding: 6px;
  -moz-border-radius: 6px;
  font-size: 11px;
}

#div4l a {
  color: rgb(100,134,74);
  text-decoration: none;
}
#div4l a:hover {
  color: rgb(0,0,0);
}

#div4l p.secnav {
  margin-top: 20px;
  margin-left: 35px;
  line-height: 180%;
  color: rgb(100,134,74);
  font-weight: bold;
}
#div4l p.secnav a {
  text-decoration: none;
  color: rgb(0,0,0);
}
#div4l p.secnav a:hover {
  color: rgb(100,134,74);
}
#div1 img, #langmenu img {
  border: 0px;
}
.green {
  color: rgb(100,134,74);
}
/* hr im content-Bereich: 1 Pixel dicke Linie in braun */
#div4r hr {
  height: 1px;
  background-color: rgb(90,74,56);
  color: rgb(90,74,56);
  border: 0px;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: url(/images/page/bgpixel.png);
}








/**** NAVIGATION  ****/
#navigation ul
{
/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position:absolute;
	display:block;
*/
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul li {
	/*
	background-image: none;
	padding-left: 4px;
	color: #990000;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
*/
	background-image: url(/images/page/bull.png);
	height:auto;
	display:inline;
	display:block;
	float:left;
	margin:0px;
	/*
	padding-right: 29px !important;
*/
	padding-right: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	/*
	width: 250px;
*/
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #64864A;
	text-decoration: none;
}
#navigationXXX ul li {
	padding-left: 100px;
}

#navigation .mark, #navigation a.mark:link, #navigation a.mark:visited, #navigation a.mark:active, #navigation a.mark:hover {
	color: #64864A;
/*	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 2px;
	padding-bottom: 2px;
*/
}



    #still {
	position: absolute;
	padding:0px;
	margin:0px;
	left: 347px;
	top: 0px;
	width: 340px;
	height: 75px;
	z-index: 100;	
    }   

