/* -*- css -*- */

div.spalte { 
             width: 720px;
             /* background-color: #ffeeee; */
             }

body {
       height: 85%; 
       }

html { height: 100%;}

#innercontentframe { 
                     height: 100%;
}

#contentframe {
                position: static;
		/* width: 76%; */
		height: 100%;
                }

#navigation {
              position:static;
              text-align: left;
	      float: left;
              padding-right: 15px;
              }

#content {
           border-width: 2px;
           text-align: left;
           padding:5px;
           width: auto;
	   overflow: auto;
           float: static;
           height: 100%;
           }

