
body {
        font-family: arial, helvetica, sans, sans-serif;
	background-color: #FFFFFF;
    background-image: url(grafik/bg.png);
    background-repeat: repeat-y;
	color: #505050;
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
}
/* *******  kopf  ***************************************************************** */
div#kopf {
   position: absolute;
   top: 0px; 
   left: 0px;
   width: 100%;
   height:100px;
   border: 0px solid red;
}
img.wortmarke {
   margin: 40px 0 0 22px;
   border-width: 0px;
   
}
/* *******  aktdat  *************************************************************** */
div#aktdat {
   position: absolute;
   top: 5px;
   right: 40px;
   /* background-color: #E8FFE8; */
}
/* *******  tit  ****************************************************************** */
div#tit {
   position: static;
   width: 567px;
   height: 42px;
   padding: 0px 0px 10px 0px;
   margin: 40px 0 18px 0;
   border: 0px solid red;
   /* background-color: HSP_GRAU ; */
}
/* *******  seite  **************************************************************** */
div#seite {
   position: static;
  /*  width: 567px;  */
   padding: 100px 35px 40px 370px;
   margin: 0px 0px 40px 0px;
   border: 0px solid blue;
  }

/* *******  bndt  ***************************************************************** */
/*     Bereich fuer Bilder und Text                                                                     */

div#bndt {
   width: 550px;    padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   overflow: visible;
   font-size: 12px; 
   line-height: 18px;
   border: 0px solid red;
   }

div#bndt img.themenbild {
    margin: 0 0 20px 0;
}

div#bndt div.einleitung {
      font-size: 13px;
      line-height: 18px;
}

div#bndt p {
   margin: 6px 0 0 0;
}

div.einleitung {
  margin: 34px 0 0 0;
}

div#bndt div.textblock1 {
      margin-top: 8px;
      margin-bottom: 20px;
}
div#bndt div.textblock2 {
      margin-top: 8px;
      margin-bottom: 20px;
}
div#bndt p.utxt {
   margin-bottom: 15px;
}
div#bndt table.vz {     
      margin-left: -56px;   
}
img#zurueck{ 
   position: relative;    /* IE 5  schneidet overflow (links) sonst ab. */   
   padding: 40px 0px 40px 20px;
}
img#weiter { 
   position: relative;    /* IE 5  schneidet overflow (links) sonst ab. */   
   padding: 40px 20px 40px 0px;
}
div#bndt p.lst1 {
    margin-top: 6px;
    margin-bottom: 2px;
    padding-left: 18px;
    text-indent: -18px;
    padding-bottom: 6px;
    /* border-bottom: 4px solid silver; */
}
div#bndt p.lst1:first-line, div#bndt p.lst2:first-line {
  /*  font-weight: bold;
    font-size: 120%;
    line-height: 175%; */
}

div#bndt p.lst2 {
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 36px;
    text-indent: -18px;
}
div#bndt p.lst3 {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 54px;
    text-indent: -18px;
}
div#bndt p img {
margin: 0 6px 0 0;
}

/* *******  Fuss  ***************************************************************** */
div#fuss {
  display: none;
}

/* *******  alle  ***************************************************************** */
h1, h2, h3, h4, p {
     margin: 0px 0px 0px 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
p  { margin-bottom: 0px; 
     padding-bottom: 0px}
li  {font-size: 11px; }	 
td { font-size: 12px}	 
ul li {list-style-type: none;}
ul { padding-left: 0px;
     padding-right: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 margin-left: 36px;
     margin-right: 0px;
	 margin-top: 5px;
	 margin-bottom: 0px;
	 }
li { 
     padding-left: 20px;
     padding-right: 0px;
	 padding-top: 0px;
	 padding-bottom: 0px;
	 margin-left: 0px;
     margin-right: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 }

img.inlimg {
  margin-right: 4px;
}

a {
font-family: arial, helvetica, sans-serif;
color: #505050;
text-decoration: none;
}

a:visited {
   color: #505050;
}

a:hover {
text-decoration: underline;
}

.pd {
background-color: #EDEDED;
border-width: 1px;
border-color: #CCCCCC;
}

.txtabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bldtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
}
.bldleiste {
	margin-left: 0px;
        padding-bottom: 12px;
}


