/* af-foto.de Unterseiten */

/* Landschaft und Natur */
#ln_menu {
    position  : absolute;
    top       : 50px;
    left      : 20px;
}
#ln_bild {
    position  : absolute;
    top       : 390px;
    left      : 190px;
    border    : 1px solid #ccc;
}
#ln_home {
    position  : absolute;
    top       : 490px;
    left      : 20px;
}

/* Architektur und Industrie */
#ai_home {
    position  : absolute;
    top       : 182px;
    left      : 60px;
}
#ai_architektur {
    position  : absolute;
    top       : 103px;
    left      : 60px;
}
#ai_industrie {
    position  : absolute;
    top       : 104px;
    left      : 530px;
}
#ai_bild1 {
    position  : absolute;
    top       : 263px;
    left      : 60px;
}
#ai_bild2 {
    position  : absolute;
    top       : 263px;
    left      : 530px;
}

/* Musik und Show */
#ms_menu1 {
    position  : absolute;
    top       : 120px;
    left      : 70px;
}
#ms_menu2 {
    position  : absolute;
    top       : 120px;
    left      : 330px;
}
#ms_bild {
    position  : absolute;
    top       : 120px;
    left      : 650px;
    border    : 1px solid #ccc;
}
#ms_home {
    position  : absolute;
    top       : 450px;
    left      : 460px;
}

/* Akt und Portrait */
#ap_akt {
    position  : absolute;
    top       : 102px;
    left      : 70px;
}
#ap_portrait {
    position  : absolute;
    top       : 102px;
    left      : 440px;
}
#ap_bild1 {
    position  : absolute;
    top       : 196px;
    left      : 70px;
    border    : 1px solid #ccc;
}
#ap_bild2 {
    position  : absolute;
    top       : 255px;
    left      : 358px;
    border    : 1px solid #ccc;
}
#ap_home {
    position  : absolute;
    top       : 490px;
    left      : 800px;
}
    
/* Digital und Surreal */
#ds_bild1 {
    position  : absolute;
    top       : 80px;
    left      : 640px;
    border    : 1px solid #ccc;
}
#ds_bild2 {
    position  : absolute;
    top       : 320px;
    left      : 640px;
    border    : 1px solid #ccc;
}
#ds_home {
    position  : absolute;
    top       : 480px;
    left      : 30px;
}

/* Sonstiges und Allgemeines */
#as_menu {
    position  : absolute;
    top       : 125px;
    left      : 50px;
}
#as_bild1 {
    position  : absolute;
    top       : 270px;
    left      : 300px;
}
#as_home {
    position  : absolute;
    top       : 470px;
    left      : 800px;
}

.banner {
    margin    : 20px 0px 0px 20px;
}