@CHARSET "UTF-8";
div.gallery_item { width: 120px; min-height: 120px; background: #000; float: left; margin: 10px;}
div.gallery_item img { padding: 10px; }
/*
div.gallery_item.album { background: transparent url(../img/gallery_album_bg.png) center top no-repeat; }
div.gallery_item.image { background: transparent url(../img/gallery_image_bg.png) center top no-repeat; }

div.gallery_item a:link img,
div.gallery_item a:visited img { margin:0; filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50; }
div.gallery_item a:hover img,
div.gallery_item a:active img { }*/
#gallery-set .h_gallery { margin: 7px; float: left; }
.gallery_rating { padding: 2px 0 2px 13px; height: 31px; }
.gallery_rating p { margin: 0; padding: 0; font-size: 8px; display: block; text-align: right; }
.ico-rating { width: 16px; height: 16px; display: inline-block; vertical-align: middle; background: transparent url(../img/f3j_rating.png) 0 0 no-repeat; }
.ico-rating.full  { background-position:   0   0; }
.ico-rating.half  { background-position: -16px 0; }
.ico-rating.empty { background-position: -32px 0; }

div.news { padding: 10px; border: 1px solid #737373; margin-bottom: 10px; }
div.news .title { text-decoration: underline; font-size: 130%; margin-bottom: 5px; padding-bottom: 5px;border-bottom: 1px dotted #737373; }
div.news .title,
div.news .meta {/* background: url(../img/news_bg.png); filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;*/ }
div.news .title .navigator { float: right; margin: 3px; width: 9px; height: 9px; }
div.news .title .navigator .plus { background: url(../img/tree_plus.gif); }
div.news .title .navigator .minus { background: url(../img/tree_minus.gif); }
div.news .meta { font-weight: normal; font-style: italic; font-size: 70%; }
div.news .content {}
div.news .hidden { display: none; }

div.calendar { padding: 2px; width: 742px; border: 1px solid transparent; }
div.calendar div.weekday { float: left; width: 100px; height: 20px; margin: 2px; border: 1px solid transparent; }
div.calendar div.day { float: left; width: 100px; height: 100px; border: 1px solid black; margin: 2px; -moz-border-radius: 4px; }
div.calendar div.day.today { background: #123547; }
div.calendar div.day p.title { color: gray; margin: 0; padding: 2px; font-weight: 800;}
div.calendar div.day p.title.other { font-style: italic; font-weight: normal; }
div.calendar div.day.empty { border: 1px solid transparent; }
div.calendar div.day a { display: block; }
div.calendar div.day .event { float: left; margin: 2px; width:10px; height: 10px; background: black; }
div.calendar div.day .event div { display: none; }

/*370px × 216px*/
.tooltip { display:none; background:url(../img/black_arrow_big.png); height:196px; overflow: auto; padding:10px 25px 10px 25px; width:320px; font-size:11px; color:#fff; }
.tooltip .value {}
.tooltip h2 { color: #fff; text-decoration: underline; }
table.tbl_eventlist { width: 100% !important; }
.tbl_eventlist td,
.tbl_eventlist th { padding: 0; margin: 0; text-align: left; }
.tbl_eventlist th { border-bottom: 1px solid #484848; font-size: 16px; }
.tbl_eventlist td {}

.overlay { display:none; width: 800px; -moz-border-radius:6px; -webkit-border-radius:6px; -moz-box-shadow: 0 0 50px #ccc; -webkit-box-shadow: 0 0 50px #ccc; }
.overlay .close { background-image:url(../img/jqtools_close.png); position:absolute; z-index: 1000; right: -17px; top:-17px; cursor:pointer; height:35px; width:35px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 322px;
}
/** Messages */
#flashMessage.message { padding: 10px 15px; font-weight: bold; color: #ffe400; }
#flashMessage.message { border-radius: 7px; border: 2px dashed #ffe400; }
#flashMessage.success { padding: 10px 15px; font-weight: bold; color: #00bb12; }
#flashMessage.success { border-radius: 7px; border: 2px dashed #00bb12; }

.dForm .error-message { color: #f00; }
.dForm .form-error { background: #fbe8e7; }
.dForm { width: 100%; font-family: 'Trebuchet MS' !important;}
.dForm td { vertical-align: top; padding-top: 7px; }
.dForm label { display: inline-block; padding-top: 7px; }
.dForm .radioset label { padding-top: 0; }
.dForm input[type=text],
.dForm input[type=password],
.dForm textarea { padding: 7px 10px; font-size: 14px; border: 1px solid #ddd; width: 300px; font-family: 'Trebuchet MS' !important; }
.dForm textarea { height: 200px; min-height: 200px; min-width: 300px; max-width: 300px; }
.dForm input[type=text]:focus,
.dForm input[type=password]:focus,
.dForm textarea:focus { background: #e1e1e1; }

.dForm .button { border-radius: 4px; color: #fff; cursor: pointer; display: inline-block; color: #fff; border: 1px solid #000; padding: 7px 10px; background: #e50006; width: 322px; }
.dForm .button:hover { background: #9b0004; }
.dForm .button:active { background: #9b0004; }
.dForm legend { display: none; }


/** Slider */

#slider { position: relative; width: 940px; height: 468px; margin: -50px auto 0 auto; }
.scrollable { position:relative; overflow: hidden; width: 940px; height: 468px; float: left; }

#slider .button { background:url(../img/hori_large.png) no-repeat; display:block; width:30px; height:30px; float:left; margin:40px 10px; cursor:pointer; font-size:1px;}
#slider .button.right        { background-position: 0 -30px; clear:right; margin-right: 0px;}
#slider .button.right:hover  { background-position:-30px -30px; }
#slider .button.right:active { background-position:-60px -30px; }
#slider .button.left        { margin-left: 0px; } 
#slider .button.left:hover  { background-position:-30px 0; }
#slider .button.left:active { background-position:-60px 0; }

.scrollable .items { width: 2000em; position: absolute; }
.scrollable .active { border:2px solid #000; position:relative; cursor:default; }
a.disabled { visibility:hidden !important; }

.navi { height:20px; }
.navi a { width:8px; height:8px; float:left; margin:3px; background:url(../img/navigator.png) 0 0 no-repeat; display:block; font-size:1px; }
.navi a:hover { background-position:0 -8px; }

#slider .button { position: absolute; z-index: 200; }
#slider .button.left { margin-left: 10px !important; }
#slider .button.right { right: 10px; }
.home_button { width: 20px; color: white; padding: 206px 5px; z-index: 200; background: black; position: absolute; display: block; height: 56px; font-size: 32px; cursor: pointer; }
.home_button { filter: alpha(opacity=20); -moz-opacity: 0.20; opacity: 0.20; }
.home_button.left { left: 0; }
.home_button.right { right: 0; text-align: right; }
.home_button:hover { text-decoration: none; color: #f0f0f0; }

#slider .navi { height: 27px; position: absolute; padding: 5px 5px 0 5px; margin: 0px 0 0 30px; }
#slider .navi a { width:18px; height:18px; float:left; margin:3px; background:url(../img/navigator2.png) 0 0 no-repeat; display:block; font-size:1px; }
#slider .navi a:hover { background-position:0 -18px; }
#slider .navi a.active { background-position:0 -36px; }
.navi a.active { background-position:0 -16px; }
#slider .display_hover { display: none; }
#slider:hover .display_hover { display: block; }

#home-left { float: left; width: 219px; margin: 0 10px 0 0; }
#home-center { float: left; width: 460px; margin: 0 11px; }
#home-right { float: left; width: 219px; margin: 0 0 0 10px; }

#eventbox {}
.h_event { position: relative; clear: both; width: 219px; height: 77px; background: url(../img/ftl_home_event.png) 0 0 no-repeat; }
.he_dates { width: 57px; padding: 5px 0 0 0; height: 72px; float: left; color: #fff; }
.he_desc { width: 142px; height: 57px; float: left; padding: 10px; }
.he_day { font-size: 24px; padding: 0; margin: 0; display: block; text-align: center; font-weight: bold; }
.he_month { font-size: 12px; padding: 0; margin: -4px 0 5px; display: block; text-align: center;}
.he_year { font-size: 14px; padding: 0; margin: 0; display: block; text-align: center; font-weight: bold; }
.he_time { font-size: 12px; display: block; color: #bebebe; }
.he_title { font-size: 12px; font-weight: bold; margin-bottom: 10px; display: block; color: #fff; }
.he_tip { position: absolute; z-index: 1001; display: block; width: 18px; height: 44px; right: -20px; top: 15px; background: url(../img/ftl_event_active.png) 0 0 no-repeat; }
#event-right { float: left; background: #0c0c0c; padding: 20px; margin: 41px 0 0 9px; min-height: 500px; width: 659px; }
#event-right { z-index: 1000; display: block; border: 1px solid #868686; }
 #event-right h1 { font-size: 38px; display: block; padding: 0; margin: 0 0 20px 0; border-bottom: 2px solid #8e0f10; }
 #event-right h2 { padding: 0; margin: 0; font-size: 16px; color: white; margin-bottom: -7px; font-weight: normal; }
#event-right .er_details { width: 300px; float: right; color: #9A9A9A; font: 14px/21px sans-serif; }
#event-right .er_img { width: 339px; float: left; }

#linkbox {}
#linkbox a img { width: 219px; border: 1px solid #3c3c3c; }

#newsbox {}
.h_news { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #5e5e5e; }
.h_news p { margin: 0; padding: 0; }
.h_news.last { border-bottom: none; }
.hn_imgtitle { width: 460px; height: 205px; overflow: hidden; position: relative; }
.hn_imgtitle img { position: absolute; top: 0; left: 0; width: 460px; position: relative; }
.hn_title { height: 16px; font-size: 16px; color: #fff; padding: 11px 15px; position: absolute; background: #e80006; width: 350px; left: 0; bottom: 0; }
.hn_date { color: #949494; padding: 10px 10px 0 10px; font-size: 11px; }
.hn_content { color: #fff; padding: 10px; font: 14px/21px sans-serif;}

#gallerybox {}
.h_gallery { width: 218px; border: 1px solid #3c3c3c; background: url(../img/ftl_home_gallery.png) left bottom no-repeat; }
.hg_img { width: 218px; height: 142px; overflow: hidden; }
.hg_img img { width: 218px; }
.hg_desc { padding: 10px; }
.hg_title { display: block; color: #fff; font-weight: bold; font-size: 13px; margin-bottom: 5px; }

.homebox { margin: 0 0 30px 0; }
.homebox h1 { padding: 0; color: #fff; text-transform: uppercase; font-size: 16px;}

a.ftl_button:link,
a.ftl_button:visited { font-size: 10px; color: #fff; padding: 2px 10px; height: 13px; text-transform: uppercase; text-decoration: none; background: url(../img/ftl_button.png) 0 0 repeat-x; }
a.ftl_button.red { background: url(../img/ftl_gallery_button.png) 0 0 repeat-x; }

a.ftl_button:hover,
a.ftl_button:active { text-decoration: underline; }

#formularrechts { background-color: #151515; padding: 20px 20px 20px 32px; border-radius: 3px; margin-right: 28px;}

#formularlinks { background-color: #151515; padding: 0 40px 18px; border-radius: 2px; height: 532px;}

