body {
    background:#000 url(../_img/bg_body.jpg) repeat-x;
    font-family: Verdana, Helvetica, sans-serif;
    color:#666;
}

.navigation {
    height:38px;
    padding-top:12px;
}
.navigation a {
	text-decoration:none;
	color:#fff;
}
.navigation ul li#active a {
	text-decoration:none;
	color:#ff0000;
}
.navigation ul li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
}
.navigation_button {
    float:left;
    width:85px;
    height:38px;
    border-left: 1px solid #888080;
    border-right: 1px solid #2F2A29;
    color:#ccc;
    text-align:center;
    font-size:12px;
    line-height:38px;
}
.navigation_button_first {
    border-left:none;
}
.navigation_button_last {
    border-right:none;
}
.music {
	height:38px;
    color:#ccc;
    text-align:center;
    font-size:12px;
    line-height:38px;
	margin-left:-15px;
}
#flashplayer {
	background-color:#160203;
}
.header {
    margin:0;
}
.header ul li {
    list-style-image:none;
    list-style-type:none;
    margin-left:0;
}
.header_sub {
    height:40px;
}
.header_sub img {
    padding-left:17px;
    padding-top:15px;
}
.content {
    height:730px;
}
.content_left {

}
.pegel {
    padding-top:50px;
}
.content_right {

}
.footer{
    height:70px;
    text-align:center;
    vertical-align:middle;
}



#s3slider {
   width: 960px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 874px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.type-text {
	width:600px;
	padding-bottom:10px;
}

.columnar .type-text label, .columnar .type-select label {
	float:left;
	width:20%;
}

.columnar .type-text input, .columnar .type-text textarea {
	border:1px solid #ccc;
	background-color:#999;
	color:#fff;
}

.imgbox { float: left; width: 130px; height: 87px; margin-right: 5px; margin-bottom: 5px; overflow:hidden; border: 1px solid #666; text-align: center; }

.event {
  	margin-bottom:30px;
}

.event_date {
  	float:left;
  	width:90px;
}

.event_date span {
  	font-size:11px;
}

.event_flyer {
  	float:left;
  	width:230px;
  	text-align:center;
}

.event_description {
  	float:left;
  	width:260px;
}

.event_description a {
  	color:#666;
}

/* music overlay */
.overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:335px;
	min-height:240px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../_css/img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay {
	color:#efefef;
	height:240px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:240px;
	overflow-y:auto;
}

#flashPlayer {
	padding:20px;
}