html { 
    margin:0; 
    padding:0;
    font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
    font-size:9pt; 
    color:#727272;
}
body {
    margin:0; 
    padding:0;
    text-align:center;
    background-color:#285D7E;
    background-image: url('/images/design/bg_transparency.gif');
    background-position: top;
    background-repeat: repeat-x;
}

img {
    margin:0;
    padding:0;
    border:0;
}

h1, h2, h3 {
    color:#255776;
    font-size:13pt;
    font-weight:normal;
    background-image: url('/images/design/headingimage.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding:0 0 0 25px;
    margin:0;
}

a, a:visited {
    color: #3A88B9;        
}

a, a:hover {
    color: #8ABEDE;
}

.clear {
    clear:both;
}

.lclear {
    clear:left;
}

.rclear {
    clear:right;
}


/** stinovany obrazek **/
.shadow {
    border:1px #EEE solid;
    margin:0;
    padding:0;
}

.shadow img {
    border:3px white solid;
    padding:0;
    margin:0;
}

/** horni menu s odkazy na jednotlive stranky **/ 
#topmenu {
    margin:20px auto 0 auto;
    width:700px;
    height:28px;
    background:transparent;
    text-align:right;
    font-size:9pt;
}
#topmenu a, #topmenu a:visited {        
    color:white;      
}
#topmenu a:hover, #topmenu a:active {
    color:#8ABEDE;
}
#topmenu .spacer {
    background-image: url('/images/design/topmenu_spacer.gif');
    background-repeat: repeat-y;        
}

/** obal obsahu **/
#main {
    width:809px;
    margin:0 auto 0 auto;    
    background-image: url('/images/design/body_bg.gif');
    background-position: center top;
    background-repeat: repeat-x;
}
/** obsah **/
#content {    
    width:740px;
    margin:0 auto 0 auto;
    background-image: url('/images/design/body_logo.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding:0;
    text-align:left;
}
/** stinovani obsahu nahore, resp. dole **/
#contentshadow1 {
    width:809px;
    height:26px;
    background-image: url('/images/design/top_shadow.gif');
}
#contentshadow2 {
    width:809px;
    height:32px;
    background-image: url('/images/design/bottom_shadow.gif');
}
/** paticka stranky **/
#footer {
    margin:10px auto 0 auto;
    padding-bottom:100px;
    color:#A9BECB;
    font-size:8pt;
}
#footer a, #footer a:visited {
    color:#A9BECB;
}


/** levy sloupec (aktuality a infolinka) **/
#left {
    width:210px;
    float:left;
    border-right: 1px gray dashed;    
    padding:5px;
}

#left h4 {
    font-size:8pt;
    font-weight:bold;
    margin:10px 0 3px 0;
    padding:0;
}

#left h4 a {
    text-decoration:none; 
    color:#729DB8;   
}

#left h4 a:hover {
    color:#8ABEDE;
}

#left a.innovation {
    color:#727272;    
}

#left #contact {
    margin:30px 0 0 0;
    border-top: 1px gray dashed;
    background-image: url('/images/hp_infolinka_bg.jpg');
    background-position: right bottom;
    background-repeat: no-repeat; 
    color:#729DB8;
}

#left #contact h2 {
    margin:10px 0 40px 0;
}

#left #contact .phone {
    color:#A8A8A8;
    font-family:"Times New Roman";
    font-size:18pt;
    letter-spacing: -3px;
}

/** pravy sloupec **/
#right {
    width:500px;
    float:right;
    padding:5px;
}

