/* -- start setup -- */

* {
font-family : Verdana,Arial, Helvetica, sans-serif;
font-size : x-small;
margin : 0;	
border : none;
padding : 0;
color: #6F6F6F;
}

/* -- 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 {text-align: center;}

#container {
margin-left: auto;
margin-right: auto;
width: 781px;
text-align: left;	
}

#header {
width: 781px;
height: 92px;
background-image: url(../img/logo.gif);
background-position: top left;
background-repeat: no-repeat;
}

#header a {
width: 168px;
height: 92px;
display:block;
}

#banner {
width: 781px;
height: 200px;
background-image: url(../img/background.jpg);
background-position: center;
background-repeat: no-repeat;	
}

#partners {
width: 781px;
height: 176px;
background-image: url(../img/partners.gif);
background-position: left center;
background-repeat: no-repeat;
position: relative;
}

a#link1, a#link2 {
width: 200px;
height: 120px;
display:block;
position: absolute;
left: 30px;
bottom: 35px;
}

a#link2 {left: 300px;}

#address {
width: 258px;
height: 176px;
background-image: url(../img/blue.jpg);
background-position: center;
background-repeat: no-repeat;
float: right;
}

#address p {
color: white;
margin: 12px 0 0 30px;
line-height: 14px;
}

#address p span {color: white;}

#main {
background-image: url(../img/main_background.gif);
background-position: bottom center;
background-repeat: no-repeat;
padding-bottom: 20px;
padding-right: 100px;
padding-left: 3px;
}

p.odstavec {
margin: 1.5em 0;
font-size: 110%;
}
