#kopfleiste {
  background-color: #ccff66;
    position: absolute;
        width: 1269px;
            height: 100px;
                top: 20px;
                    left: 0px;
                        right: 10px;
                            font-size: 15px;
                                font-family: arial;
}
#logo {
  background-color: white;
    position: absolute;
        width: 250px;
            height: 100px;
                top: 15px;
                    left: 754px;
                        right: 10px; 
                            border:1px white solid;
                               padding: 10px;
                                    font-size: 15px;font-family: arial;
}
#fusszeile1 {
  background-color: #ccff66;
    width: 255px;
        height: 100px;
            position: absolute;
                top: 1650px;
                    left: 0px;
                        font-size: 15px;font-family: arial;
                            color: black;
                                padding-left: 300px;
}
 
#fusszeile2 {
  background-color: #ccff66;
    width: 495px;
        height: 100px;
            position: absolute;
                top: 1650px;
                    left: 555px;
                            color: black;                    
                                font-size: 15px;font-family: arial;
                                    padding-left: 200px;
}


 
#fusszeile3 {
  background-color: #ccff66;
    width: 178px;
        height: 100px;
            position: absolute;
                top: 1650px;
                    left: 1070px;
                        right: 0px;
                            color: black;
                                font-size: 15px;font-family: arial;
                                padding-left: 20px;
                
}
 a:link {
	  color: black;
	  text-decoration:none;
	}

	   a:visited {
	       color: black;
	           text-decoration:none;
	}

	   a:active {
	       background-color: dodgerblue;
	           text-decoration:none;
	}

	       a:hover {
	           color:black;
	               text-decoration:none;
               font-size: 20px;
	}