
body, html {
    width:100%;
   height:100%;
    margin:0px;
    color:black;
    background-color:white;
    font-family: Arial, Verdana;
    font-size:12pt;
}
h1,h2,h3,h4,p {
  margin:0px 0px 8px 0px;
  padding:0px 8px;
}
ul,ol {
  margin:0px 0px 8px 35px;
  padding:5px
}
.schrift
{
	font-family:NiseJSRF;
	font-size:2.1em;
	font-variant:normal;
	text-align:center;
	color:white;
	border-bottom:solid 0.15em white;
	width:8.2em;
	height:1.13em;
	margin:auto;
	line-height:1.2em;
}
@font-face {
	font-family: NiseJSRF;
	src:local;
	src: url(font/NiseJSRF.TTF);
	}
@font-face {
	font-family: Amerika Sans;
	src:local;
	src: url(font/AMERSN__.ttf);
}
#aktuell {
display:block;
  background: url(img/hg-aktuell.png);
  float:right;
  width:350px;
  color:white;
  border:solid 1px darkgrey;
  margin-top:8px;
  margin-right:8px;
  margin-left:10px;
  font-size:12px;
	padding:0.3em;
}
#main {
		position:absolute;
    color:darkgrey;
    background:url(img/HG-NEU.jpg) repeat-x fixed;
    width:100%;
   min-height:100%;
}
#main2 {
   width:950px;
   margin:auto;
   border:ridge grey;
   border-width:2px 5px;
}
#toplogo {
    background:url(img/Hintergrund.jpg);
    width:100%;
    height:211px;
    margin:auto;
    font-size:1.2em;
    margin-bottom:-19px;
}
#menu {
   height:20px;
   margin-left:20px;
   font-size:12pt;
}
#menu a {
   background-color:rgba(183,158,128,0.7);
   color:#615142;
   display:inline-block;
   min-width:80px;
   border-style:solid;
   border-color:#635240;
   border-width:1px 1px 0px 1px;
   text-decoration:none;
   margin:0px 3px;
   text-align:center;
   padding:0px 3px;
}
#menu a.aktiv {
  background-color:rgba(97,81,66,1);
   color:#BBB6BB;
   border-style:solid;
   border-color:#C3B2A0;
   border-width:1px 1px 0px 1px;
}
#menu a:hover {
   background-color:rgba(85,52,34,1);
   color:#FFA;
   border-style:solid;
   border-color:#C3B2A0;
   border-width:1px 1px 0px 1px;
}
#submenu {
  width:100%;
  min-height:22px;
  background-color:rgba(97,81,66,1);
  margin:auto;
  padding-top:5px;
  font-size:12pt;
}
#submenu a {
   color:rgba(189,182,176,1);
   text-decoration:none;
   padding: 5px;
   margin:0px 4px;
   vertical-align:bottom;
}
#submenu a:hover {
   color:#FFA;
   background-color: rgba(100%,100%,100%,0.1);
   text-decoration:underline;
}
#inhalt {
  background:url(img/wasserzeichen.png) top center repeat-y;
  width:100%;
  background-color:#FFF;
  color:#400;
  margin:0px auto;
  padding-top:10px;
}
#fuss {
  background:url(img/Hintergrund.jpg);
  width:100%;
  min-height:50px;
  margin:0px auto;
  padding:5px 0px;
}
#fuss p{
  margin:5px 5px;
}
#fuss a {
  color:rgba(189,182,176,1);
  padding:0px 8px;
  margin:0px 2px;
  border:solid grey;
  border-width:0px 2px;
}
#fuss a:hover {
  background-color: rgba(100%,100%,100%,0.1);
  color:yellow;
}
#inhalt .box {
    box-shadow: 5px 5px 15px 2px #999;
    -webkit-box-shadow: 5px 5px 5px #aaa;
		margin-bottom:1.5em;
}