﻿body
{
    margin: 0;
    padding: 0;
    background-color: White;
    color: #4B4B4B;
    font-family: Calibri;
    font-size: 15px;
}

a
{
    text-decoration: none;
    color: #D12D07;
    font-weight: bold;
    outline: none;
}

a:hover
{
    color: #7A1A04;
}

p
{
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.center
{
    text-align: center;
    width: 100%;
    padding-top: -5px;
    padding-bottom: 15px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.tac
{
    text-align: center;
}

.mr20
{
    margin-right: 20px;
}


ul
{
    margin-top: 5px;
    font-size: 13px;
    margin-left: 20px;
    padding-left: 0px;
}

.transparent
{
    opacity: 0.0;
    filter: alpha(opacity = 00);
}

#outerContainer
{
    width: 100%;
    background-color: #F2EFED;
    background-image: url('img/background.png');
    background-repeat: repeat-x;
}

#innerContainer
{
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
}


/*---------------------*/

#header
{
    width: 100%;
    height: 128px;
    background-color: #F4F2F0;
    background-image: url('img/background.png');
}

#header .logo
{
    margin-left: 18px;
    float: left;
}

#upMenu
{
    margin-top: 55px;
    float: right;
    height: 32px;
}


#upMenu a
{
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    padding-top: 7px;
    width: 93px;
    font-weight: normal;
    display: block;
    float: left;
    height: 24px;
    background-position: bottom;
    text-align: center;
    color: #74726E;
    background-image: url('img/upMenu.png');
}

#upMenu a:hover
{
    background-position: top;
    color: white;
}

#upMenu .first
{
    background-image: url('img/upMenu_first.png');
}


#upMenu .last
{
    width: 92px;
    background-image: url('img/upMenu_last.png');
}


/*---------------------*/

#leftPart
{
    /*     min-height: 771px;     */
    width: 235px;
    float: left;
}

/*------------------*/

#menu
{
    height: 340px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-top: 5px;
}


#menu .item .itemFront
{
    position: relative;
    top: -54px;
    height: 54px;
    width: 228px;
    opacity: 0.0;
    filter: alpha(opacity = 00);
    background-image: url('img/menu_hover.png');
    display: block;
}

#menu .item .itemBack
{
    height: 54px;
    width: 228px;
    margin-top: 3px;
    background-image: url('img/menu_normal.png');
    display: block;
}



#menu .item
{
    height: 54px;
    display: block;
    text-decoration: none;
}


#menu .item .surface
{
    padding-top: 0px;
    padding-left: 40px;
    color: #523F2D;
    font-size: 14px;
    font-weight: 100;
    height: 44px;
    width: 228;
    top: -88px;
    position: relative;
    display: block;
}

#menu .item .surface :hover
{
    color: #ffffff;
}

#menu .selected .surface
{
    color: white;
}

#menu .selected .itemBack
{
    background-image: url('img/menu_hover.png') !important;
}



/*-------------------*/


#certificates_style
{
    height: 300px;
    margin-top: 13px;
    margin-right: 9px;
    border: 1px solid #ECEFF0;
    background-color: white;
    position: relative;
    font-size: 11px;
}


#certificates_style table
{
    width: 224px;
}

#certificates_style table td
{
    width: 90px;
    vertical-align: middle;
    text-align: center;
}

#certificates_style table th
{
    height: 65px;
    font-weight: normal;
    text-align: left;
    min-height: 40px;
}

#certificates_style a
{
    position: absolute;
    bottom: 4px;
    font-size: 13px;
    text-decoration: none;
    right: 4px;
    color: #4B4B4B;
    font-weight: bold;
}

/*--------------------*/

#rightPart
{
    float: left;
    width: 695px;
    padding-top: 8px;
}


#contentSmallUp
{
    height: 340px; /*275px;*/
    background-color: white;
    margin-bottom: 8px;
    border: 1px solid #C2D3DD;
    position: relative;
}


#contentSmallDown
{
    position: relative;
    background-color: White; /*padding-bottom: 1000px;*/
    height: 298px;
    margin-top: 17px;
    border: 1px solid #ECEFF0; /*     min-height: 100%;     margin-bottom: -1000px;     */
}

#contentSmallDown .block
{
    float: left;
    margin-left: 11px;
    margin-top: 10px;
    width: 330px;
    height: 280px;
}

#contentSmallDown .block a
{
    float: right;
    text-decoration: none;
    color: #D12E08;
    font-weight: 700;
}

#contentSmallDown .largeBlock
{
    width: 670px;
    margin-left: 0px;
    margin-top: 10px;
    height: 200px;
}

#contentSmallDown .largeBlock .caption
{
    width: 670px;
    background-image: url('img/tab_red.png');
    height: 35px;
    margin-left: 10px;
}

#contentBig
{
    position: relative;
    background-color: white;
    border: 1px solid #C2D3DD;
    height: 724px; /*     min-height: 100%;     padding-bottom: 1000px;     margin-bottom: -1000px;     */
}

#contentStredni
{
    position: relative;
    height: auto;
    background-color: white;
    border: 1px solid #C2D3DD;
}

#contentStredni1
{
    position: relative;
    height: auto;
    background-color: white;
    border: 1px solid #C2D3DD;
}

#contentBig .BottomRightImage
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}



/*----------------*/




.redCaption h1
{
    background-image: url('img/h1_3.png');
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: White;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 0;
    padding-left: 25px;
    padding-top: 7px;
    width: 694px;
    height: 42px;
}

.redCaptionNext h1
{
    background-image: url('img/h1_3_1.png');
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: White;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 0;
    padding-left: 25px;
    padding-top: 7px;
    width: 694px;
    height: 42px;
}

.redCaption_b h1
{
    background-image: url('img/h1_4.png');
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: White;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding: 0;
    padding-left: 25px;
    padding-top: 7px;
    width: 694px;
    height: 42px;
}

.redCaption .afterh1
{
    clear: both;
    display: block;
}


.redCaption .Panel
{
    margin-top: 0px;
}

.redCaption .SlideShowTabPanel .Surface .Panel .img
{
    right: 60px;
    top: 50px;
}

/*-----------------*/

.blueCaption h1
{
    width: 349px;
    height: 43px;
    font-size: 22px;
    font-weight: 300;
    color: #646464;
    margin: 0px 0px 0px 0px;
    padding-left: 50px;
    padding-top: 7px;
    background-image: url('img/pod_nadpis-v-odvetvi_n.png');
    background-repeat: no-repeat;
}

.blueCaption .afterh1
{
    display: block;
    background-image: url('img/lista_uzka_n.png');
    width: 37px;
    height: 162px;
    margin-top: -7px;
    background-repeat: no-repeat;
    position: absolute;
}

/*----------------*/

.spolecnost
{
    clear: both;
    margin-top: 10px;
}

.spolecnost p
{
    width: auto;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.spolecnost img
{
    float: right;
    bottom: 0px;
    right: 0px;
}


.spolecnost .spodniText
{
    position: absolute;
    bottom: 5px;
    left: 40px;
    font-size: 14px;
}

/*-----------------------*/

.kontakty
{
    width: 330px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.kontakty img
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.kontakty a
{
    color: Black;
    font-weight: normal;
}

.kontakty a:hover
{
    color: #7A1A04;
}

.kontakty .important
{
    color: #A82C0E;
}

/*-----------------------*/


.kdeNasNajdete table
{
    margin: 0px auto;
    width: 80%;
    text-align: center;
    margin-top: 30px;
}

.kdeNasNajdete table a
{
}


/*-----------------------*/

.reference
{
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}

.reference .detail
{
    display: none;
    width: 400px;
    right: 15px;
    top: 20px;
    position: absolute;
}



.reference .ref
{
    width:250px;
    display:block;
  color:#777;
  font-weight:normal;
 margin-bottom:3px;
}

.reference .sel
{
    color: #D12D07;
    font-weight: bold;
}

/*------------------*/

.sluzby .block a
{
    color: Black;
}


.sluzby .block
{
    float: left;
    width: 330px;
    height: 165px;
    position: relative;
}
.sluzby .block .img
{
    float: left;
    width: 130px;
    line-height: 150px;
    text-align: center;
    display: block;
    position: relative;
}


.sluzby .block img
{
    vertical-align: middle;
}

.sluzby .block .text
{
    float: left;
    padding-top: 15px;
    width: 180px;
}

.sluzby .block .text h2
{
    color: #D12D07;
    font-size: 14px;
    line-hegiht: normal;
}

.sluzby .block .text h2 a
{
    color: #D12D07;
    font-size: 14px;
}

.sluzby .block .text h2 a:hover
{
    color: #000000;
    font-size: 14px;
}

.sluzby .block .text p
{
    font-size: 12px;
}



/*-----------------*/

.sluzba
{
    padding-left: 15px;
    padding-top: 10px;
    width: 629px;
    font-size: 14px;
}

.sluzba img
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.prostredni_text
{
    margin-left: 22px;
}

.prostredni_text ul
{
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style-image: url('img/kolecko.png');
}

.breadc
{
  font-weight: normal;
  /*color: #D12B05;*/
  background-color: #F4ECE2;
  width: 629px;
  padding-left: 3px;
  display:none;
    }

.nadpis
{
    color: #D12B05;
    font-size: 18px;
    font-weight: bold;
    width: 629px;
    height: 35px;
    margin: 0px auto 0px auto;
    background-image: url('img/nadpis-v-sluzbach.png');
    background-repeat: no-repeat;
}

.nadpis_short
{
    color: #D12B05;
    font-size: 18px;
    font-weight: bold;
    width: 260px;
    height: 35px;
    margin: 0px auto 0px auto;
    background-image: url('img/nadpis-kontakty.png');
    background-repeat: no-repeat;
}

.certifikat
{
    width: 630px;
    height: 90px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 25px;
    border-bottom: 1px dotted #C2D3DD;
}

.certifikat p
{
    margin-left: 100px;
    margin-top: 15px;
}

.certifikat b
{
    margin-left: 10px;
    font-size: 17px;
    color: #D12B05;
}
.certifikat ul, .certifikat strong
{
    margin-left: 120px;
}

.certifikat_IPMA
{
    width: 83px;
    height: 104px;
    margin: 10px 0px -104px 20px;
    background-image: url('img/certifikat_IPMA.png');
    background-repeat: no-repeat;
}

.certifikat_IPMA_80
{
    width: 80px;
    height: 63px;
    margin: 50px 0px auto 20px;
    background-image: url('img/certifikat_IPMA_80.png');
    background-repeat: no-repeat;
}

.certifikat_ITIL
{
    width: 108px;
    height: 105px;
    margin: 50px auto auto 10px;
    background-image: url('img/certifikat_ITIL.png');
    background-repeat: no-repeat;
}

.certifikat_ITIL_80
{
    width: 80px;
    height: 80px;
    margin: 30px auto auto 20px;
    background-image: url('img/certifikat_ITIL_80.png');
    background-repeat: no-repeat;
}

.certifikat_ISO_prvni
{
    width: 50px;
    height: 50px;
    margin: 30px 0px auto 40px;
    float: left;
    background-image: url('img/iso.png');
}

.certifikat_ISO9001_80
{
    width: 80px;
    height: 50px;
    margin: 30px 0px auto 20px;
    float: left;
    background-image: url('img/certifikat_ISO9001_80.png');
}

.certifikat_ISO_druhy
{
    width: 80px;
    height: 38px;
    float: left;
    margin: 10px auto auto 44px;
    background-image: url('img/iso2.png');
}

.certifikat_ISO27001_80
{
    width: 80px;
    height: 42px;
    float: left;
    margin: 30px auto auto 20px;
    background-image: url('img/certifikat_ISO27001_80.png');
}

.certifikat_MGOLD
{
    width: 74px;
    height: 41px;
    float: left;
    margin: 0px 0px auto 34px;
    background-image: url('img/microsoft.png');
}

.certifikat_MGOLD_80
{
    width: 80px;
    height: 40px;
    float: left;
    margin: 30px 0px auto 20px;
    background-image: url('img/certifikat_MS_80.png');
}

.certifikat_NBU
{
    width: 45px;
    height: 54px;
    float: left;
    margin: 10px auto auto 44px;
    background-image: url('img/nbu.png');
}

.certifikat_NBU_80
{
    width: 80px;
    height: 113px;
    float: left;
    margin: 10px auto auto 20px;
    background-image: url('img/certifikat_NBU_80.png');
}

.formTable
{
    margin-top: 10px;
    margin-left: 20px;
}

.formTable td
{
    vertical-align: top;
}

.formTable .collbl
{
    width: 100px;
}

.formTable .colbigtbx textarea
{
    width: 400px;
    height: 200px;
}


/*----------------------*/

.reset
{
    clear: both;
}

#ending
{
    width: 930px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
}



#ending img
{
    margin-top: 0px;
    float: right;
}

#footer
{
    width: 930px; /*100%;*/
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 5px auto 5px auto;
    height: 50px;
    /*border: 1px solid red;*/
    background-image: url('img/eu250.png'); 
    background-position:left top; 
    background-repeat:no-repeat;
}



