@charset "utf-8";

/* CORE-FROM-600.CSS - CSS K JÁDRU PRO ZOBRAZENÍ VE VELIKOSTI 600PX A VÝŠE */

/* generally start */
/* generally end */

/* schema start */

.page-header{
}
.main-content{
    width:64.25%;
}
.complementary-content{
    width:28.5%;
}
.page-footer{
}

/* schema end */

/* header start */

.logo{
    float:left;
    margin-bottom:0em;
}

/* main menu switch start */

.main-menu-switch{
    margin-left:1em;
}

/* main menu switch end */

/* searchbox start */

.searchbox-switch{
    float:right;
}

/* searchbox end */

/* header end */

/* page start */

/* attached photos start */

.attached-photo{
    width:48.5%;
    margin:0% 3% 3% 0%;
}
.attached-photo:nth-of-type(2n){
    margin-right:0%;
}

/* attached photos end */

/* attached files start */

.attached-file{
    width:48.5%;
    padding-top:48.5%; /* umožňuje nastavit dynam. výšku pro prázdný element, výšku v procentech odvodíte z nadřazeného elementu jako se odvozuje např. width */
    margin:0% 3% 3% 0%;
}
.attached-file:nth-of-type(2n){
    margin-right:0%;
}

/* attached files end */

/* complementary content start */
/* complementary content end */

/* page end */

/* footer start */

.page-footer-text{
    width:48.5%;
}
.page-footer-contact{
    width:48.5%;
}

/* completive menu start */

.completive-menu{
    width:48.5%;
}

/* completive menu end */

/* footer end */



































