.paticka_vzhled { display:none;  } 
html, body, #sidebar ul, #menu ul{
padding: 0 !important;
margin: 0 !important;
}
body {
font-size: 13px;
width: 920px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #000;
background: url('userFiles/bg6.jpg') top left fixed;
padding-top: 5px !important;
margin-left:80px !important;
}
#wrap {
width: 920px;
height:100%;
border: none;
padding-top:0 !important;
margin-top:0 !important;
}

#menu li {
float: right;
list-style-type: none;
margin-right: 8px;
padding-right: 8px;
line-height:20px;
border-right: 1px solid #eee;

}
#menu {
display: block;
height:30px;
margin-left: 200px;
margin-bottom: 50px;
margin-top: 50px;
width: 500px;
}
.sidemenu .sidemenu {
display: block;
height: 28px;
width: 920px;
position: absolute;
top: 180px;
left: 80px;

background: -moz-linear-gradient(top, rgba(248,80,50,0.9) 0%, rgba(241,111,92,0.9) 50%, rgba(246,41,12,0.9) 51%, rgba(240,47,23,0.9) 71%, rgba(231,56,39,0.9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,0.9)), color-stop(50%,rgba(241,111,92,0.9)), color-stop(51%,rgba(246,41,12,0.9)), color-stop(71%,rgba(240,47,23,0.9)), color-stop(100%,rgba(231,56,39,0.9)));
background: -webkit-linear-gradient(top, rgba(248,80,50,0.9) 0%,rgba(241,111,92,0.9) 50%,rgba(246,41,12,0.9) 51%,rgba(240,47,23,0.9) 71%,rgba(231,56,39,0.9) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,0.9) 0%,rgba(241,111,92,0.9) 50%,rgba(246,41,12,0.9) 51%,rgba(240,47,23,0.9) 71%,rgba(231,56,39,0.9) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,0.9) 0%,rgba(241,111,92,0.9) 50%,rgba(246,41,12,0.9) 51%,rgba(240,47,23,0.9) 71%,rgba(231,56,39,0.9) 100%);
background: linear-gradient(top, rgba(248,80,50,0.9) 0%,rgba(241,111,92,0.9) 50%,rgba(246,41,12,0.9) 51%,rgba(240,47,23,0.9) 71%,rgba(231,56,39,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f85032', endColorstr='#e6e73827',GradientType=0 );


-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;
}
.sidemenu .sidemenu li {
float: left;
list-style-type: none;
margin-right: 4px;
padding: 0 !important;
}

#sidebar>ul.sidemenu ul.sidemenu {
display: none;
}
#sidebar>ul.sidemenu .current ul.sidemenu {
display: block;
}

#sidebar>ul.sidemenu {
width: 100%;
display: block;
margin-left:15px !important;

}
#sidebar>ul.sidemenu>li {
float: left;
list-style-type: none;
margin-right: 5px;





text-align: center;

color: white;
}
#sidebar>ul.sidemenu>li>a {
text-transform:uppercase;
display: table-cell;
vertical-align: middle;
height:45px;
width:85px;
font-size: 14px;
line-height: 22px;
color: white;
text-decoration: none !important;
background: rgb(59,103,158);
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );

-webkit-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
-moz-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);

-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 12px 12px 0px 0px;
border-radius: 12px 12px 0px 0px;

}
#sidebar>ul.sidemenu>li a:hover,#sidebar>ul.sidemenu>li.current a {
background: rgb(248,80,50);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}
#sidebar>ul.sidemenu>li>ul>li a, #sidebar>ul.sidemenu>li>ul>li a:hover {
background: none !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

}
#sidebar>ul.sidemenu>li>ul>li a {
color: white;
text-decoration: none;
padding: 0px 0 0 9px;
line-height: 28px;
}
#sidebar>ul.sidemenu>li>ul>li a:hover, #sidebar>ul.sidemenu>li>ul>li.current a  {
color: #DCEAF5;
}
#sidebar>ul.sidemenu>li>ul>li a:after {
content: " | ";
}

#sidebar>ul.sidemenu>li>ul>li {
font-size: 13px;
text-transform:none;
widtht:auto !important;
display:inline-block!important;;
height:28px;
line-height: 28px;
background: none;
margin-right: 0px;




font-size: 13px;
line-height: 22px;
color: white;
text-decoration: none !important;

}
#sidebar>ul.sidemenu>li>ul {
padding-left: 0px !important;
}

.sidemenu {
margin-left: 0 !important;
padding-left: 0 !important;
}
a {
color: black;
}
#header, #sidebar h2 {
display: none;
}
#rightbar {
width: 210px;
position: absolute;
top: 220px;
left: 778px;
padding-left: 0px;
box-sizing: border-box;
ms-box-sizing: border-box;
-moz-box-sizing: border-box;




}
#rightbar .boxed {
padding: 5px 5px 9px;
margin: 0 0 10px 0;
-webkit-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
-moz-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
background: url('userFiles/bg6.jpg') top right fixed;
color: white;
text-align: center;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
opacity: 0.95; filter:alpha (opacity=95);-khtml-opacity: 0.95;
z-index: 100;
}
#rightbar .boxed:hover {
opacity: 1; filter:alpha (opacity=100);-khtml-opacity: 1;
}
#main {
float: left;
width: 920px;

padding: 0 248px 15px 15px;
border-top: 30px solid transparent;
background: white;
background: rgba(255,255,255,0.95);
min-height:1000px;
box-sizing: border-box;
ms-box-sizing: border-box;
-moz-box-sizing: border-box;

-webkit-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
-moz-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);

-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;

}
#footer {
clear: both;
z-index: 1;
background: white ;
background: rgba(255,255,255,0.9) ;
position:relative;
top: 20px;
box-sizing: border-box;
ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
-moz-box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
box-shadow: 5px 5px 15px 1px rgba(100, 100, 100, 0.7);
padding: 2px 8px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;
}
#sidebar .boxed {
display: block;
width: 300px;
height: 30px;
position: absolute;
top:20px;
left: 769px;
opacity: 0.1; filter:alpha (opacity=10);-khtml-opacity: 0.1;
}
#sidebar .boxed:hover {
opacity: 0.9; filter:alpha (opacity=90);-khtml-opacity: 0.9;
}
#sidebar .boxed * {
font-size: 12px;
float:left;
font-weight: normal;
}
h1,h2,h3,h4 {
font-weight: normal;
padding: 0;
margin: 5px 0 0 0;
}
#main h1 {
font-size:24px;
font-weight: normal;
padding: 0;
margin: 20px 0 0 0;
}
h3 {
font-size:12px;
font-weight: 150%;
}
#rightbar h3 {
font-size: 13px;
font-weight: bolder;
}
#rightbar h2 {
margin: 0px 0 3px 0;
color: white;
font-size: 14px;
text-indent: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

background: rgb(59,103,158);
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
}
#rightbar p {
padding: 3px 0;
margin: 0;
}
small {
display: none;
}

.novinky.content2 {
list-style-type: none;
padding: 0;
margin: 0;
}