        html, body
        {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        #headerstyle {
            height: 81px;
            width: 100%;
            background-color: #C22934;
            vertical-align: top;
            text-align: left;
        }

        #menustyle
        {
            position: absolute;
            top: 81px;
            left: 0px;
            bottom: 0px;
            width: 132px;
            background-color: #EBEBEB;
            vertical-align: top;
            text-align: right;
            padding-top: 20px;
            float: left;
        }

        #inhalt
        {
            position: absolute;
            top: 153px;
            left: 160px;
            right: 3px;
            bottom: 35px;
            overflow: auto;
        }

        #claim
        {
         position: relative;
         left: -11px;
        }

        #footerstyle{
            position: fixed;
            left: 160px;
            bottom: 5px;
					margin-bottom: -5px;
            background-color: #FFFFFF;
        }

        #iframe
        {
            position: absolute;
            top: 81px;
            left: 133px;
            margin: 0px;
            padding: 0px;
            background-color: #FFF;
         }

        .zeile
        {
            margin: 0;
            padding: 0;
            line-height: 50px;
        }


        .img
        {
		border: none;
		vertical-align: top;
	}

        .imgnoshow {
		border: none;
		vertical-align: top;
		visibility: hidden;
	}
		
	.th {
	    font-family: Verdana;
	}	

/* AUD: Formatierung der Felder für die Suche */
#SearchForm	label, #SearchForm input, #SearchForm select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 120px; /* Breite.*/
  margin-top: 0.5em;
}

#SearchForm	form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#SearchForm input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  margin: 0.5em 0 0 132px;
}

#SearchForm	label {
	padding-right: 10px;

}

#SearchForm	form {
	margin: 0;
	/*padding:.5em;*/s
}


