* { margin: 0;
    padding: 0; }

html, body { width: 100%; height: 100%; 
             background-color: #c6c6c6; }

a:link { text-decoration:none; font-weight:bold; color:#007500; }
a:visited { text-decoration:none; font-weight:bold; color:#007500; }
a:hover { text-decoration:none; font-weight:bold; color:#00f500; }
a:active { text-decoration:none; font-weight:bold;color:#007500; }

a.fam:link { color:#cccccc; }
a.fam:visited { color:#cccccc; }
a.fam:hover { color:#cccccc; } 
a.fam:active { color:#cccccc; } 


p { color: #007500; }

div#navigationlang { position:absolute;
                 top: 0px; 
                 left:0px;
                 width:170px;
	         height:400%;   
                 text-align:center; 
                 background-image:url(hintergrundeinzelseite.jpg); }

div#navigationkurz { position:absolute;
                     top: 0px; 
                     left:0px;
                     width:170px;
	             height:100%;   
                     text-align:center; 
                     background-image:url(hintergrundeinzelseite.jpg); }

div#inhaltstart { position:absolute; 
                  top:0px; 
                  left:170px;
	          right:0px;
	          height: 100%; 
                  text-align:center; 
                  background-image: url(hintergrundinhalt.jpg); }

div#haftung { position:absolute; 
              left:200px; 
              top:30px; 
              width:470px; 
              height:80px; 
              color:#c94c17; 
              background-color:#dbdbdb; }


div#links { position:absolute;
            top: 140px; 
            left:200px;
	    height: 100%; }

div#ausruestung { position:absolute; 
                  top: 50px; 
                  left: 200px;
                  width:490px;	
	          height: 400px;  }




















