* {
  padding: 0;
  margin:0;
}

body {
  background: url('../images/background.png') repeat-x;

  /* temp for delete */
  /* height: 3000px; */
}

#unfluid {
  width: 944px;
  position:relative;
  margin: auto;

}
/*---------------- Hlavička ----------------*/
#header {height: 143px;}
a.logo {
  background: url('../images/logo.png') no-repeat;
  width:311px;
  height: 140px;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 10;
  margin: 3px 0 0 0;
  float: left;
}
a.logo span {
  visibility: hidden;

}

/*---------------- Woow header ----------------*/
#woowHeaderContainer {
  width:944px;
  height:143px;
  position:absolute; left:0;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 944px; /*Width of Carousel Viewer itself*/
height: 143px; /*Height should enough to fit largest content's height*/

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;

}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 944px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}




/*---------------- Horni menu ----------------*/
ul.menu {
  margin: 109px 0 0 0px;
  height: 18px;
  float: right;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  position:relative;
  z-index: 10;
}

ul.menu li a {
  display: block;
  margin: 12px 0 0 0;
  text-decoration: none;
  color: #42606F;
}

ul.menu li.active a {
  color: #ffffff;
}

ul.menu li.active a:hover{
 color: #A2E9F8;
 text-decoration: underline;
}

ul.menu li a:hover{
 color: #86B3C7;
 text-decoration: underline;
}

ul.menu li {
  float: left;
  display:block;
  height: 34px;
  background: url('../images/menu_unactive.png');
  padding: 0 15px 0 15px;
}

ul.menu li.active {
  background: url('../images/menu_active.png');
  height: 34px;
}




.content {
 /* border-left: 2px solid #8C979D; */
  padding: 8px;
  background: #D0D6D9 url('../images/unfluid_background.png') repeat-x;
  /* temp for delete */
  /* height: 1200px; */
}
/*---------------- Box vybranych referenci ----------------*/
.vybrana_reference {
  width: 425px;
  height: 565px;
  float: left;
  position: relative;
}

.boxReferenceHeading{
  height: 35px;
  width: 401px;
  background: url('../images/box_reference_heading.png');
  margin: 7px;
  padding: 10px 0 0 10px;
}

.boxReferenceHeading span {
  color: #ffffff;
  font-family: Georgia, "New York CE", utopia, serif;
  font-size: 18px;
  font-weight: bold;
}

.boxReferenceTextbox {
  background: url('../images/box_reference_textbox.png');
  height: 137px;
  width: 425px;
  position: absolute;
  bottom: 0px;
}

.boxReferenceTextbox div.left {
  float: left;
  width: 185px;
  margin:15px 10px 0 10px;

}

.boxReferenceTextbox div.right {
  float: right;
  width: 185px;
  margin:15px 10px 0 10px;
}

.boxReferenceTextbox div.left p, .boxReferenceTextbox div.right p {
  text-align: justify;
  color: #ffffff;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.refPhoto {
  position:absolute;
  top:0px;
  left: 0px;
}

.boxReferenceNextBox {
  height: 159px;
  width: 425px;
  background: url('../images/box_reference_next_back.png');
  position: relative;
  top: 347px;
}

.boxHide{
    visibility: hidden;
}

.nextBoxHeading h5 {
    float: left;
    color: #B7E6FB;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.nextBoxHeading div {
    float: right
}

.nextBoxHeading {
    padding: 1px 3px 24px 3px;
    
}

.boxReferenceNextBox a img {
    border: 0px;
}

.boxReferenceNextBox img {
    border: 3px solid #B7E6FB;
}

.rotator{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 400px; /*Width of Carousel Viewer itself*/
margin: 0px 0px 0px 13px;
height: 61px; /*Height should enough to fit largest content's height*/

}

.rotator .woowBelt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;

}

.rotator .woowPanel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 73px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin: 0px 10px 0px 0px;
}



/*---------------- Box textu ----------------*/
.text {
  float: right;
  width: 465px;
  padding: 0 15px 0 20px;
  text-align: justify;
}

.text h1 {
  color: #19303D;
  font-size: 18px;
  font-family: Georgia, "New York CE", utopia, serif;
  margin: 20px 0 25px 0px;
}

.text p {
  color: #516975;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.text p a {
  color: #19303D;
  text-decoration: underline;
}

.leftText {
  width: 222px;
  float: left;
}

.rightText {
  width: 222px;
  float: right;
}

.leftText h2, .rightText h2 {
  margin: 25px 0px 25px 0px;
  font-size: 20px;
  color: #19303D;
}

/*-------------------------- box novinek ------------------------*/
#news {
    z-index: 500;
    cursor: move;
}

.newsBox {
  position: absolute;
  top: 722px;
  left: 8px;
  width: 425px;
  height: 50px;
  background: url('../images/box_reference_next_back.png');
  overflow: hidden;

}

.newsBox p {
  color: #ffffff;
  text-indent: 20px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.newsIn {
  margin: 10px;
  overflow: hidden;
  background: url('../images/box_reference_next_back.png');
  height: 0px;
  width: 0px;
}

#goToNews {
  font-family:Georgia,"New York CE",utopia,serif;
  margin: 15px 20px 10px 0px;
  color: #B7E6FB;
  font-size:18px; 
  font-weight:bold;

}

#hideNews {
  margin: 0px 0px 0px  10px;
}
/*------------------------------ blog --------------------------*/
       a, a:visited {
            color: #CCCCCC;
            text-decoration: none;
        }
        a:active {
            color: #FFFFFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }

        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
        div.outer {
            height: 725px;
        }
        #megazine {
            height: 100%;
            outline: none;
            width: 100%;
        }

/*------------------------------ footer --------------------------*/
.footer{
    width: 100%;
    height: 295px;
    background: url(../images/footer_back.png);
    border-top: 9px solid #FCC1F7;
}

.footer div.in {
  width: 944px;
  position:relative;
  margin: auto;
}

