* {
	margin: 0px;
	padding: 0px;
	}

body {
		background: white;
		}

#hintergrund {
		
		margin-left: 100px;
		width: 1000px;
                height: 800px;
		background-color: white ;
                
		/*border-left: 1px solid black;
		border-right: 1px solid black;*/
		
		}
                

#balkenkopf {
		
                width: 100%;
                height: 110px;
                top: 0px;
		background-color: white ;
                position: fixed;
                z-index: 1;
		
		}
/*#balkenfuss {
		
                width: 100%;
                height: 30px;
                bottom: 0px;
		background-color: white ;
                position: fixed;
                z-index: 1;
		
		}*/
                



#projekte a {
	width: 120px;
	height: 30px;
        top: 45px;
        margin-left: 365px;
	/*display: block;*/
	position: fixed;
        text-decoration: none;
        z-index: 2;
		}
#projekte p {
	font-family: verdana;
        font-size: 14px;
        color: darkgrey;
        font-weight: bold;
		}


/*#hintergrund #nav #video a:link {
	background-image: url(../projektbilder/platten/videoblau.jpg);
	}*/
#hintergrund #projekte a:hover p {
    
	color: black;
	}
        
        
        
#hintergrund #projekte a:active p {
	
        color: grey;
	}
        
    

#kontakt a {
	width: 100px;
	height: 50px;
        top: 45px;
        margin-left: 475px;
	display: block;
	position: fixed;
        text-decoration: none;
        z-index:2;
        }
#kontakt p {
	font-family: verdana;
        font-size: 14px;
        color: darkgrey;
        font-weight: bold;
		}
		
/*#hintergrund #nav #video a:link {
	background-image: url(../projektbilder/platten/videoblau.jpg);
	}*/
#hintergrund #kontakt a:hover p {
	color: black;
	}
#hintergrund #kontakt a:active p{
	color: grey;
	}
        




            
#vorschub {
	width: 200px;
        height: 25px;
	top: 35px;
        margin-left: 125px;
        background-color: white;
	position: fixed;
        background-image: url(Bilder/vorschub.gif);
        z-index: 3;
	}                
#impressum {
	width: 800px;
        height: 500px;
	margin-left: 125px;
        top: 110px;
        background-color: white;
        
	position: absolute;
        
	}
#impressum h1 {
	font-family: verdana;
        font-size: 18px;
        color: grey;
		}
#impressum h2 {
	font-family: verdana;
        font-size: 12px;
        color: grey;
        font-weight: normal;
		}                
#impressum p {
	font-family: verdana;
        font-size: 10px;
        color: grey;
		}                
#fussleiste {
	width: 822px;
        height: 37px;
	bottom: 0px;
        margin-left: 125px;
        background-color: white;
	position: fixed;
        text-align: center;
        padding: 5px;
        z-index: 1;
        border-top: 1px solid darkgrey;
	}
        
#fussleiste p {
	font-family: verdana;
        font-size: 12px;
        color: grey;
        /*font-weight: bold;*/
        }
