/*.theme {
height: 320px;
overflow: hidden;
}

#main-column {
background-color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
float: left;
width: 730px;
}

#contact .company {
background: url("/images/styles/template11/green/icon-company-b.png") no-repeat scroll 100% 2px rgba(0, 0, 0, 0);
color: #4E821D;
font-size: 1.2em;
font-weight: bold;
}

#theme-item h2 {
color: #242424;
font-size: 4.6em;
font-weight: 200;
}

#theme-item {
position: absolute;
text-align: left;
text-shadow: 2px 5px 5px #999999;
top: -35px;
width: 500px;
}

#menu {
background-color: #4E821D;
display: block;
margin-bottom: 10px;
}


#footer {
background: none repeat scroll 0 0 #45761B;
margin-top: 10px;
padding: 1.5em 0;
text-align: center;
}

#footer p {
background-color: #45761B;
color: #F1F1F1;
font-size: 0.8em;
padding: 15px;
}

.main-menu ul li .active, .main-menu ul li a:hover {

border-color: #FFFFFF;
border-image: none;
border-style: solid;

}

h1, h2, h3, h4, h5, h6 {
color: #45761B;
font-family: 'Source Sans Pro',sans-serif;
margin-bottom: 5px;
}


body {
background-color: #FFFFFF;
background-image: none;
color: #000000;
font-family: Tahoma,Geneva,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}*/

#lcolumn {
  display: none;
}
#content-wrap {
  width: 100%; /*výchozí hodnota 77%*/
}
#content {
  border-left: 0; /*vypne levé ohraničení*/
}

.linfo {
  border-top: 1px solid #E8E8E8;
  display: none;
}


