body, html{
  margin:0;
  padding:0;
  font-size:11px;
  font-family:Geneva, Arial, sans serif;
  color:#262626;
  background:url(img/body.png) center top repeat-y;
}

a{
  color:#00265B;
  text-decoration:none;
}

a img{
  border:0;
}

.clear{
  clear:both;
}

#seite{
  position:relative;
  margin:0 auto;
  width:950px;
  min-height:600px;
  padding:25px 20px 50px 20px;
}

* html #seite{height:600px;}

#logo{
  border-bottom:11px solid #FFF;
  margin-left:-7px;
}

#kopf{
  clear:left;
  position:relative;
  height:212px;
  background-image:url(img/kasten_linien.png);
  background-color:#F2F2F2;
  margin-left:-20px;
  margin-right:-20px;
  }

*+html #kopf{
  left:1px;
}

#kopf h1{
  position:absolute;
  left:0px;
  bottom:0px;
  margin:0;
  padding:0 20px 0 208px;
  text-transform:uppercase;
  /*letter-spacing:1px;*/
  color:#808080;
  font-size:20px;
  height:35px;
  line-height:40px;
  /*height:32px;
  line-height:48px;*/
  background:url(img/title.png) 0px 0px repeat-y;
  background-color:#FFF;
}

#header img{
  margin-left:206px;
  border:2px solid #FFF;
  border-width:0 2px;
}

#transactions{
  position:absolute;
  top:-16px;
  right:0px;
  padding-right:10px;
  width:120px;
  font-size:10px;
}

#transactions h1{
  position:static;
  font-size:10px;
  text-align:center;
  padding:0;
  height:auto;
  line-height:16px;
  background:none;
  position:relative;
  left:-25px;
  width:160px;
  /*width:150px;
  left:-20px;*/
}

#transactions .image{
  position:relative;
  top:12px;
  padding:12px 18px;
  margin:0 auto;
  text-align:center;
  width:70px;
  background:#fff;
}

#transactions .image img, #transactions .image div{
  padding:2px 0;
  border-bottom:1px solid #e2e3e4;
}

#transactions .schatten{
  position:relative;
}

#transactions .oben{
  background:url(img/schatten_o.png) left top repeat-x;
  padding-top:7px;
}

#transactions .unten{
  background:url(img/schatten_u.png) left bottom repeat-x;
  padding-bottom:7px;
}

#transactions .links{
  background:url(img/schatten_l.png) left top repeat-y;
  padding-left:7px;
}

#transactions .rechts{
  background:url(img/schatten_r.png) right top repeat-y;
  padding-right:7px;
}

#transactions .text{
  clear:left;
  color:#808080;
  border-top:2px solid #FFF;
  margin:0 -20px 0 -20px;
  padding:6px 20px 0;
}

#transactions .lo, #transactions .ro, #transactions .ru, #transactions .lu{
  position:absolute;
}

#transactions .lo{
  top:0;
  left:0;
}

#transactions .ro{
  top:0;
  right:0;
}

#transactions .ru{
  bottom:0;
  right:0;
}

#transactions .lu{
  bottom:0;
  left:0;
}

#transactions p{
  color:#808080;
}


table#haupt{
  border-top:18px solid #FFF;
  padding-bottom:10px;
  border-collapse:collapse;
}

table#haupt td{
  vertical-align:top;
  padding:0;
}

table#haupt td#left{
  padding-top:12px;
  width:188px;
}

td#inhalt{
  width:630px;
  text-align:justify;
}

#fuss{
  clear:both;
  position:absolute;
  right:0px;
  bottom:20px;
  border-top:1px solid #808080;
  width:782px;
}

#navi{
  margin-left:220px;
}

#navi ul, #navi li, #metanavi, #metanavi li{
  list-style:none;
  margin:0;
  padding:0;
}

#navi li{
  float:left;
  padding:0 65px 0 0;
  position:relative;
  z-index:10;
}

#navi a{
  display:block;
  text-transform:uppercase;
}

#navi li ul{
  display:none;
  position:absolute;
  left:0px;
  top:14px;
  padding:4px 0;
  background:url(img/transparent.png);
}

#navi li:hover ul{
  display:block;
}

#navi li ul li{
  display:block;
  float:none;
  padding-left:6px;
  padding:2px 10px;
  width:150px;
}

/* Subnavi */

#subnavi a{
  display:block;
  color:#808080;
  text-transform:uppercase;
  margin:0 0 10px 0;
}

#subnavi .sub{
  border-left:1px solid #808080;
  padding-left:10px;
}

#subnavi .sub a{
  color:#00265B;
  text-transform:none;
  margin-bottom:6px;
}

#subnavi .sub a.current{
  font-weight:bold;
}

#metanavi{
  float:right;
  margin:0 10px;
}

#metanavi li{
  display:inline;
  padding:0 6px;
  border-left:1px solid #808080;
}

#metanavi li a{
  color:#808080;
}

#metanavi li.first{
  border:0;
}

#metanavi li.first a{
  color:#00265B;
}

/* ####### Columna ######### */

.tx-columna-pi1 td{
  width:375px;
}


/* ####### Liteshow ######### */

body div#liteShow{
  color:#888;
}

#liteShow h4{
  font-weight:bold;
}

#liteShow p{
  font-size:11px;
  font-weight:normal;
  text-align:left;
}

/* ####### Lightbox ######### */
div#lightbox{
  width:1000px;
  height:703px; 
  background:url(img/transaktionen_detail.png) 0px 0px no-repeat;
  left:50%;
  margin-left:-500px;
}

div#outerImageContainer{
  position:absolute;
  left:105px;
  top:88px;
}

#imageData div#imageDetails{
  position:absolute;
  height:500px;
  left:530px;
  top:88px;
  width:340px;
}

#imageData span#caption{
  position:absolute;
  bottom:0px;
  color:#808080;
  font-size:12px;
  font-weight:normal;
  font-family:Geneva,Arial,sans serif;
}

div#imageContainer{
  padding:0;
}

div#imageDataContainer{
  margin:0;
  overflow:visible;
}

div#bottomNav{
  position:absolute;
  left:63px;
  bottom:30px;
}

div#imageData a#bottomNavClose{
  float:none;
}

#numberDisplay{
  display:none;
  color:#fff;
  visibility:hidden;
}

/*
a#prevLink:hover, a#prevLink:visited:hover { background: url(/fileadmin/carousel/images/prevlabel.gif) left 15% no-repeat; }
a#nextLink:hover, a#nextLink:visited:hover { background: url(/fileadmin/carousel/images/nextlabel.gif) right 15% no-repeat; }
*/
/* ####### Slide ######### */
#MooFlow{
  width:630px;
  margin-bottom:20px;
}

div.remooz-box{
  background:none;
}

div.remooz-body{
  width:1000px;
  height:703px; 
  background:url(img/transaktionen_detail.png) 0px 0px no-repeat;
}
/*
div.remooz-box div.remooz-body{
  position:absolute;
  width:50%;
  top:30px;
  background:#fff;
  height:630px;
  padding:8px 15px;
  background:url(img/schatten_transaktionen.png) 0px 0px no-repeat;
}
*/
div.remooz-type-image img{
  position:absolute;
  left:106px;
  top:88px;
  display:inline;
  height:500px;
  width:374px;
}
/*
div.remooz-title{
  left:484px;
  width:50%;
  top:0px;
}

div.remooz-title-bg{
  background:none;
}
*/
div.remooz-title-content{
  position:absolute;
  left:530px;
  bottom:142px;
  width:340px;
}

div.remooz-title-content h6{
  
  margin:0;
  color:#808080;
  font-weight:normal;
  font-family:Geneva,Arial,sans serif;
}

a.remooz-btn-close{
  top:645px;
  left:62px;
  width:100px;
  height:15px;
  background:url(img/close.png) 0px 0px no-repeat;
}


#rgslideshow-12, #rgslideshow-158{
  margin-top:5px;
  border:0;
}

#kopf .rgssimg{
  position:absolute;
  left:50%;
  top:5px;
  margin-left:-35px;
}

#kopf .rgsnest{
  border:0;
}

#kopf .rgstitle, #kopf .rgsdescription{
  width:100px;
  font-size:11px;
  /*letter-spacing:1px;*/
  background-color:#D1D1D1;
  padding-left:5px;
}

#kopf .rgstitle{
  line-height:14px;
  letter-spacing:-1px;
}


#kopf .rgsdescription{
  height:auto;
  height:120px;
  font-size:10px;
  line-height:12px;
}
