/***** GENERAL SELECTORS *****/
  *
    {
    margin: 0;
    padding: 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000;
    }
  html
    {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    margin-left: 0px;
    margin-left: -0.1px !important; /*1px shifting hack*/
    }
  p
    {
    padding-bottom: 10px;
    line-height: 20px;
    }
  h1, h2, h3, h4
    {
    color: #595959;
    padding-bottom: 10px;
    }
  li
    {
    padding-bottom: 10px;
    }
  ul
    {
    list-style-type:square;
    padding-left: 15px;
    }
  h1
    {
    font-size: 25px;
    font-family: "Courier New", Courier, monospace;
    }
  h2
    {
    font-size: 20px;
    font-family: "Courier New", Courier, monospace;
    }
  h3
    {
    font-size: 12px;
    }
  a
    {
    color: #595959;
    text-decoration: underline;
    }
  a:hover
    {
    color: #000;
    text-decoration: none;
    }
  body
    {
    text-align: center;
    background: #000 url('header_ca_bg.jpg') no-repeat center top;
    }
 img
    {
    border: 0px;
    }



/***** LAYOUT SELECTORS *****/
  #sheet
    {
    margin: 0 auto;
    width: 570px;
    overflow: hidden;
    }
  #content_top_box
    {
    height: 260px;
    }
  #content_center_box
    {
    margin: 0 auto;
    background: url('center_bg.jpg') repeat-y;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    }
  #footer
    {
    width: 100%;
    height: 275px;
    background: #000 url('footer_ca_bg.jpg') no-repeat center top;
    }
  #content_area
    {
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
    overflow: hidden;
    }



/***** MENU SELECTORS *****/
  #mainmenubox
    {
    padding-top: 190px;
    margin-left: 76px;
    margin-right: 14px;
    overflow: hidden;
    }
  #mainmenubox ul
    {
    list-style: none;
    padding-left: 0px;
    margin-left: -1px;
    }
  #mainmenubox li
    {
    float: left;
    margin-left: 0px;
    padding-bottom: 0px;
    display: inline;
    border-bottom: 1px solid #000;
    }
  .box
    {
    display: block;
    width: 75px;
    height: 15px;
    }
    a.box
    {
    padding: 5px 0px 5px 0px;
    text-align: center;
    }
  #mainmenubox a
    {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #595959;
    }
  #mainmenubox a:hover,
  #mainmenubox a:focus,
  #mainmenubox a:active
    {
    color: #fff;
    background-color: #595959;
    }
  #info #navi13 a,
  #gallery #navi14 a,
  #events #navi17 a,
  #kontakt #navi18 a
    {
    color: #fff;
    background-color: #010c1d;
    }



/***** GALLERY & DETAILS SELECTORS *****/
  .previewimg
    {
    border: 2px solid #000;
    }
  .imglinks
    {
    padding-left: 5px;
    }
  .gallerytd
    {
    padding-left: 10px;
    vertical-align: top;
    }
  .ptitlelft
    {
    text-align: left;
    }
  .ptitlerght
    {
    text-align: right;
    }
  .showImages td
    {
    vertical-align: top;
    }
  .table460
    {
    width: 460px;
    }
  .tdcenter
    {
    text-align: center;
    margin: 0 auto;
    }



/***** FORM SELECTORS *****/
  #contactbox
    {
    overflow: hidden;
    margin-left: 50px;
    }
  .contactform
    {
    margin: 0px;
    padding: 0px;
    }
  .beschreibung
    {
    position: relative;
    left: 0px;
    border: 0px;
    float: left;
    width: 110px;
    height: auto;
    padding-top: 6px;
    margin-right: 5px;
    text-align: right;
    }
  .feld
    {
    position: relative;
    height: auto;
    padding: 0px;
    margin: 0px;
    padding-top: 6px;
    margin-left: 112px;
    }
  .contactform textarea
    {
    margin-bottom:5px;
    min-height:19px;
    padding: 2px;
    width: 220px;
    word-wrap: break-word;
    }
  .contactform input
    {
    width: 220px;
    height: 16px;
    padding-left: 2px;
    padding-right: 2px;
    }
  .contactform select
    {
    width: 220px;
    height: 120px;
    padding-left: 2px;
    padding-right: 2px;
    }
  .contactform button
    {
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #003366;
    width: 170px
    }
  .errors
    {
    color: #D80307;
    background-color: #F2F1AA;
    font-weight: normal;
    padding: 5px;
    margin-left: 110px;
    width: 220px;
    }
  .contactform input,
  .contactform textarea,
  .contactform select
    {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #white;
    background-color: #595959;
    color: #white;
    }
  .contactform input:focus,
  .contactform input:hover,
  .contactform textarea:focus,
  .contactform textarea:hover,
  .contactform select:focus,
  .contactform select:hover
    {
    border-color: black;
    background-color: #fff;
    color: black;
    }
  .contactform button:focus,
  .contactform button:hover
    {
    color: white;
    background-color: #595959;
    border: solid 1px black;
    width: 170px
    }



/****ADMIN SELECTORS****/
  #container
    {
    width: 400px;
    }
  #container #image_upload
    {
    padding: 5px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    }
  #container #image_upload #form1 legend
    {
    padding: 5px;
    margin: auto;
    }
  .picture_form form
    {
    margin: 10px 5px 0px 5px;
    }
  .msg
    {
    text-align:left;
    color:#666;
    margin-left:30px;
    margin-right:30px;
    padding:5px;
    padding-left:30px;
    }
  .emsg
    {
    text-align:left;
    margin-left:30px;
    margin-right:30px;
    color:#666;
    padding:5px;
    padding-left:30px;
    }
  #loader
    {
     visibility:hidden;
    }
  #f1_upload_form
    {
     height:75px;
    }
  #f1_upload_process
    {
     z-index:100;
     visibility:hidden;
     position:absolute;
     text-align:center;
     width:400px;
    }
  .pictureform input
    {
    margin-right: 5px;
    }
  .pictureform textarea
    {
    margin-bottom:5px;
    min-height:19px;
    padding: 2px;
    width: 300px;
    word-wrap: break-word;
    }



/****GALLERY THUMBNAIL ZOOM SELECTORS****/
  .thumbnailWrapper
    {
    width: 470px;
    margin:0px auto;
    }
  .thumbnailWrapper ul
    {
    list-style-type: none;
    padding:0px;
    }
  .thumbnailWrapper ul li
    {
    float:left;
    padding-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    position:relative;
    overflow:hidden;
    border: 1px solid #000;
    }
  .thumbnailWrapper ul li a img
    {
    width:140px;
    position:relative;
    border:none;
    }
  .caption
    {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background:#353535;
    color:white;
    opacity:0.9;
    }
  .caption .captionInside
    {
    color:#ffffff;
    text-align:center;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    padding:2px;
    margin:0px;
    }

/*** FIXES ***/
  div.clear
    {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    padding: 0px;
    border: none;
    }



/**TEST AREA**/
#testbox
  {
  border: 5px solid #111;
  box-shadow: 5px 5px 7px #999;
  webkit-border-bottom-right-radius: 15px;
  padding: 15px 25px;
  height: inherit;
  width: 590px;
  }

