        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: absolute;
            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;
	}		

        /*
        .contentcontainer {
            position: relative;
            height: 80%;
            overflow:auto;
            background:url(foo) fixed;
        }

        .contentstyle
        {
            position: absolute;
            height: 100%;
            width: 99%;
            margin: 0;
            padding: 0;
            overflow: auto;
            background-color: #FFFFFF;
            vertical-align: top;
            text-align: left;
            background:url(foo) fixed;
        }


        */