{
  margin: 0;
  padding: 0;
  }

html, body {
  height:100%;
  width: 100%;
  } 

img {
  border: none;
}

body {
	/* font: 1em Verdana, Arial, sans-serif; */
	font:normal 12px verdana;
	color: Black;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/bkgrnav.gif);
	background-repeat:repeat-y;
}
body img{
border: none;
}
body h1{
text-align:center;
font:bold italic 18px verdana;
color:#e56207;
}
body h2{
text-align:center;
font:normal 12px verdana;
color: black;
}

/* ______________NaviMenuOben_______________________ */
div#NaviMenuOben {
	background-image:url(/images/bgrleiste.gif);
	background-repeat:repeat-x;
	font:bold 1.1em verdana; 
	color: white;
	margin-top:0px;
	text-align:center;
	height:35px;

	
	
}
div#NaviMenuOben ul{
		list-style-type:none;
		margin:0px;
}
div#NaviMenuOben ul li{
		display:inline;
}

div#NaviMenuOben a:link	{color:white; }
div#NaviMenuOben a:active	{color:white; }
div#NaviMenuOben a:visited{color:white;}
div#NaviMenuOben a:hover	{color: Gray; }

/* ENDE______________NaviMenuOben_______________________ */
/*______________NaviMenuLinks_______________________*/
div#menuelinkstab{
	float:left;
	width:19%;
	margin:0px;
	padding: 0px;
	
}

.NaviMenuLinks{
 	margin:0px;
}

.NaviMenuLinks h1{
}

.NaviMenuLinks ul{
	list-style: none;
	padding-left: 5px;
}

.NaviMenuLinks div{
	text-align:center;
	color:#800000;
	font:normal 16px  Verdana;
	margin:15px auto;
}

/*ENDE______________NaviMenuLinks_______________________*/

/*------------ Inhalt Bereich--------*/


/*ENDE ------------ Inhalt Bereich--------*/
.sitemap {
	padding:5px;
	margin-right:5em;
	float:left;
}
.footertab {
    clear: both;
    font-size: 0.75em;
    margin: 15px; padding: 5px;
    text-align: center;
	/* border: 1px solid silver; */
  }

/* Formatierung von Hinweistexten   */
.hinweis-liste{
width:79%;
margin-left:20%;
}
.hinweis-absatz{
margin-left:5px;
}