
/* === LAYOUT === */

ul#sessionMessages {
    width:50%;
    height:47px; 
    overflow: auto;
    margin-top: 10px;
    padding: 3px 10px;
    background-color: #EBEFFA;
    border:1px solid #f6f7fa;
    list-style-type: square;
    left: 25%;
    top: 20px;
}


#panel {
    top:85px;
    right:0px;
    height:30px;
    line-height:30px;
    background-color: rgb(33,33,33);
    background-color: rgba(33,33,33,0.5);
    color: white;
    text-align: right;
    float: right;
}

.title {
  position: absolute; 
  left: 0; 
  top: 0; 
  height: 30px;
  line-height: 30px;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33,0.5); 
}

.innertitle {
  text-align: left; 
  padding-left: 5px; 
  padding-right: 10px;  
  color: #fff;     
  font-size:14px; 
}
#logo {
    background: none;
    width: auto;                 
}
#logo img {
    float:right;
    padding: 10px 10px 0px 10px;
    height: 70px;
    display: block;
}
#logo2 {
    padding: 35px 10px 0px 10px;
    height: 50px;
    display: block;
    float: left;
}

div#header {
    width: 100%;
    height:115px;
    /*background: url("../../images/header-right.png") right top no-repeat, url("../../images/header-bg.png") repeat-x transparent;*/
    background: url("../../images/header-right.png") center top no-repeat, url("../../images/header-bg.png") repeat-x transparent;
    /*background: url("../../images/header-bg.png") repeat-x transparent; */
}

/* background kompatibilní s IE8 */
div#header:after {
    content: '';
    height: 115px;
    background: url("../../images/header-bg.png") repeat-x transparent;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


