
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

ul {
	padding: 0;
    list-style: none;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color:#9c1c32;
	text-decoration:none;
}

#navigation {
	text-align: left;
}

.naviclass {
	color: #333333;
	width: 100%;
	height: 100%;
	padding: 5px 40px;
    display: block;
    font-size: 13px;
    background-color: #dedede;
}

.naviclass:hover {
	background-color: #303030;
	color: #dedede;
}

.navigati {
	height: 40px;
	background-color: aqua;
}

a.side {
	color:#333333;
	text-decoration:none;
	min-height: 40px;
	margin: 5px 0px 5px 0px;
}

a:hover.side {
	color:#9c1c32;
	text-decoration:none;
}

a.white {
	color:#333333;
	text-decoration:none;
}

a:hover.white {
	color:#9c1c32;
	text-decoration:none;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align: center;
	color:#333333;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x repeat-y;
	/*background-repeat: no-repeat;*/
	background-position: top center;
	background-color:#3d3d3d;
	font-size:11px;
	color:#333333;
	/*font-weight:none;*/
	margin: 0px;
	padding:0px;
}

#wrap {
	width: 1035px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 30px;
	padding-top: 12px;
    background-color: #212121;
	border: 1px solid #404040;	
	margin-bottom: 60px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(74,0,0,0.3);
	-moz-box-shadow: 0px 0px 25px 0px rgba(74,0,0,0.3);
	box-shadow: 0px 0px 25px 0px rgba(74,0,0,0.3); */
}

#innerwrap {
	width: 1010px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background-color: #303030;
}

#headerwrap {
	width: 1010px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#contentinfo {
	width: 965px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contentsite {
	width: 700px;
	height: auto;
	float: left;
	padding-right: 20px;
}

#contentnavi {
	width: 265px;
	height: auto;
	float: left;
}

.content {
	padding-bottom: 20px;
}

.splan {
	color: aqua;
	height: 35px;
	position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #282828), color-stop(0px, #282828), color-stop(10px, #3d3d3d), color-stop(100%, #3d3d3d));
    background: -webkit-linear-gradient(#282828,#282828 0px,#3d3d3d 10px,#3d3d3d);
    background: -moz-linear-gradient(#282828,#282828 0px,#3d3d3d 10px,#3d3d3d);
    background: -o-linear-gradient(#282828,#282828 0px,#3d3d3d 10px,#3d3d3d);
    -pie-background: linear-gradient(#282828,#282828 0px,#3d3d3d 10px,#3d3d3d);
    background: linear-gradient(#282828,#282828 0px,#3d3d3d 10px,#3d3d3d);
    padding: 0;
    margin: 0 0 15px 0;
}


.splanaktiv {
	color: beige;
	height: 35px;
	position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #282828), color-stop(0px, #282828), color-stop(10px, #9c1c32), color-stop(100%, #9c1c32));
    background: -webkit-linear-gradient(#282828,#282828 0px,#9c1c32 10px,#9c1c32);
    background: -moz-linear-gradient(#282828,#282828 0px,#9c1c32 10px,#9c1c32);
    background: -o-linear-gradient(#282828,#282828 0px,#9c1c32 10px,#9c1c32);
    -pie-background: linear-gradient(#282828,#282828 0px,#9c1c32 10px,#9c1c32);
    background: linear-gradient(#282828,#282828 0px,#9c1c32 10px,#9c1c32);
    padding: 0;
    margin: 0 0 15px 0;
}

a.asplan {
	color: #dedede;
}

a.asplan:hover {
	color: #9c1c32;
}


.hot-container {
	min-height: 100px;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

a.btn {
	display: inline-block;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 8px 15px;
}

	a.btn:hover {
		background-color: #e3e3e3;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}

/* blue button */

a.btn.btn-blue {
	background-color: #1c679c;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

	a.btn.btn-blue:hover {
		background-color: #4F87A2;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn.btn-blue:active {
		background-color: #3C677B;
		border-color: rgba(0,0,0,0.9);
	}


/* LOGO ANIMATION */

.logo-animation {
        animation-timing-function: ease-in-out;
        animation-fill-mode: none;
      }

      .logo-full {
        filter: drop-shadow(0px 0px 0px #ffd015)
          drop-shadow(0px 0px 0.3px #ffc015);
      }

      @keyframes animationIn {
        0% {
          filter: none;
        }
        100% {
          filter: drop-shadow(0px 0px 0px #ffd015)
            drop-shadow(0px 0px 0.3px #ffc015);
        }
      }

      @keyframes animationOut {
        0% {
          filter: drop-shadow(0px 0px 0px #ffd015)
            drop-shadow(0px 0px 0.3px #ffc015);
        }
        100% {
          filter: none;
        }
      }


/* red button */

a.btn.btn-red {
	background-color: #9c1c32;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

	a.btn.btn-red:hover {
		background-color: #DA4F49;
		border-color: rgba(0,0,0,0.5);
}
	
	a.btn.btn-red:active {
		background-color: #B32C24;
		border-color: rgba(0,0,0,0.9);
}

.djpicture {
	width: 130px;
	height: 120px;
	float: left;
	padding-top: 10px;
}

.djpicture > img {
	border-radius: 3% 3% 3% 3%;
	width: 125px;
}

.iswatching {
	width: 100%;
	height: 40px;
	color: #888888;
	margin-left: auto;
    margin-right: auto;
    background-color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
}

.headwrap  {
	width: 850px;
	height: 196px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.boxleft {
	width: 490px;
	height: 196px;
	float: left;
	padding-top: 12px;
}

.boxright {
	width: 340px;
    height: 160px;
    float: left;
    margin-top: -20px;
    margin-left: -42px;
}

.radiostats {
	width: 280px;
	margin-left: 20px; 
	float: left;
	text-align: left;
	padding-top: 16px;
	border-color: rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    color: #dedede;
} 

.radiostats a {
	color: #dedede;
}

.radiostats a:hover {
	color: #9c1c32;
}

.titel {
	width: 965px;
	height: 40px;
	padding-left: 24px;
	margin-left: auto;
	margin-right: auto;
	background: #9c1c32;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff5f7;
	text-shadow: 1px 1px 0pt #4a0000;
	font-size: 11px; 
	font-weight: bold;
}

.teamlisthead {
	text-align: left;
	width: 612px;
	height: 40px;
	color: #333333;
	position: relative;
	margin-top: 25px;
	clear: both;
}
.teamlisttext {
	font-size: 16px;
	font-weight: bold;
	width: 612px;
	position: absolute;
	margin: 0;
	border-bottom: 1px solid rgba(74,65,60,0.3);
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.teamspeak {
	width: 692px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.memberavatar {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	width: 160px;
	height: 160px;
	position: absolute;
	padding-left: 7px;
    padding-top: 115px;
}

.memberwrap {
	width: 160px;
	height: 160px;
	position: relative;
	margin-right: 5px;
}

.loginmeniu {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0pt #0f0d0e;
	width: 700px;
	height: 33px;
	font-size: 11px;
	color: #000000;
	padding-left: 0px;
	padding-right: 200px;
}
		.loginmeniu a {
	        		color:#693f4d;
			font-weight:bold;
	        		text-decoration:none;
		}
		.loginmeniu a:hover {
	    		color:#815061;
			font-weight:bold;
	        		text-decoration:none;
		}

.login {
	background-image: url('images/bg_login.png');
	background-color: #391b25;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	width: 163px;
	height: 33px;
	color: #3a1d26;
	margin: 0px;
	padding: 0px 0px 0px 8px;
    	margin: 0px 0px 0px 0px;
}

.button-ok {
	background-image: url('images/bg_button.png');
	background-color: #391b25;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	color: #ffffff;
	width: 109px;
	height: 33px;
    	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.reg {
	text-shadow: 1px 1px 0pt #0f0d0e;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0px;
	color: #693f4d;
	width: 120px;
    	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		.reg a {
	        		color:#693f4d;
			font-weight:bold;
	        		text-decoration:none;
		}
		.reg a:hover {
	    		color:#815061;
			font-weight:bold;
	        		text-decoration:none;
		}

.head {
	height: 69px;
	width: 910px;
}

.head2 {
	background: url('images/2.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 935px;
}

.head3 {
	background: url('images/3.png');
	background-repeat: no-repeat;
	height: 145px;
	width: 935px;
	color:#814450;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.head4 {
	background: url('images/4.png');
	background-repeat: no-repeat;
	height: 52px;
	width: 935px;
}

.head5 {
	background: url('images/5.png');
	background-repeat: no-repeat;
	height: 49px;
	width: 935px;
}

#container{
	margin:0 auto; padding:0px; position:relative; width:935px;	margin-top: 0px;
	}

#sub-nav{
	width:935px; height:45px; margin:0px; padding:0;
	background:url(images/2.png) no-repeat;
	color:#b11630;
	float:left;
	}

#sub-nav img{
	position:absolute; right:0; top:0px;
	}

#sub-nav ul{
	position:absolute; left:50px; top:8px;
	margin:0; padding:0; list-style:none;
	}

#sub-nav ul li{
	width:90px;	margin:0; float:left;
	}
#sub-nav ul li a{
	padding: 1px 0px 0px 0px;
	font:bold 11px/36px MyriadPro-Light,"Myriad Pro Light","Myriad Pro";
	/*font:bold 11px/36px "Times New Roman","Times,serif";*/
	text-shadow: 1px 1px 0pt #000000;
	font-size : 14px;
	color:#b11630;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	background:none;
	height:45px;
	background-position: top;
	}

#sub-nav ul li a:hover{
	background:url(images/sub-nav.png) no-repeat;
	background-position: top;
	color: #d82e4a;
	}

.border {
	background-color:#ddd;
	border:0px #D1D8DD solid;
}

.outer-border {
	border : 0px solid #f2f2f2;
}

 .bbcode {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	color: #000;
 	background-color: #eee;
 	border: 1px solid #ccc;
 	margin-top: 2px;
 }

form {
	margin:0px 0px 0px 0px;
}

hr {
	border:0px #fff solid;
}

hr.side-hr {
	border:0px #fff solid;
}

td {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
}

pre {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:10px;
}

.alt {
	color:#333333;
}

.full-header {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:10px;
	padding:0px;
}

.footer {
	background-image: url('images/footer.png');
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0pt #0f0d0e;
	font-size: 11px;
	color: #693f4d;
	font-weight: bold;
	width: 935px;
	height: 40px;
}
		.footer a {
			font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 11px;
	       	color: #693f4d;
			font-weight: bold;
	        text-decoration: none;
		}
		.footer a:hover {
			font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-size: 11px;
	    	color: #815061;
			font-weight: bold;
	        text-decoration: none;
		}

.button {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #9c1c32;
 	border: 1px solid #4a0000;
	margin-top: 6px;
	padding: 5px 10px 5px 10px;
}

.textbox {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#292929;
	background-color:#FFFFFF;
 	border: 1px solid #ccc;
	min-height: 25px;
}

.main-bg {
	background-position: left;
	background-color: #303030;
	padding: 4px 23px 0px 23px;
}

.side-border-left {
	background-repeat : repeat;
	background-position: left;
	background-color:#303030;
	padding: 10px 0px 0px 12px;
}

.side-border-right {
	background-position: right;
	background-color:#303030;
	padding: 10px 23px 0px 0px;
}

.reklama-body {
	background-color:#dedede;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px 0px 0px 0px;
}

.main-body {
	background-color:#dedede;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin: auto;
}

.side-body {
	background-color:#dedede;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

.article-body {
	background-color:#dedede;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px 0px 0px 0px;
}

.infobar {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333333;
	padding:3px 2px 3px 2px;
	border-top:0px #e7e7e7 solid;
	border-bottom:0px #e7e7e7 solid;
}

.infobar2 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:9px;
	color:#676767;
	padding:3px 2px 3px 2px;
	border-top:0px #e7e7e7 solid;
	border-bottom:0px #e7e7e7 solid;
}

.news-category {
	border: 0px none;
	float: left; margin-left:0; margin-right:5px; margin-top:3px; margin-bottom:0;
}

.panelwrap {
	width: 240px;
	height: auto;
	clear: both;
	padding-bottom: 30px;
}

.contenthead {
	background-color: #212121;
	width: 680px;
	height: 50px;
}

.cntheadtext {
	color: #fff;
	text-shadow: 1px 1px 0pt #270f1a;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
	padding: 13px 0px 0px 44px;
}

.contentbg {
	background-color: #dedede;
	width: 672px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
	
.contentwrap {
	font-size: 12px;
	width: 680px;
	height: auto;
	min-height: 200px;
}

.maincontent {
	margin-bottom: 25px;
	font-size: 12px;
	width: 612px;
	height: auto;
	min-height: 220px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.paneltext {
	padding: 13px 0px 0px 40px;
}

.panelhead {
	text-shadow: 1px 1px 0pt #4a0000;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #fff5f7;
	width: 240px;
	height: 50px;
	background-color: #9c1c32;
}
	
.panelcontent {
	width: 232px;
	height: auto;
	min-height: 100px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dedede;
}

.panel-left {
	background-image: url(images/side/panel-left.png);
	width: 15px;
	height: 50px;
}

.panel-right {
	background-image: url(images/side/panel-right.png);
	width: 15px;
	height: 50px;
}

.panel-main {
	text-shadow: 1px 1px 0pt #4a0000;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #fff5f7;
	height: 50px;
	padding: 0px 2px 0px 40px;
	background-image: url(images/side/panel-main.png);
	background-repeat: repeat-x;
}

.border-left {
	background-image: url(images/side/border-left.png);
	width:10px;
}

.border-right {
	background-image: url(images/side/border-right.png);
	width:10px;
}

.border-bleft {
	width:10px;
	height:16px;
	background-image: url(images/side/border-bleft.png);
}

.border-bright {
	width:10px;
	height:16px;
	background-image: url(images/side/border-bright.png);
}

.border-bmain {
	height:16px;
	background-image: url(images/side/border-bmain.png);
	background-repeat: repeat-x;
}

.panel-left2 {
	width:15px;
	height:50px;
	background-image: url(images/table/panel-left2.png);
}

.panel-right2 {
	width:15px;
	height:50px;
	background-image: url(images/table/panel-right2.png);
}

.panel-main2 {
	text-shadow: 1px 1px 0pt #270f1a;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #eeeeee;
	height: 50px;
	padding: 0px 2px 0px 40px;
	background-image: url(images/table/panel-main2.png);
	background-repeat: repeat-x;
}

.border-left2 {
	width:10px;
	background-image: url(images/table/border-left2.png);
	background-repeat: repeat-y;
}

.border-right2 {
	width:10px;
	background-image: url(images/table/border-right2.png);
	background-repeat: repeat-y;
}

.border-bleft2 {
	width: 10px;
	height: 16px;
	background-image: url(images/table/border-bleft2.png);
}

.border-bright2 {
	width:10px;
	height:16px;
	background-image:url(images/table/border-bright2.png);
}

.border-bmain2 {
	height:16px;
	background-image:url(images/table/border-bmain2.png);
	background-repeat:repeat-x;
}

.panel-left3 {
	width:15px;
	height:50px;
	background-image:url(images/main/panel-left3.png);
}

.panel-right3 {
	width:15px;
	height:50px;
	background-image:url(images/main/panel-right3.png);
}

.panel-title-img {
	background:url(images/main/panel-news3.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 50px;
	padding: 0px 0px 0px 0px;
}

.panel-left-title {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0pt #8a5d72;
	font-size:11px;
	font-weight:bold;
	color:#311a25;
	text-align:right;
	float:right;
	padding: 15px 0px 0px 46px;
	margin-right:30px
}
		.panel-left-title a {
	        color:#311a25;
			font-weight:bold;
	        text-decoration:none;
		}
		.panel-left-title a:hover {
	    	color:#3b1929;
			font-weight:bold;
	        text-decoration:none;
		}

.panel-main3 {
	text-shadow: 1px 1px 0pt #270f1a;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align: left;
	color:#ffffff;
	height:50px;
	padding:0px 2px 0px 30px;
	background-image:url(images/main/panel-main3.png);
	background-repeat:repeat-x;
}



.border-left3 {
	width:10px;
	background-image:url(images/main/border-left3.png);
	background-repeat:repeat-y;
}

.border-right3 {
	width:10px;
	background-image:url(images/main/border-right3.png);
	background-repeat:repeat-y;
}

.border-bleft3  {
	width:10px;
	height:16px;
	background-image:url(images/main/border-bleft3.png);
}

.border-bright3 {
	width:10px;
	height:16px;
	background-image:url(images/main/border-bright3.png);
}

.border-bmain3 {
	height:16px;
	background-image:url(images/main/border-bmain3.png);
	background-repeat:repeat-x;
}

.panel-left4 {
	width:35px;
	height:40px;
	background-image:url(images/main/panel-left3.png);
}

.panel-right4 {
	width:35px;
	height:40px;
	background-image:url(images/main/panel-right3.png);
}

.panel-main4 {
	text-shadow: 1px 1px 0pt #270f1a;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: left;
	color:#ffffff;
	height:40px;
	padding:0px 2px 0px 2px;
	background-image:url(images/main/panel-main3.png);
	background-repeat:repeat-x;
}

.border-left4 {
	width:10px;
	background-image:url(images/main/border-left3.png);
	background-repeat:repeat-y;
}

.border-right4 {
	width:10px;
	background-image:url(images/main/border-right3.png);
	background-repeat:repeat-y;
}

.border-bleft4 {
	width:10px;
	height:16px;
	background-image:url(images/main/border-bleft3.png);
}

.border-bright4 {
	width:10px;
	height:16px;
	background-image:url(images/main/border-bright3.png);
}

.border-bmain4 {
	height:16px;
	background-image:url(images/main/border-bmain3.png);
	background-repeat:repeat-x;
}

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 0px;
	padding-bottom: 15px;
}

.tbl {
	font-size: 10px;	
}

.tbl1 {
	font-size:12px;
	color:#333333;
	background-color:#e2e2e2;
	padding:4px;
}
		.tbl1 a {
			font-weight:bold;
	        color:#5c2627;
	        text-decoration:none;
		}
		.tbl1 a:hover {
			font-weight:bold;
	        color:#c91010;
	        text-decoration:none;
		}

.tbl2 {
	font-size:10px;
	color:#333333;
	background-color:#e7e7e7;
	padding:4px;
}
		.tbl2 a {
			font-weight:bold;
	        color:#5c2627;
	        text-decoration:none;
		}
		.tbl2 a:hover {
			font-weight:bold;
	        color:#c91010;
	        text-decoration:none;
		}

.forum-caption {
	font-size:11px;
	font-weight:bold;
	height:22px;
	color:#2b2b2b;
	background-color:#bbbbbb;
	padding:4px 4px 4px 4px;
}

.quote {
	color:#333333;
	background-color:#dbdbdb;
	padding:2px;
	margin:0px 20px 0px 20px;
	border:1px #cacaca solid;
}

.poll {
	height:12px;
	border:0px #D1D8DD solid;
}

.comment-name {
	font-weight:bold;
	color:#333333;
}

.shoutboxname {
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	color:#333333;
}

.shoutbox {
    font-family: sans-serif;
	font-size:11px;
	color:#333333;
	border-top: 0;
	border-left: 0;
	padding: 4px 4px 4px 4px;
}

.shoutboxdate {
	font-family: Arial,Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color:#333333;
	height: 14px;
}

.small {
	font-size:10px;
	font-weight:normal;
	padding-left:4px;
}

.small2 {
	font-size:10px;
	font-weight:normal;
	color:#333333;
	display: none;
}

.side-small {
	font-size:10px;
	font-weight:normal;
	color:#333333;
}

.side-label {
	/*background-color:none;*/
	padding:1px 4px 3px 4px;
	height:17px;
	background-repeat:repeat-x;
}

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #006fc5;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #006fc5;
	margin: 2px;
	text-decoration: none;
}

/*Radiostatus*/

#rs {
   margin-left: 110px;
   margin-top: 205px;
}


/*Menü*/

/*.preload {
	background: url(images/navi/navi_hover.png);
}*/

#nav {
	padding:0;
	padding-left:44px;
	margin:0;
	list-style:none;
	position: relative;
	/*#width: 1114px;*/
	height: 18px;
	/*background-image: url(images/navi/navi.png); */
	z-index:500;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#nav li.top {
	display:block;
	float:left;
	height: 18px;
	color:#BCBCBC;
	/*#width: 47px;*/
	margin-right: 6px;
}

#nav li a.top_link {
	display:block;
	float:left;
	height: 18px;
	/*#width:47px;*/
	line-height:45px;
	/*#color:#ccc;*/
	color:#BCBCBC;
	text-decoration:none;
	vertical-align: middle;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	/*#background: url(blank.gif);*/
}

#nav li a.top_link span {
	float:left;
	display:block;
	color:#BCBCBC;
	padding:0 24px 0 12px;
	height: 18px;
	width:47px;
	/*#width:47px;*/
	/*#background:url(blank.gif) right top;*/
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height: 18px;
	width:47px;
	/*#background:url(blanka.gif) no-repeat right top;*/
}
#nav li a.top_link:hover {
	color:#fff;
	height: 18px;
	/*#width:47px;*/
	background: url(images/navi/navi_hover.png) no-repeat right top;
}

#nav li a.top_link:hover span {
	/*#width:47px;*/
	color:#BCBCBC;
	background: url(images/navi/navi_hover.png) no-repeat right top;
}
#nav li a.top_link:hover span.down {
	/*#width:47px;*/
	color:#BCBCBC;
	height: 18px;
	background: url(images/navi/navi_hover.png) no-repeat right top;
}

#nav li:hover > a.top_link {
	color:#fff;
	background: url(images/navi/navi_hover.png) no-repeat right top;
}
#nav li:hover > a.top_link span {
	color:#BCBCBC;
	background: url(images/navi/navi_hover.png) no-repeat right top;
}
#nav li:hover > a.top_link span.down {
	color:#BCBCBC;
	background: url(images/navi/navi_hover.png) no-repeat right top;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul,
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover ul.sub
{
	left:0;
	top:30px;
	/*background: #fff;*/
	background: #562c40;
	padding:3px;
	border:1px solid #D96F04;
	white-space:nowrap;
	width:90px;
	height:auto;
	z-index:300;
}

#nav li:hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:90px;
	font-weight:normal;
}

#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:20px;
	width:90px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}

#nav li ul.sub li a.fly
{
	background:#fff url(arrow.gif) 80px 7px no-repeat;
}

#nav li:hover ul.sub li a:hover
{
	background:#D96F04; color:#fff;
}
#nav li:hover ul.sub li a.fly:hover
{
	background:#D96F04 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;
}

#nav li:hover ul li:hover > a.fly {
	background:#D96F04 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;
}

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{
	left:90px;
	top:-4px;
	/*background: #fff;*/
	background: #562c40;
	padding:3px;
	border:1px solid #D96F04;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-top: 6px;
  margin-bottom: 50px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  border: 5px solid #e7e7e7;
  background: #e7e7e7;
  width: 700px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #e7e7e7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/*#container3 { width: 730px; margin-left: auto; margin-right: auto; border: none; padding: 0 20px; margin-top: 20px; margin-bottom: 40px; }
#footer { position: fixed; clear: both; width: 100%; height: 20px; bottom: 0; border: none; padding: 13px 0 0 0; text-align: center; color: #335500; background-color: #191919; border-top-left-radius: 10px 5px; border-top-rigth-radius: 10px 5px; }*/