* { margin: 0; padding: 0 }

html { display: table; height: 100%; width: 100%; }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }

img { border: none; }
img.inline { margin: 0 !important; vertical-align: text-bottom; }

a {
  background: url('../images/link-underline.gif') repeat-x bottom left;
  color: #fe792e;
  text-decoration: none;
}

a:hover { background-color: #fee9dd; }
a.image { background: none; }
.alignleft { float: left; }
.alignright { float: right; }

ol, ul { padding-left: 30px; margin-bottom: 13px; }
ul { padding-left: 20px; }
li { margin-bottom: 5px; }

/* Container -----------------------------------------------------------------*/
#header div, #content {
  text-align: center;
  width: 750px;
  text-align: left;
  margin: 0 auto;
}

/* Header --------------------------------------------------------------------*/
#header { background: url('../images/header-background.gif') repeat-x top left #fe7c33; }
#header div { background: url('../images/zen-stones.png') no-repeat top left; height: 136px; }

#header a { color: black; text-decoration: none; background: none; }
h1 { font-size: 22pt; }
#logo { margin-top: 14px; }

#menu, #menu li ul { list-style: none; padding: 10px 0 0 0; margin: 0; }
#menu li { margin: 0 1px 0 0; float: left; position: relative; }
#menu a {
  display: block;
  padding: 5px 9px 5px 9px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  background: none;
}
#menu a:hover, #menu a.on, #menu a.suckerfishOn { background: white; }

#menu li ul {
  width: 11em;
  display: none;
  position: absolute;
  padding: 2px 15px 6px 15px;
  margin-left: -1px;
  background: white;
  border-left: solid 1px #fe7c33;
  border-right: solid 1px #fe7c33;
  border-bottom: solid 1px #fe7c33;
}
#menu li ul a { font-weight: normal; font-size: 9pt; margin: 2px 0; padding: 0; width: 10em; }
#menu li>ul { top: auto; left: auto; }


/* Content -------------------------------------------------------------------*/
#content { line-height: 1.3; }

#content img { margin: 5px; }

h2 { font-size: 16pt; margin-top: 30px; text-transform: uppercase; }
h3 { margin-top: 8px; font-size: 12pt; }
h4 { margin-top: 6px; }
h2 a, h3 a, h4 a { color: #000000; background: none; }

abbr { text-decoration: none; border: none; }

p { margin-bottom: 13px; }

.meta { font-size: 8pt; color: #808080; border-bottom: 1px solid #B7B7B7; padding-bottom: 2px; }
.tags { visibility: hidden; display: none; }

/* Seitennavigation ----------------------------------------------------------*/
#pagenav { margin: 30px 0 20px 0 !important; }
.pagenav-intro { margin-right: 5px !important; }
.pagelink, .pagelink-current { margin-right: 1px !important; }
.pagelink-current { padding: 2px 6px !important; border: 1px solid #B6B6B6; }
.pagelink a { background-image: none; padding: 2px 6px !important; border: 1px solid #FDC8A8; }

/* Formular ------------------------------------------------------------------*/
input, textarea, label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  float: left;
  margin-bottom: 5px;
}

label { width: 11em; }

input, textarea {
  width: 350px;
  padding: 2px;
}

textarea { height: 100px; }

form br { clear: left; }

.submitbutton {
  width: auto;
  margin-left: 11em;
}

#content .error {
  color: #ff0000;
  font-size: 8pt;
  float: left;
  margin-top: 1px;
}

#content .error img {
  margin: 0 0px 0 5px;
  vertical-align: middle;
}

/* Fotos ---------------------------------------------------------------------*/
.photolist { list-style: none; padding: 0; margin: 0; }
.photolist li { float: left; width: 160px; height: 160px; text-align: center; }
.photolist img { margin: 0 10px 10px 0 !important; border: 1px solid gray; }
.photolist a { background: none; }

.album li { width: 170px; height: 230px; }
.album p { margin: 0 8px 0 8px; font-size: 8pt; color: black; }
.album img { margin-bottom: 3px !important; }


/* Footer --------------------------------------------------------------------*/
#footer {
  border-top: 1px solid #B7B7B7;

  background: url('../images/footer-background.gif') repeat-x 0 0;
  margin-top: 50px;
  padding-top: 10px;
  text-align: center;
  font-size: 8pt;
  color: #808080;
  height: 50px;
}

#footer a, #footer a:hover {
  color: #808080;
  background: url('../images/footer-link-underline.gif') repeat-x bottom;
}

/* Thickbox ------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<-----------------*/
/* ---------------------------------------------------------------------------*/
#TB_window { color: #333333; }
#TB_secondLine {
  font-size: 8pt;
  color:#666666;
}
/* ---------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<----------------------------------------*/
/* ---------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}