﻿/* 
    Document   : layout
    Created on : 17.4.2013
    Author     : Jiri Jenik
    Description:
        Purpose of the stylesheet follows.
*/

/* start CSS globalni nastaveni*/
* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;       
    color: black;
    /*background: rgb(137,137,137) url("../images/layout/body.png") repeat-x;*/
    background-color: rgb(250,250,250);
}

hr {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

img {
    border: none;
}

p {
    line-height: 140%;
}
/* konec CSS globalni nastaveni*/

/* startCSS clear */
.clear {   
    clear: both;
}
/* konec CSS clear */

/* start CSS hlavicka stranky*/
#header {
    z-index: 0;
    position: relative;
    height: 80px;
    padding: 0 0 0 35px;    
    overflow: hidden;
    background-image: url(../images/ostatni/layout/header.gif);    
}

#header a {
    margin: 0;
    padding: 0;
}
/* konec CSS hlavicka stranky*/

/* start CSS main*/
#main {
    z-index: 1;
    position: relative;
    /*width: 1000px;*/            
    max-width: 1000px;
    height: auto;
    margin: -80px auto;    
    overflow: visible;    
    background-color: rgb(235,236,236);
    padding-top: 20px;

    -moz-box-shadow: 0px 0px 30px #000000;
    -webkit-box-shadow: 0px 0px 30px #000000;
    box-shadow: 0px 0px 30px #000000;

    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
}

/* konec CSS main*/

/* start CSS leftwww*/
#leftwww{
    background-image: url(../images/ostatni/layout/www.png);
    position: absolute;
    left:-50px;
    top: 100px;
    width: 30px;
    height: 496px;
}
/* konec CSS leftwww*/

/* start CSS pageHeader*/
#pageHeader {    
    position: relative;
    z-index: 1;
    /*max-height: 300px;*/
    height: auto;
    padding-bottom: 40%;
}

.kruh {
    position: absolute;
    top: 100px;
    left: 50px;
}

#slideshow {
    position:relative;    
    margin-top: -50px;
}

#slideshow DIV {
    max-height: 550px;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;    
    background-color: rgb(235,236,236);        
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

/* konec CSS pageHeader*/

/* start CSS pageTopMenu*/
#topMenu {    
    z-index: 20;
    position: relative;
    max-width: 100%;
    margin: 0px 20px 0px 20px;
    height: 30px;        
    font-size: 115%;    
    background-image: url(../images/ostatni/layout/topMenuBar.gif);
    opacity: 0.9;
}
#topMenu ul li {
    display: inline;
}

#topMenu ul li a, a:link, a:visited, a:active {
    display: block;
    float: left;
    padding: 5px 15px;
    text-decoration: none;
    /*color: windowframe;*/
    color: black;
    font-weight: bold;
}

#topMenu ul li a:hover {    
    background-image: url(../images/ostatni/layout/topNavActive.gif);
    text-decoration: underline;
}

#topMenu ul li.topNavActive, #topNav ul li.topNavActive a {
    color: black;
    background-image: url(../images/ostatni/layout/topNavActive.gif);
    font-weight: bold;
    max-height: 20px;
    opacity: 1;
}

.hrTopMenu {
    width: 1px;
    height: 18px;
    float: left;
    display: block;
}

/* konec CSS pageTopMenu*/

/* start CSS footer*/
#footer {     
    z-index: 2;
    position: relative;
    height: auto;
    max-width: 1000px;
    background-color: #666;
    margin: 0px auto 0px auto;    
    padding-top: 0px;
    text-align: center;
    border-top: dotted 1px black;

    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;

    /*    -moz-box-shadow: 0px 0px 30px #000000;
        -webkit-box-shadow: 0px 0px 30px #000000;
        box-shadow: 0px 0px 30px #000000;*/
}

#footer p {
    margin-top: 4px;
}
/* konec CSS footer*/

/* start CSS leftNav*/
#leftBlock{    
    position: relative;
    z-index: 3;    
    width: 18%;
    font-size: 80%;
    min-height: 300px;
    height: auto;
    margin: 0.15% 0 2% 1.5%;
/*    margin-top: 15px;    
    margin-left: 20px;    
    margin-bottom: 20px;*/
    float: left;
    overflow: hidden;
    text-align: justify;

    /*background-color: rgb(217,218,218);*/
    background-color: #fff;

    border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;

    -moz-box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;    
    box-shadow: 2px 2px 5px #000000;
}

.leftBlockBox {
    padding-bottom: 20px;
}

.leftBlockBox p {    
    display: block;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;    
}

.leftBlockBox p a {
    text-decoration: underline;
    display: inline;
    padding: 0;
    float: none;
}

.leftNav ul,li {
    display: inline;
    overflow: hidden;  
    display: block;        
}

.leftNav hr {

}

.leftNav {
    margin-bottom: 20px;    
}

.leftNav a {
    margin-top: 5px;
    width: 160px;
    padding: 0px 10px 0px 10px;
    text-align: left;
}

.leftNav a:hover {
    background-color: rgb(235,236,236);
}

.leftBlockBox h2 {
    color: white;
    margin: 0;
    padding: 5px 15px 5px 35px;    
    /*padding: 5% 5% 5% 20%;*/    
    background: red url("../images/ostatni/layout/s.png") no-repeat 5px 50%;
    font-size: 110%;
    font-weight: bold;    
}

#topReferenceSlideshowLeftSide {
    margin-top: 10px;
    text-align: center;    
}

#topReferenceSlideshowLeftSide p {
    text-align: center;
}

#topReferenceSlideshowLeftSide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*border: activeborder outset;*/
}

/* konec CSS menuLeft*/

/* start CSS center */
#center {
    position: relative;
    z-index: 3;
    float: left;
    /*width: 780px;*/
    max-width: 745px;
    width: 72%;
/*    margin-top: 0px;
    margin-left: 23px;
    margin-right: 17px;
    margin-bottom: 50px;*/
    margin: 0% 0.17% 5% 2%;
    padding: 5px 5px 5px 5px;
    min-height: 600px;    
    background-color: rgb(235,236,236);    
    background-color: #fff;

    border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;

    -moz-box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;    
    box-shadow: 2px 2px 5px #000000;
}

#center h1 {
    position: relative;    
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 130%;
    color: white;
    padding: 4px 0 4px 10px;
    background-color: Red;
    max-height: 20px;

    border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#center h3 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bolder;
    color: red;
    margin-left: 5px; 
    margin-bottom: 10px;
}    

#center p {
    text-align: justify;
    width: auto;
    margin: 5px 5px 5px 5px;    
}

#center p a {
    text-decoration: underline;
    display: inline;
    padding: 0;
    float: none;
    color:red;
}
/* konec CSS center */

/* start CSS reference */
#ref_text {
    float: left;
    width: 60%;    
}

#ref_img {
    float: left;
    width: 40%;
    padding-top: 20px;
}

#ref_img a {    
    padding: 0;
    float: none;
}
#ref_img img {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.ref_kresla{
    margin-left: 30px;

}

#ref_kresla_img a {    
    padding: 0;
    float: left;
}
#ref_kresla_img img {
    margin-bottom: 20px;
    display: block;
    margin-left: 25px;
    margin-right: auto;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/* konec CSS reference */

/* start CSS downloadLink */
.downloadLink{
    margin-right: 20px;
}
/*konec CSS downloadLink*/

/* start CSS profil*/
.profil {
    height: auto;
    width: 50%;
    float: left;  
    margin-left: 2%;
}

.profil img {
    float: right;
    margin-right: 1%;
}

.profil p {
    line-height: 180%;
}
/* konec CSS profil*/

/* start CSS mapa*/
.mapa{
    float: right;
    width: auto;
    height: auto;
    margin: -1% 0.1% 1% 0;
}
/* konec CSS mapa*/

/* start CSS certifikaty */
.certifikaty {    
    margin-right: 10px;
}
/* konec CSS certifikaty */

/* start youtube CSS */
.youtube {
    margin: 10px 10px 10px 10px; 
}

.youtube img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* konec youtube CSS */

/* start homePage CSS */

.homeH2 {
    color: white;
    margin: 0;
    padding: 5px 15px 5px 35px;    
    /*padding: 1% 5% 1% 15%;*/    
    background: red url("../images/ostatni/layout/s.png") no-repeat 5px 50%;
    font-size: 120%;
    font-weight: bold; 
    margin-top: -1px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#homeReference {
    width: 45%;
    margin: 1%;
    height: 190px;
    float: left;    
    /*    border-bottom: red ridge;
        border-right: red ridge;    
        border-left: red ridge;   
        
            
        border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-border-radius: 5px;*/
}

#topReferenceSlideshow {
    margin-top: 1%;
    text-align: center;    
}

#topReferenceSlideshow p {
    text-align: center;
}

#topReferenceSlideshow img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*border: activeborder outset;*/
}

#homeAktuality {
    width: 50%;
    margin: 1%;
    padding-bottom: 1%;
    height: auto;
    float: left;
    /*    border-bottom: red ridge;
        border-right: red ridge;
        border-left: red ridge;    
        
            
        border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-border-radius: 5px;*/
}

/* konec homePage CSS */

/* start CSS img center*/

.imgCenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* konec CSS img center*/

/* start CSS img left */

.imgLeft {
    float: left;
    margin: 30px 0px 0px 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

/* konec CSS img left*/

/* start CSS imgCorner */
.imgCorner {
    margin-left: 9px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* konec CSS imgCorner */

/* start CSS imgCorner */
.imgCornerLeft {
    float: right;
    margin-left: 9px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* konec CSS imgCorner */



/* start CSS imgAutomatickyProvoz */
.imgAutomatickyProvoz{
    margin-left: 20%;
}

/* konec CSS */

/* start CSS imgManipulator */
.imgManipulator{
    float: right;
    margin-left: 10px;
    margin-right: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* konec CSS imgManipulator */

/* start CSS */
.imgKabiny {
    float: left;
    margin: 30px 0px 0px 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}
/* konec CSS */

/* start CSS imgStudie */
.imgStudie {
    margin-left: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
}
/* konec CSS imgStudie */

/* start CSS mainRef */

.mainRef {
    width: 48%;
    max-height: 120px;        
    float: left;    
    margin-top: 20px;
    margin-left: 1.5%;
}

.mainRef img {
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
}

.mainRef p {
    text-align: left !important;
}

.mainRef p a {
    font-size: 110%;
    font-weight: bold;
    color: black !important ;
}

/* konec CSS mainRef*/

/* start CSS karieraForm*/
.karieraForm {
    max-width: 65%;
    float: left;
    background-color: blanchedalmond;
    height: auto;
    font-size: 90%;
    padding-left: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
}

.karieraForm a{
    text-align: right;
    float: right;
    color: darksalmon;
}

.karieraForm td{
    max-width: 100%;
    font-size: 100%;
    padding-bottom: 2%;
}
.karieraForm select {
    width: 90%;
    /*font-size: 100%;*/
}

.karieraForm form table {        
}

.formTextAre{
    width: 75%;
}


#karieraText {
    width: 50%;
    margin: 1%;
    float: left;        
}

/* konec CSS karieraForm*/

/* start CSS */
/* konec CSS */

/* start CSS */
/* konec CSS */

/* start CSS */
/* konec CSS */

/* start CSS */
/* konec CSS */

/* start CSS */
/* konec CSS */

