#inner {
	border-top: none!important;
}

/* settings - start */
body {
    font-size: 11px;
	    background: #bfbfbe  url("/11055/uploads/fs_images/settings/34/header-bg290o298o_2318_o.png")  repeat-x;
}
a {
    color: #ec214f;
}

a:hover {
    color: #000000;
}
#menu {
		background:  url("") repeat-x;
}
.nav li li {
    background: #fffb02 none repeat;
}
.nav li li a:hover {
    background-color: #fffb02;
}
.nav a {
    color: #fffb02;
}
.nav li li a {
    color: #fffb02;
}

#nav li a {
	    background: #258CC9 url("") repeat-x;
    color: #ffffff;
}

#nav li a:hover {
    background-color: #64bef7;
    color: #ffffff;
}

#left-slave {
    background-color: ;
}

#right-slave {
    background-color: ;
}
#country-list a{
    color: #3A80AD;
}
#country-list a:hover{
    color: #9B4A3F;
}
#footer {
	    background:  url("") repeat-x;
    color: #000000;
}
#footer a {
    color: #000000;
}

.altrow,
.sm-result:nth-child(2n+1){
    background-color: none;
}
    background-color: none;
}

table.scroll tbody tr.alt{
    background-color: none;
}

.top-offer-square{
    background: none;
}

#master{
        width:749px;border-right:none;
            }

#show-map{
    color : #ec214f;
}

/* settings - own */

/* CSS Document */
h2,h3{
  font-family: 'Open Sans', sans-serif;
}
input[type="submit"]{
  cursor:pointer;
  font-family: 'Open Sans', sans-serif;
}
input[type="text"],select,textarea,.selectBox{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-position:top center;
  background-color:#e5e5e5;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

#bg-overlay {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/footer_2327_o.png") repeat-x bottom left;
}

#bg-overlay {
  /*background: url("/11055/uploads/fs_images/contentdesignimagesets/14/footer_277_o.png") repeat-x bottom left;*/
}

#main,#wrap,#inner,#head{
  width:1000px;
  background:transparent none;
  border:0 none;
}

#master {
  border: 0;
  width: auto;
  background: transparent;
}

.homepage #master {
  background: transparent;
}

.main-column {
  padding: 0;
}

.contentpages-view,
.dates-view,
.localcountries-view,
.localdestinations-view,
.searchmasks-master {
  background: transparent;
  color:#fff !important;
  padding: 15px;
}

.paging {
  background: transparent;
  padding: 10px 0;
  color:#fff !important;
  clear:both;
}

#cont {
  border: 0;
  margin-bottom: 50px;
  margin-top: 20px;
}

#left-slave {
  width: 230px;
  background: transparent;
  margin-right: 20px;
}

.default-design .cd-title .text {
  font-weight: normal;
  padding-bottom: 15px;
}

/* hlavicka */
#head {
  height: 240px;
  color:#525252;

}

#head img{
  width:auto;
  background:transparent none;
}

#head a img {
  left: 0;
  position: absolute;
  top: 52px;
  width: 100%;
}

#head .kontakt {
  margin: 0 0 0 60px;
  position: absolute;
  top: 155px;
  width: 25%;
  z-index: 1;
}

#head .kontakt .mail {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/mail267o_2328_o.png") no-repeat left center;  
  padding-left: 40px;
  padding: 20px 0 20px 65px;
  font-size: 17px;
  font-weight: bold;
  display: table;
  float: left;
  margin-right: 40px;
}
#head .kontakt .mail a {
  color:#525252;
}
#head .kontakt .phone {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/phone268o_2329_o.png") no-repeat left center;  
  padding: 20px 0 20px 65px;
  font-size: 17px;
  font-weight: bold;
  display: table;
  float: left;
}

#head .kontakt .mail a {
  text-decoration: none;
}

/* Menu */
#menu {
  margin-top: 0px;
  height: 52px;
}

#menu ul {
  float: right;
  width: 1000px;
}

#menu li {

}

#menu ul ul {
  width: 200px !important;
}

#menu li li {
  float: none;
  border-bottom: 0;
  width: 200px;
}

#menu li li a {
  width: 172px;
  color: #000;
}

#menu li li:hover a {
  color: #000;
  text-decoration: underline;
}

#menu li.menu-last {
  background: none;
}

#menu li a {
  padding: 7.5px 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  color:#fffb02;
}

#menu li:hover a {
  text-decoration: none;
  background-color:#fffb02;
  color:#000;
  transition: all 0.5s ease 0s;
}

.nav li:hover ul, ul.nav li.sfHover ul{
  top: 52px /* výška řádku menu */;
  z-index:10;
}

/* sidebox */
#left-slave .sidebox {
  width: 210px !important;
  z-index: 1;
  padding: 10px;
  margin-bottom: 12px;
  background: #fff;
  position:relative;
}

.sidebox p {
  font-size: 12px;
}
.sidebox a {
  color:#525252;
}
body .default-sidebox-design .cd-title {
  /*background: #fffb02 !important;*/
  color:#fffb02 !important;
  padding: 10px 0;
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
}

.default-sidebox-design .cd-title .text {
  width: 210px;
  text-align: center;
  font-weight: normal;
  padding: 0;
}

.default-sidebox-design .cd-content {
  padding: 10px 0;
}

.sidebox input[type="text"] {
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  height: 29px;
  width: 195px;
}

.sidebox input[type="submit"] {
  background-color: #fffb02;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  color: #525252;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  text-transform: uppercase;
  width: 195px;
}
.sidebox input[type="submit"]:hover {
  background: #525252;
  color: #fffb02;
  transition: all 0.5s ease 0s;
}

/* vyhledavaci maska */
.searchmask-global {
  width: 100%;
  background: #2c2c2c;
  position: relative;
  margin-bottom: 40px;
}

.searchmasks-view-2 {
  background: #195b97;
  margin-bottom: 20px;
}


.searchmasks-view .cd-title .text {
  color: #fff;
  padding: 10px 30px 0 30px;
  width: 690px;
  text-align: center;
  font-weight: bold;
}

.searchmasks-view-2 .cd-content {
  padding-top: 0;
}

.searchmask-global form {
  padding: 20px 20px 0;
}

.searchmask-global .input {
  width: 220px;
  margin: 0px 5px 10px 9px;
}

.searchmask-global input[type="text"],
.searchmask-global select,
.searchmask-global textarea,
.searchmask-global .selectBox {
  width: 220px !important;
  height: 31px;
  border: 1px solid #bababa;
  border-radius: 0;
  color:#525252;
  background: #fff;
  font-weight:bold;
  padding-left:5px;
  font-size:11px;
  /*background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #dfebee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfebee));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dfebee 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#dfebee 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#dfebee 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dfebee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfebee',GradientType=0 );*/
  /*-webkit-box-shadow: -1px -1px 0 0 #d6dbdd;
  box-shadow: -1px -1px 0 0 #d6dbdd;*/
}

.searchmask-global .submit {
  bottom: -5px;
  position: relative;
  right: -20px;
  width: 750px;
}

.searchmask-global input[type="submit"] {
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
  color:#fffb02 !important;
  font-size:21px;
  text-transform:uppercase;
  width: 100%;
  height: 50px;
  border: 0;
  font-weight: 600;
}

.searchmasks-view-2 input[type="submit"] {
  background: rgb(25,91,151);
  background: -moz-linear-gradient(top, rgb(25,91,151) 0%, rgb(0,81,147) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(25,91,151)), color-stop(100%,rgb(0,81,147)));
  background: -webkit-linear-gradient(top, rgb(25,91,151) 0%,rgb(0,81,147) 100%);
  background: -o-linear-gradient(top, rgb(25,91,151) 0%,rgb(0,81,147) 100%);
  background: -ms-linear-gradient(top, rgb(25,91,151) 0%,rgb(0,81,147) 100%);
  background: linear-gradient(to bottom, rgb(25,91,151) 0%,rgb(0,81,147) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195b97', endColorstr='#005193',GradientType=0 );
}

.searchmask-global .dest-selector-opener {
  width: 220px !important;
  height: 31px;
  border: 1px solid #bababa;
  border-radius: 0;
  color:#fffb02;
  background: #fff;
}

.searchmask-global .dest-selector-opener-lbl, 
.selectBox-dropdown .selectBox-label {
  padding: 7px 8px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #515151;
}

.searchmask-global label {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  color:#fff !important;
}

.selectBox-dropdown .selectBox-arrow {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/arrow269o_2330_o.png") no-repeat center center;
  border: 0;
  width: 32px;
}

.extended-search-link {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/plus_2331_o.png") no-repeat;
  line-height: 40px;
  margin: 10px 0 10px 10px;
  padding: 3px 0 3px 27px;
  color:#fff !important;
  text-decoration: none;
  text-transform: uppercase;
}

/* Extra nabidkova sablona */
.extraInner {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  display: table;
  font-size: 13px;
}

.extraInner:hover {
  background: #eee;
}

.extra-offer .extraInner.last {
  border-bottom: 0;
}

.extra-offer .next.right a {
  display: none;
}

.extraInner .country {
  width: 133px;
  height: 16px;
  overflow: hidden;
}

.extraInner .country a {
  text-decoration: none;
  font-weight: bold;
}

.extraInner .info {
  width: 115px;
}

.extraInner .price {
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/arrow-offer271o_2332_o.png") no-repeat right center;
  float: right;
  padding-right: 10px;
}

.extraInner .price a {
  text-decoration: none;
  font-weight: bold;
}

.side-weather .cd-content{
  display:table;
  width: 207px /*vnitřní šířka sideboxu*/;
}

.exchangerates-sidebox table {
  width: 207px !important /*vnitřní šířka sideboxu*/;
}

.side-weather .cd-content ul{
  display:table-row;
}
.side-weather .cd-content ul li{
  display:table-cell;
  vertical-align:middle;
  padding:1px;
  font-size:11px;
}
.side-weather .cd-content ul li img{
  position:static;
}
.side-weather .cd-content br{
  display:none;
}
.side-weather ul li:last-child,
.exchangerates-sidebox tr td:last-child{
  text-align:right;
  font-weight:bold;
}

/* sloupcova sablona */
.sloupcovaInner {
  margin-bottom: 20px;
  width: 176px;
  margin-right: 15px;
  position: relative;
}

.sloupcovaInner a {
  text-decoration: none;
  color: #fff;
}

.sloupcovaInner.last {
  margin-right: 0;
}

.sloupcovaInner a img {
  height: 120px;
  width: 176px;
}

.sloupcovaInner .dest {
  padding: 20px;
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );

}

.sloupcovaInner .hotel {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  height: 20px;
}

.sloupcovaInner .country {
  height: 36px;
  overflow: hidden;
}

.sloupcovaInner .country a {
  color: #fffb02;
  font-size: 13px;
}

.sloupcovaInner .info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
  background: rgba(0,0,0,0.6);
  width: 144px;
  height: 89px;
  opacity:0.0;
  /*display: none;*/
  font-size: 13px; 
}

.sloupcovaInner:hover .info {
  display: block;
  transition: all 0.5s ease 0s;
  opacity:1.0;
}

.sloupcovaInner .price {
  background: #fffb02;
  padding: 10px 0;
  text-align: center;
}

.sloupcovaInner .price a {
  color: #525252;
  font-size: 23px;
  font-weight: 600;
}

/* radkova sablona */
.radkovaInner {
  width: 367px;
  margin-right: 15px;
  margin-bottom: 20px;
  height: 145px;
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
  color: #fff;
  position: relative;
}

.radkovaInner.last {
  margin-right: 0;
}

.radkovaInner a {
  text-decoration: none;
  color: #fff;
}

.radkovaInner a img {
  height: 145px;
  width: 195px;
}

.radkovaInner .dest {
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
}

.radkovaInner .hotel {
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}
.radkovaInner .country {
  font-size: 14px;
  font-weight: 600;
  height: 18px;
  overflow: hidden;
}

.radkovaInner .country a {
  color: #fffb02;
  font-size: 13px;
}

.radkovaInner .info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 28px;
  background: rgba(0,0,0,0.6);
  width: 139px;
  height: 89px;
  opacity:0.0;
  /*display: none;*/
  font-size: 13px; 
}

.radkovaInner:hover .info {
  display: block;
  transition: all 0.5s ease 0s;
  opacity:1.0;
}

.radkovaInner .price {
  background: #fffb02;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  width: 172px;
  text-align: center;
}

.radkovaInner .price a {
  color: #525252;
  font-size: 23px;
  font-weight: 600;
}
/* Textova sablona */
.textova .cd-content {
  background: #525252;
  padding: 10px;
  color:#fff !important;
}

.textova .cd-content a {
  text-decoration: none;
  font-weight: bold;
  color: #fffb02;
}
.textova .cd-content tr {
  background: transparent;
  height: 35px;
}

.textova .cd-content tr:hover,
.textova .cd-content tr:hover .price a,
.textova .cd-content tr:hover h2 a {
  background: #2c2c2c;
  color: #fffb02;
}
.top-offer-tiny-line table td {
  border-bottom: 1px solid #5e5e5e;
  padding: 3px;
  vertical-align: middle;
}

.top-offer-tiny-line table td.red {
  color: #fffb02;
  font-weight: bold;
  font-size: 11px;
}

.textova .cd-content tr h2 {
  padding-left: 10px;
}

/* Vlastní zájezdy */
.cldates-sidebox .cd-content {
  padding: 0;
  margin-top: 10px;
}

.own-offer-side-box {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  display: table;
  font-size: 13px;
}

.own-offer-side-box table {
  border-bottom: 0;
  width: 200px !important;
}

.own-offer-side-box table td {
  padding: 0;
  font-size: 13px;
  line-height: 10px;
}

.own-offer-side-box table tr:nth-child(2n) td {
  display: none
}

.own-offer-side-box table tr:nth-child(3n) td a {
  float: right;
  text-decoration: none;
  background: url("/11055/uploads/fs_images/contentdesignimagesets/10/arrow-offer271o_2332_o.png") no-repeat right center;
  padding-right: 10px;
  font-weight: bold;
}

.own-offer-side-box:hover {
  background: #eee;
}

.own-offer-side-box table tr:first-child a {
  width: 133px;
  height: 16px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.cl-offer-huge-line {
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
  font-family: "Open Sans",sans-serif;
}

.cl-offer-huge-line a{
  color: #fffb02;
}

.cl-offer-huge-line .desc strong {
  color: #d94d4d;
}

.cl-offer-huge-line .desc .adds,
.cl-offer-huge-line .desc span {
  color: #fff;
}

/* footer */
#footer {
  border: 0;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
#footer a{
  color: #fff;
}
#footer-code {
  height: 157px;
}

#footer-code .column {
  float: left;
  padding: 0 35px;
  font-size: 13px;
  margin: 20px 48px 0 0;
  color: #fff;
  line-height: 20px;
}

#footer-code .column h3 {
  margin: 0 0 10px 0;
  color: #fffb02;
}

#footer-code .column ul {
  float: left;
  padding: 0 50px 0 0;
  margin-top: 0;
}


#footer-code .column ul li {
  list-style: none;
}

#footer-code .column a {
  color: #acac4b;
  text-decoration:none;
}
#footer-code .column a:hover {
  color: #fffb02;
}

.next.right a,
.right.ppad a{ 
  color: #626262;
  font-size:15px;
}

/* vysledky vyhledavani */
.searchmasks-index .sort-by {
  background: transparent;
  padding: 10px;
  margin-bottom: 5px;
  width: 721px;
}
.sm-result{
  margin-bottom:10px;
}

.sm-result .desc {width: 410px;}

.sm-result .desc span{
  color:#fff;
}
.sm-result .thumb img{
  border:0;
}
.sm-result .inner {
  border:0;
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
}
.sm-result .inner a{
  color: #fffb02;
  text-decoration:none;
}

.sm-result .desc strong {
  color: #d94d4d;
}
.ui-widget-content {
  background:#fff;
  color:#626262 !important;
}

.order-form input.new-submit[type="submit"] {
  background-color: #fffb02;
  color: #525252;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  text-transform: uppercase;
  width: 190px;
}
.order-form input.new-submit[type="submit"]:hover {
  background: #525252;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  color: #fffb02;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  text-transform: uppercase;
  width: 190px;
}

/* Slider */
#extra {
  position:absolute;
  z-index:-1;
  left:0px;
  top:52px;
  height:240px;
}

.hp-slider {
  padding: 0;
}

.hp-slider .cd-content{
  padding:0 !important;
  width:1000px !important;
  height:340px !important;
}
.hp-slider .cd-title{
  display:none !important;
}

/* Sidebox menu */
#left-slave .contentmenus-sidebox {
  padding: 0;
}

#left-slave .contentmenus-sidebox .cd-title {
  display: none !important;
}

#left-slave .contentmenus-sidebox .cd-content {
  padding: 0;
}

#nav, #nav ul {
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
  width: 230px;
  padding: 10px 0;
}

#nav li a {
  background: transparent;
  color: #fffb02;
  margin: 0 10px;
  padding: 10px 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  width: 190px;
  border-bottom: 1px solid #e5e5e5;
}

#nav li:last-child a {
  border-bottom: 0;
}

#nav li:hover a {
  text-decoration: none;
  background-color:#fffb02;
  color:#000;
  transition: all 0.5s ease 0s;
}

/* Aktuality */
.contentnews-home .news-bar {
  background: #fff;
  color: #626262;
  padding: 5px;
  min-height: 77px;
  border-right: 1px solid #ccc;
}

.contentnews-home .news-bar a {
  color: #626262;
  text-decoration: none;
}

.news-bar .news-img {
  border: 0;
	max-width: 100px;
}

.contentnews-index .news-bar {
  color: #000;
}

.paging {
  background: #2c2c2c;
  background: -moz-linear-gradient(top,  #2c2c2c 0%, #404040 50%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(50%,#404040), color-stop(100%,#525252));
  background: -webkit-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -o-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: -ms-linear-gradient(top,  #2c2c2c 0%,#404040 50%,#525252 100%);
  background: linear-gradient(to bottom,  #2c2c2c 0%,#404040 50%,#525252 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 );
}

.banner img {
	width: 100%;
}
.banner p {
	display: none;
}
/* settings - stop */


/* content design - on v2 */
.default-floatbox-design{position:fixed;left:54%; margin-left: 456px; text-align: left;top:5%;}
.default-floatbox-design .cd-title{display:none;min-height:22px;_height:22px;background-color:#3B9AD7;background-image:none;color:#ffffff;font-size:11px;text-transform:uppercase;}
.default-floatbox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-floatbox-design .cd-content{background-color:#ffffff;background-image:none;color:#364A90;}
.default-floatbox-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-floatbox-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
.default-sidebox-design{}
.default-sidebox-design .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#ffffff;font-size:17px;text-transform:uppercase;padding-left: 10px;}
.default-sidebox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-sidebox-design .cd-content{background-image:none;color:#626262;}
.default-sidebox-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-sidebox-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
.default-design{}
.default-design .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#000000;font-size:25px;text-transform:none;}
.default-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-design .cd-content{background-image:none;color:#000000;}
.default-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
/* content design - off */