/* zuerst css fuer body */
html,body { top:0; left:0; bottom:0; min-height:100%; margin:0; padding:0; }
body { position:absolute;
       background-color : #cecece;
       margin : 0px;
       padding : 0px;
       width : 100%;
       height : 100%;
       font-family : Verdana, Arial;
}
/* jetzt die divs */
#header { position : fixed; top:0; left:0; right:0;
          background : url(pics/header.png) no-repeat center #ffffff;
          border-bottom : 1px dashed #aaaaaa;
          height : 130px;
          width : 100%;
}

#dsnavi {  float:left;
           border: 1px dashed #aaaaaa;
           background-color: #ffffff;
           margin-top:5px;
           border-left: none;
           width: 15%;
           position:fixed;
           top:130px;
}

#content { font-size : 10px;
           width: 70%;
           margin-top:131px;
           margin-bottom:23px;
           margin-left: 15%;
           float:left;

}

#pspnavi { float:right;
           border: 1px dashed #aaaaaa;
           background-color: #ffffff;
           margin-top:5px;
           border-right: none;
           width:15%;
           position:fixed;
           top:130px;
           left:85%;
}

#footer { clear:both;
          position : fixed;
          background-color : #ffffff;
          bottom : 0px;
          left : 0px;
          right : 0;
          margin : 0;
	 padding : 0;
          height : 22px;
          width : 100%;
          margin-top : 10px;
          padding-top : 4px;
          border-top : 1px dashed #aaaaaa;
}

.navi_head { background : url(pics/mini_150.gif) no-repeat center;
             text-align : center;
}
.navi { background : url(pics/mini_130.gif) no-repeat center;
        text-align : center;
        height : 16px;
}

/* links nicht vergessen */
.link:link { text-decoration : none;
         font-weight : bold;
         font-size : 9px;
         color : #000000;
}

.link:visited { text-decoration : none;
            font-weight : bold;
            font-size : 9px;
            color : #000000;
}

.link:hover { text-decoration : none;
          font-weight : bold;
          font-size : 9px;
          color : #689930;
}

.link:active { text-decoration : none;
           font-weight : bold;
           font-size : 9px;
           color : #689930;
}

/* Nur für den IE */

* html #content { position:static; margin:0px; width:69.9%; }
* html #header { position:static; margin:0px; }
* html #footer { position:static; margin:0px; }
* html #dsnavi { position:static; margin:0px; margin-top:5px; }
* html #pspnavi { position:static; margin:0px; margin-top:5px; }