/*Struktur*/
/*Box für Logo*/
#logo {
margin: 0px;
width: 50%;
position: absolute;
top: 1%; left: 5%;
}
/*Box für Linkkutschfahrten*/
#linkkutschfahrten {
margin: 0px;
width: 30%;
position: absolute;
top: 45%; left: 0px;
}
/*Box für und*/
#und {
margin: 0px;
width: 30%;
position: absolute;
top: 55%; left: 43%;
}
/*Box für Linkobstbraende*/
#linkobstbraende {
margin: 0px;
width: 30%;
position: absolute;
top: 45%; left: 70%;
}

