/* -- start setup -- */

* {
font-family : Georgia, Helvetica,Arial,sans-serif;
font-size : small;
margin : 0;	
border : none;
padding : 0;
color:#484848;
}

/* -- common -- */

.m2 {margin : 2px;}
.m5 {margin : 5px;}
.m10 {margin : 10px;}
.m20 {margin : 20px;}
.m30 {margin : 30px;}

.mt5 {margin-top : 5px;}
.mt10 {margin-top : 10px;}
.mt14 {margin-top : 13px;}

.mt20 {margin-top : 20px;}
.mt40 {margin-top : 40px;}

.ml5 {margin-left : 5px;}
.ml10 {margin-left : 10px;}
.ml20 {margin-left : 20px;}
.ml40 {margin-left : 40px;}

.mb5 {margin-bottom : 5px;}
.mb10 {margin-bottom : 10px;}
.mb20 {margin-bottom : 20px;}
.mb40 {margin-bottom : 40px;}

.mr5 {margin-right : 5px;}
.mr10 {margin-right : 10px;}
.mr20 {margin-right : 20px;}
.mr40 {margin-right : 40px;}

.b1red {border : 1px solid Red;}
.b1bl {border : 1px solid Black;}
.b2bl {border : 2px solid Black;}
.b1wh {border : 1px solid White;}
.b2wh {border : 2px solid White;}

.b1oranz {border : 1px solid #FE5815;}

.p2 {padding : 2px;}
.p5 {padding : 5px;}
.p10 {padding : 10px;}
.p20 {padding : 20px;}
.p30 {padding : 30px;}
.p60 {padding : 60px;}

.pt2 {padding-top : 2px;}
.pt5 {padding-top : 5px;}
.pt10 {padding-top : 10px;}
.pt20 {padding-top : 20px;}
.pt30 {padding-top : 30px;}

.pr2 {padding-right : 2px;}
.pr5 {padding-right : 5px;}
.pr10 {padding-right : 10px;}
.pr20 {padding-right : 20px;}
.pr30 {padding-right : 30px;}

.pb2 {padding-bottom : 2px;}
.pb5 {padding-bottom : 5px;}
.pb10 {padding-bottom : 10px;}
.pb20 {padding-bottom : 20px;}
.pb30 {padding-bottom : 30px;}

.pl2 {padding-left : 2px;}
.pl5 {padding-left : 5px;}
.pl10 {padding-left : 10px;}
.pl20 {padding-left : 20px;}
.pl30 {padding-left : 30px;}

.ml0 {margin-left : 0;}

/* -- text -- */
.bez_podtrz {text-decoration : none;}
.b {font-weight : bold;}
.norm {font-weight : normal;}
.i {font-style : italic;}
.u {text-decoration : underline;}
.text_doprostred {text-align : center;}
.text_blok {text-align : justify;}
.text_doleva {text-align : left;}
.vcenter {vertical-align : middle;}

/* -- colors --*/
.wh {color : White;}
.cervena {color : Red;}
.cerna {color : Black;}
.blue {color : #00A0C6;}
.green {color: #87AF12;}

/* -- display --*/
.neviditelny {visibility : hidden;}
.skryty {display : none;}

/* -- font size -- */
.mediuml {font-size : medium;}
.small {font-size : small;} /* -- start size --*/
.x_small {font-size : xx-small;}
.font_x_small {font-size : 10px;}
.xx_small {font-size : xx-small;}
.horni_index {vertical-align : super;}

/* -- float -- */
.float_left {float : left;}
.float_right {float : right;}

.clear {clear : both;}
.clearZero {
clear : both;
font-size: 1px;
height:1px;
line-height:1px;
}

/* -- all pages -- */
hr {display : none;}

body, html {
height:100%;
border:0;
padding:0;
margin:0;
text-align:center;
background-color : White;
background-position: center;
background-repeat: no-repeat;
}

body.bcg1 {background-image: url(../pcs/pcs_layout/bcg1.jpg);}
body.bcg2 {background-image: url(../pcs/pcs_layout/bcg2.jpg);}
body.bcg3 {background-image: url(../pcs/pcs_layout/bcg3.jpg);}
body.bcg4 {background-image: url(../pcs/pcs_layout/bcg4.jpg);}
body.bcg5 {background-image: url(../pcs/pcs_layout/bcg5.jpg);}
body.bcg6 {background-image: url(../pcs/pcs_layout/bcg6.jpg);}
body.bcg7 {background-image: url(../pcs/pcs_layout/bcg7.jpg);}


#container {
 min-width:920px;
 min-height:670px;
 width:100%;
 height:100%;
 width:expression(document.body.clientWidth < 920?
   "920px": "100%" ); /* pro IE */
 height:expression(document.body.clientHeight < 670?
   "670px": "100%" ); /* pro IE */
 position:absolute;
 top:0;
 left:0;
}

#container-horizontal {
text-align:left;
margin:auto;
position:absolute;
top:50%;
left:50%;
}

#container-in {
position:absolute; 
top:-335px;
left:-460px;
width:920px;
height:670px;
overflow:auto;
background-image : url(../pcs/pcs_layout/background.png);
background-position : center;
background-repeat : no-repeat;
} 

#content {
position:absolute; 
top:100px;	
left:100px;	
width:720px;
}

h1 {
color:#000000;
margin-bottom:20px;
font-size:32px;
text-decoration:underline;
}

h2 {
color:#000000;
margin:20px 0 10px 0;
font-size:15px;
}

/*p.ods {margin:20px 0 0 0;}*/
p.ods strong {color:Black;}

div.links {margin:20px 0;}
div.links, div.links a {font-size:11px;}

div.links a:HOVER {
color:Black;
text-decoration:underline;
}

p.mctree {
font-size:11px;
width:480px;
}

p.mctree strong {font-size:10px;}

.icoTech {
position:absolute;
top:0;
right:0;
}

#logos {
position:absolute;
bottom:7px;
right:0;
background-image: url(../pcs/pcs_layout/logos.png);
background-position: center;
background-repeat: no-repeat;
width:226px;
height:77px; 
}



