/* Design and code adapted from design and code by Darina Tyrpáková  http://www.darinka.sk  */

/**  BLUE style  **/

/******************* main elements *********************/
html, body, ol, li, ul, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}

.gray{color: #888;
font-size:11px;
text-align:center;
padding-top:3px;
font-style:italic;
}

.left{float: left;}
.right{float: right;}

html
{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    /*color: #040403;*/
	color: #525252; /*#757575;  #383838;*/
    height: 100%;
    background: #fff url(../images/header-back.gif) repeat-x;
}


h2 {
font-size:18px;
font-weight:normal;
letter-spacing:1px;
}

a
{
    color: #005F9B;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p, ul
{
    line-height: 1.8;
}


/***************** main containers ********************/
#wrapper{
    width: 900px;
    margin: 0 auto -120px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    width: 900px;
    height: 115px;
	}

#sidemenu{float: left; width: 250px; padding: 0 57px 0 0;
font-weight:normal;
}

#sidemenuz {
background: url(../images/22222_212.png) no-repeat bottom right;
}

#sidemenu p {
margin-top:68px;
margin-left:26px;
margin-bottom:0px;
margin-right:20px;
line-height:26px;
color: #c7c6c4; 
font-style:italic;
font-size:17px;
font-family: Georgia,Arial,Verdana, 'Times New Roman', Times, Serif, Georgia;
font-weight:bold;
letter-spacing:0px;
}

#text{float: left; width: 505px; padding: 0 45px 0 0;}


#galeria{float: right; width: 130px; padding-top:80px}

#galeria_b{float: right; width: 130px; padding-top:15px}

#galeria_c{float: right; width: 130px; padding-top:40px}

#galeria_d{float: right; width: 130px; padding-top:75px}


/*********** logo and contact details in the header area ***********/
#logo{float: left; height: 75px;
}

#contacts{
  width: 270px; 
  float: right; 
  height: 62px;
  position: relative; top: 30px;
}
#contacts p{
  text-align: right;
  color: #fff;
  line-height: 1.4;
}
#contacts p a{color: #bda900;}


/***************** main menu links ********************/
#mainmenu{
  float: left; 
  width: 526px;
  position: relative; top: 24px;
}

#mainmenu ul{float: right; list-style: none;}

#mainmenu li{
  background: url(../images/menu-back.gif) no-repeat;
  width: 111px;
  height: 29px;
  float: left;
  text-align: center;
  margin: 0 0 0 10px;
}

#mainmenu li.active{
  background: url(../images/menu-back-active.gif) no-repeat;
}

#mainmenu li.active a {
  color:#ffffff;
  font-style:normal;
  
}

#mainmenu li a{
  width: 111px;
  display: block;
  padding: 4px 0 10px 0;
  font-size: 1.1em;
    color: #e4f1f8;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-shadow: #666 1px 1px 3px;
  position: relative; z-index: 80;
}

#mainmenu li a:hover{
  text-decoration: none;
  background: url(../images/arrow1.gif) no-repeat center bottom;
}

#mainmenu li.active a:hover{
  background: none;
}


/***************** blue banner *****************/
#banner{
    height: 190px;
    margin: 0 0 30px 0;
}

.fade-me{
    width: 900px;
    height: 150px;
    background: url(../images/banner-blue-01.jpg);
    padding: 40px 0 0 0;
}

#first{background: url(../images/banner-01.jpg);}
#second{background: url(../images/banner-02.jpg);}
#third{background: url(../images/banner-03.jpg);}

#banner p, #banner ul, #banner ol{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
    color: #ABD5E9;
}

#banner ul, #banner ol{
    padding: 0 0 0 30px;
}

#banner .slogan{
    color: #fff;
    font-size: 22px;
    text-shadow: #444 1px 1px; 
    padding: 7px 0 1px 0;
	    line-height: 1.8;
		font-weight:normal;
    font-family: Tahoma, Arial, sans-serif;

}


#banner a{
    color: white;
}

#banner-inside{
    height: 75px;
    margin: 0 0 35px 0;
background: url(../images/banner-01_z75_trim02_180.png) no-repeat top right;
}

#banner-inside p{
    font-family: Tahoma, Arial, sans-serif;
    color: #4ba0c8;
	font-size: 2.5em;
    font-style: normal;
    padding: 8px 0 0 0;
    text-shadow: #004879 1px 3px 5px;
}

/******************* style changes *********************/
#style-changer{
  margin: 0 0 17px 0;
  padding-bottom:18px;
padding-top:10px;
  width: 240px;
}

#style-changer a{
  display: block;
  float: left;
  width: 15px; height: 15px;
  margin: 0 10px 0 0;
}

#style-changer a.blue{
  background: #0075bb;
}

#style-changer a.silver{
  background: #dddddd;
}

#style-changer a.green{
 /* background: #df4002;*/
 background:#616669;
}


/***************** sidemenu on the left ***************/
#sidemenu li{
  padding: 7px 10px 7px 0;
  width: 240px;
  border-bottom: 1px solid #C7C6C4;

  list-style: none;
  line-height: 1.8;
  letter-spacing:0px;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
}

#sidemenu li a{color: #0075bb; }

#sidemenu li a:hover {
color:#df4002;
}



/*************** small gallery on homepage **************/


#galeria img, #galeria_b img, #galeria_c img, #galeria_d img{
  background: white;
  width: 90px;
  height: 71px;
  border: 4px solid #eee;
  padding: 3px;
  margin: 0 5px 35px 0;
}

#text p{padding: 0 0 15px 0;}



/**************************** footer ******************/
.push{height: 120px;}

#footer{
background: url(../images/footer-back4.gif) -3px -10px repeat-x;
  /* background: #2a2c2d ;*/
  height: 120px;
  width: 100%;
  text-align:center;

}

#footer p{
   margin: 0px auto;
   width: 600px;
   padding: 52px 0 0 0;
color:#888;
   font-size: 0.9em;
   line-height: 1.7;
}

#footer p a{
  color: #0090bf;
}



/******************* other elements within text ******************/


table{
  padding: 5px 0 15px 0;
  border-collapse: collapse;
}

th{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: #005E9A;
  color: #fff;
}

td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/shadow-back.gif) repeat-x left bottom;
}

#text p, #text-inside p{
  padding: 0 0 15px 0;
}

#text ul, #text-inside ul, #text ol, #text-inside ol{
  padding: 0 0 0 20px;
} 

#text img, #text-inside img{
  padding: 2px;
  margin: 0 5px 5px 0;
}

#text img.right, #text-inside img.right{
  margin: 0 5px 5px 25px;
}


/**************** contact form **************************/
input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(../images/contact-send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: white;
	font-weight: bold;
}

/* zbit Thu 05 Nov 09 5:38 PM    */

#header .z1{
    color: #aeaeae; 
	font-size: 2.3em;
    text-shadow: #999 0px 0px;
	padding: 0 0 0 0;
	clear:right;
	font-family:Verdana;
	font-weight:normal;
	margin-top:30px;
	font-style:italic;
}


.dlist2b {	
background: url(../images/arrow_turn_000_left_b.png) no-repeat 0px 5px;
padding-left:30px;
padding-top:5px;
padding-bottom:3px;
line-height: 1.5;
}

.dlist2b a:hover {
color:red;
}


.dlist2c {	
background: url(../images/block_b.png) no-repeat 0px 7px;
padding-left:30px;
padding-top:5px;
padding-bottom:3px;
line-height: 1.5;
}


#ecm {
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px 15px 0;
  margin:  0 0 5px -1px;
 color: #a38130; /*#df4002;*/
 letter-spacing:1px;
}

#ecm2 {
 color: #a38130;
}


#ecma {
margin-top:10px;
color: #939393; /* #818181; */
font-weight: normal;
font-family: verdana;
letter-spacing:1px;
font-size:13px;
text-align:left;
font-style:normal;
}


#hdscrn, #prnt, .cntctimg, .printheading {
display:none;
}

.printinfo {
margin-top:0px;
margin-left:0px;
color:#888;
}

#cnt3prnt, #cntctimg_, #cntctimg_2, #cntctimg_3 , #cnt3prnt_3, #cntctimg_4 , #cnt3prnt_4 {
display:none;
}

#main { }

#main_b {
padding-top:20px;
}

#subhead {
color:#c7c6c4;
}