/* -- start setup -- */

* {
font-family : Helvetica,Arial,sans-serif;
font-size : small;
margin : 0;	
border : none;
padding : 0;
color:#1a247b;
}

/* -- 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;}

/* -- all pages -- */
hr {display : none;}

body {
background-color : #d9d9e1;
text-align: center;
}

#container {
width:780px;
background-color: White;
margin: 40px auto 15px auto;	
text-align: left;
}

#header {
height:138px;
position:relative;
background-position: center;
background-repeat: no-repeat;
}

#homeRun {
display:block;
width:180px;
height:138px;
position:absolute;
top:0;
left:0;
}

.topInfo {
position:absolute;
top:33px;
right:45px;
color:White;
line-height:150%;
}

.topInfo a {
color:White;
text-decoration:none;
}

.topInfo a:HOVER {text-decoration:underline;}

.image1 {background-image: url(../pcs/pcs_layout/hlavicka1.jpg);}

#stripe {
background-color: #9da0b1;
border-top:5px solid White;
border-bottom:5px solid White;
border-left:7px solid White;
border-right:7px solid White;
height:20px;
}

#content {
margin:0 7px;
background-color: #e5e5e5;
}

#footer {
margin:0 7px;
background-color: #162a81;
border-top:5px solid White;
border-bottom:7px solid White;
height:30px;
line-height:30px;
text-align:right;
padding-right:30px;
}

#footer a {text-decoration:none;}
#footer a:HOVER {color:black;}

#main {
float:right;
width:520px;
border-left:5px solid White;
padding:20px 30px 35px 30px;
}

#menu { padding: 20px 0 0 25px;}
#menu li { 
list-style-type: none;
line-height: 190%;
}

#menu li.nizsi { 
line-height: 120%;
margin:7px 0;
}

#menu li a { 
text-decoration: none;  
font-size: 110%;  
text-transform:uppercase;
}

#menu li a:HOVER, #menu li.menuActive a { color:Black;}

/*	TXT + IMG	*/
h1 {
font-weight: normal;
font-size: 170%;
color:#ee7e00;
text-transform: uppercase;
}

h2 {
font-weight: normal;
font-size: 140%;
color:#ee7e00;
text-transform: uppercase;
}
p.ods {margin: 1.5em 0;}

.imgLeft {
float: left;
margin: 0 20px 10px 0;
}

/*	form	*/
#contactForm {margin: 30px 0;}

label, input {
display: block;
float: left;
margin-bottom: 5px;
}

label {width: 140px;}
label {width: 170px;}

input, select, textarea {
margin-bottom: 5px;
border : 1px solid #CDCBBD;
}

input.error, select.error, textarea.error  {border : 1px solid red;}

textarea.komplet {
width: 398px;
height : 90px;
}

select {
width: 260px;
_margin-left: -3px;
}

select.short {
width: 136px;
}

input {padding : 2px;}
input.short {width: 130px;}
input.long {width: 254px;}
input.long {width:224px;}
input.submit {width: 260px;}

option {
padding : 1px;
padding : 2px;
color : #617ea9;
}

legend {
text-align: left;
font-weight : bold;
padding-top: 20px;
_margin-left: -6px
}

label {
text-align: left;
padding-top : 4px;
}

#contactForm p {margin-top : 20px;}
#contactForm br {
clear: left;
line-height : 8px;
}

.povinne {
font-size : small;
color: #B3B3B3;
}

input.submit {
background-color : White;
border : 1px solid #CDCBBD;
font-weight : bold;
width: 170px;
text-align: center;
color: Black;
}

#chybove_odeslani, #uspesne_odeslani {
margin: 20px 0;
font-weight: bold;
color: Red;
}

#uspesne_odeslani {color: #575758;}

.itemList {
clear:both;
margin:25px 0 25px 25px;	
}

.dummy50 {height:50px;}

.seoLista {
text-align:center;
margin:5px;
}

.seoLista a {
color:#7e8dcf;
font-size:85%;
text-decoration:none;
}

.seoLista a:HOVER {
text-decoration:underline;
color:#495ebd;
}


#seoLista {
text-align:center;
margin:10px auto;
width:700px;
color:#7e8dcf;
}

#seoLista a {
color:#7e8dcf;
font-size:80%;
text-decoration:none;
}

#seoLista a:HOVER {
text-decoration:underline;
color:#495ebd;
}
