/* reset Style for all Browsertypes (http://kronn.de/code/css/reset.css) */
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
  font-family:inherit; font-style:normal; font-weight:normal;
  font-variant:normal; font-size:inherit; line-height:inherit;
  text-align:left; text-decoration:none; padding:0; margin:0;
  float:none; border:0px; display:block; cursor:default;
}
span,a,img,abbr,code,em,b,i,textarea,legend,button,object,select,var,tt,kbd,samp,small,sub,sup {
  font:inherit; background:transparent; padding:0; margin:0;
  color:inherit; display:inline; float:none; border:0;
}

li       { display:list-item; }
table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; background-color:#fff;}
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }
head     { display:none; }
form     { z-index:10; }
button,textarea,input,object,select { display:inline-block; }
input[type="hidden"] { display:none; }

/* ============================================================================================= */
/* globale Regeln */
html {
  font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size:11px;
}

body {
  background:#fff url(http://www8.fotoalbum.de/mandants/root/gfx/page_bg.gif?1236782233) repeat-x left top;
  color: #333;
}

input, textarea { cursor:text; }
ul li { list-style-type:none; }
ol li { list-style-type:none; }

ul.list li,
ol.list li { list-style-type: disc; margin-left: 20px; }

/* Page-Container */
#page {
  padding: 0;
  margin: auto;
  width: 800px;
  font-size: 11px;
}

#content {
  margin:0 auto;
  width: 780px;
  position:relative;
}

#header{
  position:relative;
  height: 132px;
  width: 800px;
  margin: 0;
  z-index:2000;
}

#navigation {
  position: absolute;
  left: 178px;
  top: 48px;
}

.seperator {
  padding-top:10px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/list_border_bottom.gif?1236782233) repeat-x;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin:0 0 6px 0;
  color: #9c3;
  height: 22px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 2px 0 20px 0;
  color: #9c3;
}

h3 {
  margin: 25px 0 15px 0;
  font-size: 13px;
  font-weight: bold;
}

h4 {
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-size: 12px;
}

h5 {
  margin: 20px 0 10px 0;
  font-size:18px;
  font-weight:bold;
}

a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited, a:hover, a:active { cursor:pointer; }

a:hover {
  text-decoration: underline;
  /* Fix Phark-Image-Replacement-Bug: http://www.maratz.com/blog/archives/2006/01/20/outline-property-for-image-replaced-link/ */
  outline: none;
}

/* Explizit als "Link" gekennzeichnete Links => Linkstyle im Fließcontent */
a.link { text-decoration: underline; }
a.link:hover { text-decoration: none; color: #9C3; }

/* Absatzformatierung */
p.infoText {
  color: #CCC;
}

.clickable { cursor: pointer; }

/* submit-button */
.nodisplay { display:none; }

.mainColumn {
  width: 517px;
  float: left;
}

.rightColumn {
  float: right;
  width: 253px;
  margin-left:9px;
}

#confirmBox   { width: 260px; }
#confirmBox p { margin:10px 0 10px 0; }

.floating_left  {	float: left; }
.floating_right {	float: right; }

/* font-colors */
.textColorOrange *, .textColorOrange    { color: #F60; }
.textColorMain *, .textColorMain        { color: #9C3; }
.textColorBright  *, .textColorBright   { color: #fff; }
.textColorMiddle *, .textColorMiddle    { color: #999; }
.textColorDark *, .textColorDark        { color: #333; }
.textColorWarning *, .textColorWarning  { color: #ff0000; }

/* background-colors */
#borderBoxBGColorIndex { background-color: #fff; }
.bgColorWhite   { background-color: #FFF; }
.bgColorOrange  { background-color: #F60; }
.bgColorGreen   { background-color: #9C3; }
.bgColorGrey1   { background-color: #f0f0f0; }
.bgColorGrey2   { background-color: #f1f1f1; }
.bgColorGrey3   { background-color: #DFDFDF; }
.bgColorDark    { background-color: #333; }

/* border-colors */
.borderColorGrey { border:1px solid #eeeeee; }

/* Buttons */
input.formButton {
  width: 197px;
  height: 19px;
  background: url(http://www6.fotoalbum.de/mandants/root/gfx/button_default_small.gif?1236782233) top left no-repeat;
  border: none;
  text-decoration: none;
  font: bold 11px Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  color: white;
  cursor:pointer;
  padding-bottom:1px;
}

input.formButtonSmall {
  width: 141px;
  height: 19px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/button_default_smaller.gif?1236782233) top left no-repeat;
  border: none;
  text-decoration: none;
  font: bold 11px Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  color: white;
  cursor:pointer;
  padding-bottom:1px;
}

.imgButton {
  border:0 none;
  cursor:pointer;
  margin:5px auto;
  display:block;
}

input.inputFile {
  width:260px;
}

a.default_button {
  display: block;
  width: 350px;
  height: 49px;
  margin: 10px auto;
  padding: 11px 0 0 0;
  color: white;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}
a.default_button.short {
  width: 197px;
}

a.default_button.small {
  display: block;
  width: 197px;
  height: 19px;
  margin: 1px;
  font-size: 11px;
  padding: 2px 0 0 0;
  color: white;
  cursor: pointer;
  text-decoration: underline;
}

a.default_button.smaller {
  display: block;
  width: 141px;
  height: 19px;
  margin: 1px;
  font-size: 11px;
  padding: 2px 0 0 0;
  color: white;
  cursor: pointer;
  text-decoration: underline;
}

a.default_button:hover      { text-decoration: none; }
a.default_button.main       { background: url(http://www8.fotoalbum.de/mandants/root/gfx/button_default.gif?1236782233) top left no-repeat; }
a.default_button.small      { background: url(http://www6.fotoalbum.de/mandants/root/gfx/button_default_small.gif?1236782233) top left no-repeat; }
a.default_button.smaller    { background: url(http://www8.fotoalbum.de/mandants/root/gfx/button_default_smaller.gif?1236782233) top left no-repeat; }
a.default_button.red        { background: url(http://www7.fotoalbum.de/mandants/root/gfx/button_important.gif?1236782233) top left no-repeat; }
a.default_button.red_small  { background: url(http://www8.fotoalbum.de/mandants/root/gfx/button_orange_small.gif?1236782233) top left no-repeat; }

a.default_button_small {
  display: block;
  height:15px;
  padding:0 22px;
  cursor: pointer;
  text-decoration: underline;
  background: url(http://www9.fotoalbum.de/mandants/root/gfx/icons_small.gif?1236782233) 0 -37px no-repeat;
}

a.small_button {
  padding: 2px 0 0 22px;
  height: 15px;
  margin: 2px;
  background: url(http://www9.fotoalbum.de/mandants/root/gfx/icons_small.gif?1236782233) 0 -34px no-repeat;
}

a.help_button {
  height:17px;
  vertical-align:bottom;
  padding:2px 0 0 25px;
  display:block;
  background: url(http://www7.fotoalbum.de/mandants/root/gfx/icon_HELP_small_query.gif?1236782233) no-repeat;
}

.textSmall { font-size:10px; }

/* ============================================================================================= */
/* Statische Content-Seiten */
.static_content p,
.static_content ul { margin-bottom:10px; }

.static_content h3 { margin: 10px 0 5px 0; }
.static_content h4 { margin: 0 0 8px 0; }

.static_content li.break { margin:10px 0; }

.static_content address {
  margin: 20px;
  font-style: italic;
}

.static_content li.break { margin-bottom: 10px; }

/* ============================================================================================= */
/* Form */
/* die abstände die mit formularicons auftreten werden mit .formContent .inner für Inhalte allgemeiner Natur */
/* und .contentBorderBox form nur für formulare festgelegt */

.contentBorderBox h1 { margin:0; }
.contentBorderBox h2 { margin-bottom:15px; }

.formContent {
  padding-top:10px;
  position: relative;
}

.contentBorderBox form,
.formContent .inner {
  width:350px;
  margin:0 auto;
}

.formContent.small {
  width:300px;
  padding-top:5px;
}

.formContent h2 {
  padding:0;
  margin:0;
}

.formContent .inner h1,
.formContent .inner h2,
.formContent .inner h3,
.formContent .inner p { margin-top:0; }

.formContent .formIcon {
  position:absolute;
  left:0px;
  top:13px;
  z-index:5;
}

.formContent.small .formIcon { top:5px; }

form div.formElement {
  display: block;
  float: none;
}

form label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 188px;
}

form label.checkbox { width: 100%; }
form p { margin:0 0 10px 0; }

form fieldset {
  margin-bottom:5px;
  padding: 0 0 10px 0;
}

form fieldset legend {
  margin: 0 0 7px 0;
  padding: 0;
  font-weight: bold;
}

/* IE 6 @ Win */
* html form fieldset legend { margin-left: -7px; }
/* IE 7 */
*+html form fieldset legend { margin-left: -7px; }

form .error {
  color: red;
  font-size: 0.9em;
}

/* nur in #content, damit der MiniLoginbereich nicht betroffen ist */
input, form textarea {
  font-size: 12px;
  border: 1px solid #333;
  margin: 2px 0;
}

input.optionField {
  width:30px;
  border:none;
  margin-bottom:-2px;
}

/* IE 6 */
* html form input { margin: 1px 0; }
/* IE 7 */
*+html form input { margin: 1px 0; }

select {
  margin: 2px 0;
  z-index:0;
  padding: 0;
  border: 1px solid #333;
  background-color:#ffffff;
}

form select { width: 161px; }

/* IE 6 */
* html form select {
  width: 159px;
  margin: 1px 0;
}

/* IE 7 */
*+html form select { width: 160px; }
/* IE 6 */
* html form input { width: 155px; }
/* IE 7 */
*+html form input { width: 155px; }

form input { width: 160px; }

form label.checkbox input {
  background: none;
  float: left;
  width: 20px;
  height:14px;
  margin-top: 6px;
  padding: 0;
  border: none;
}

form label.checkbox span{
  margin-top: 6px;
  display: block;
  margin-left: 20px;
}

form label.radio {
  float: none;
  width: 100%;
  clear: left;
  margin-bottom: 10px;
}

form label.radio div {
  margin-left: 20px;
}

form label.radio input.radio {
  background: none;
  width: 20px;
  height:14px;
  padding: 0;
  border: 0 none;
  float: left;
}

form input.file_upload { width: 300px; }

/* ============================================================================================= */
/* form registration */
.contentBorderBox a.register_button {
  margin:auto;
  padding:0;
  line-height:45px;
}

#form_registration { clear:left; }

/* ============================================================================================= */
/* form registration */
.tellafriend form {
  width:212px;
  margin:0 0 10px 0;
}

.tellafriend form textarea {
  width:100%;
  height:60px;
}

.tellafriend form input { width:100%; }

/* ============================================================================================= */
/* Header mit Navi, Tellafriend-Button, MiniCart */
/* Fotoalbum-Logo */
#header #logo {
  margin-top: 37px;
  position: relative;
  left: 9px;
}

#header h1#logo span {
  display: block;
  text-indent: -999em;
}

#header img#button_tellafriend {
  position: absolute;
  top: 38px;
  left: 434px;
  border: none;
}

#minicart {
  position: absolute;
  top: 9px;
  right: 0px;
  padding-left: 25px;
  background: url(http://www5.fotoalbum.de/mandants/root/gfx/icon_minicart.gif?1236782233) left top no-repeat;
  cursor: pointer;
  height:16px;
  font-size: 10px;
}

#minicart span {
  font-weight:bold;
}
#minicart span#cartSum,
#minicart span#cartItemCount {
  font-weight:normal;
}

#miniCartLinkToOrder {
  padding: 10px 10px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/header_button_bg.gif?1236782233) repeat-x;
  border: 0;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  width:56px;
  color: #9C3;
  height:20px;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 3px 7px;
  margin-left: 10px;
}

/* =================================================================================== */
#minilogin {
  height: 34px;
  font-size: 10px;
  color: #333;
  position: absolute;
  top:0;
  left:196px;
  width:90%;
}

#minilogin .leftBorder {
  float: left;
  width: 12px;
  height: 34px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/header_border_left.gif?1236782233) no-repeat;
}

#minilogin .rightBorder {
  float: right;
  width: 12px;
  height: 34px;
  background: url(http://www5.fotoalbum.de/mandants/root/gfx/header_border_right.gif?1236782233) no-repeat;
}

#minilogin div.floating_left {
  margin:10px 0;
  padding:0;
  width:350px;
}

#minilogin form {
  position:absolute;
  top 10px;
  right:95px;
  /*margin-left: 100px;*/
  float: left;
}
#minilogin div.formElement {
  float: left;
}

/* Pflichtfeld-Sternchen */
#minilogin span.mandatory, #minilogin label { display: none; }

#minilogin input {
  width: 80px;
  height: 12px;
  font-family: Verdana;
  font-size: 10px;
  padding: 2px;
  color: #666666;
  background-color:#fff;
  margin: 6px 0 0 16px;
  float: left;
  border: 1px solid #666666;
}

#minilogin input.button {
  border: 0;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/header_button_bg.gif?1236782233) repeat-x left top;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  width:56px;
  height:20px;
  color: #9C3;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  padding-bottom:3px;
  margin-left: 6px;
}

#minilogin a.help {
  display: block;
  margin: 0;
  /*float: right;*/
  float: left;
  color: #666;
}
#minilogin a.registration {
  margin: 0;
  font-weight: bold;
  color: #ff9900;
}

#minilogin a.greenlink {
  font-weight: bold;
  color: #9c3;
}

#minilogin a.logout {
  font-weight: bold;
  color: #ff9900;
  margin-left: 13px;
}
#minilogin a.password {
  margin: 6px 2px 0 2px;
  float:left;

}

#minilogin div.nav_public {
  margin: 10px 0;
  float:left;
}
#minilogin div.nav_private {
  margin: 10px 0;
  float:left;
  width: 300px;
  white-space:nowrap;
}

/* ============================================================================================= */
/* footer */
#footer {
  clear:both;
  width:100%;
  height: 34px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/footer_background.gif?1236782233) repeat-x;
  margin-top: 20px;
}

#footer p.copyright {
  font-size: 12px;
  padding: 10px 4px 4px 0;
  color:#AAA;
  float:left;
}

#footer hr {
  background-color:#5E5E5E;
  height:1px;
}

#footer .leftBorder {
  float: left;
  width: 12px;
  height: 34px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/footer_border_left.gif?1236782233) no-repeat;
}

#footer .rightBorder {
  float: right;
  width: 12px;
  height: 34px;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/footer_border_right.gif?1236782233) no-repeat;
}

/* menu */
#footer .navi_level_0 {
  font-size: 12px;
  padding-left: 20px;
}
/* footer verschieben */
#footer .navi_level_0 { float:right; }
/* IE 6 @ Win */
* html #footer .navi_level_0 { width:390px; }

#footer .navi_level_0 ul {
  height:27px;
  bottom:0;
  margin:0;
  padding:0;
  list-style:none;
}
#footer .navi_level_0 li {
   float:left;
  background:url(http://www7.fotoalbum.de/mandants/root/gfx/spacer.gif?1236782233) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#footer .navi_level_0 a {
  float:left;
  display:block;
  background:url(http://www7.fotoalbum.de/mandants/root/gfx/spacer.gif?1236782233) no-repeat right top;
  text-decoration:none;
  padding: 10px 4px 4px 0;
  color:#AAA;
}

#footer .navi_level_0 li.current a {
  color: #555555;
  font-weight: bold;
}

/* Sitemap */
#sitemap {
  display: block;
}

#sitemap .level1{
  float: left;
  width: 150px;
  height: 100px;
  margin: 5px;
  color: #999;
  font-weight: bold;
  padding: 0 0 5px 0;

}

#sitemap li ul {
  padding-top: 5px;
}

#sitemap .level2 a {
  color: #CCC;
  text-decoration:none;
}

#sitemap .level2 a:hover {
  color: #D7E9A1;
}

/* ============================================================================================= */
/* boxen extendable*/
/* Positions-Parameter */
.extendableBorderBox {
  position:relative;
  margin-bottom:13px;
}

.extendableBorderBox .rightTop {
  height:100%;
  float:right;
}

.extendableBorderBox .leftBottom {
  width:100%;
  bottom:0;
  position:absolute;
  clear:both;
}

.extendableBorderBox .rightBottom { float:right; }

.extendableBorderBox .leftBG {
  position:relative;
  width:100%;
  background-position:100% 0;
}

.extendableBorderBox .marginBottomBig { margin-bottom:25px; }

.extendableBorderBox .contentBottomSmall {
  position:absolute;
  z-index:4;
  left:20px;
  bottom:7px;
}

.extendableBorderBox .contentBottomRightSmall {
  position:absolute;
  z-index:4;
  right:20px;
  bottom:7px;
}

.contentBorderBox {
  z-index:3;
  display:block;
  height:100%;
  padding:10px 18px 0 18px;
}

/* damit die innenabstände zentral kontrolliert werden können */
.borderBoxTopSpace    { padding-top:10px !important;  }
.borderBoxBottomSpace { padding-bottom:10px !important;  }
.borderBoxLeftSpace   { padding-left:18px !important; }
.borderBoxRightSpace  { padding-right:18px !important; }

.positionAbsolute p,
.positionAbsolute h1,
.positionAbsolute h2,
.positionAbsolute h3,
.positionAbsolute h4,
.positionAbsolute a {
  z-index:2;
  position:absolute;
  margin:0;
  padding:0;
}

.bgBorderBoxBRightTop .contentBorderBox { padding:3px 20px 0px 20px; }

.bgBorderBoxBRightTop .contentBorderBox h3 {
  padding:0;
  margin:0px 0px 10px 0px;
}

/* Bildabhängige-Parameter für bgBorderBoxA */
.bgBorderBoxALeftTop {
  background:url(http://www3.fotoalbum.de/mandants/root/gfx/borderBox_left_top.gif?1236782233) no-repeat;
}

.bgBorderBoxARightTop {
  width:13px;
  background:url(http://www4.fotoalbum.de/mandants/root/gfx/borderBox_right_top.gif?1236782233) no-repeat;
}

.bgBorderBoxALeftBottom {
  height:21px;
  background:url(http://www2.fotoalbum.de/mandants/root/gfx/borderBox_left_bottom.gif?1236782233) no-repeat;
}

.bgBorderBoxARightBottom {
  height:21px;
  width:13px;
  background:url(http://www8.fotoalbum.de/mandants/root/gfx/borderBox_right_bottom.gif?1236782233) no-repeat;
}

/* Bildabhängige-Parameter für bgBorderBoxB */
.bgBorderBoxBLeftTop {
  background:url(http://www5.fotoalbum.de/mandants/root/gfx/borderBox2_left_top.gif?1251210742) no-repeat;
}

.bgBorderBoxBRightTop {
  width:13px;
  background:url(http://www7.fotoalbum.de/mandants/root/gfx/borderBox2_right_top.gif?1251210742) no-repeat;
}

.bgBorderBoxBLeftBottom {
  height:13px;
  background:url(http://www8.fotoalbum.de/mandants/root/gfx/borderBox2_left_bottom.gif?1251210742) no-repeat;
}

.bgBorderBoxBRightBottom {
  height:13px;
  width:13px;
  background:url(http://www6.fotoalbum.de/mandants/root/gfx/borderBox2_right_bottom.gif?1251210742) no-repeat;
}

/* Bildabhängige-Parameter für bgBorderBoxC */
.bgBorderBoxCLeftTop {
  background:url(http://www8.fotoalbum.de/mandants/root/gfx/borderBox3_left_top.gif?1236782233) no-repeat;
}

.bgBorderBoxCRightTop {
  width:12px;
  background:url(http://www8.fotoalbum.de/mandants/root/gfx/borderBox3_right_top.gif?1236782233) no-repeat;
}

.bgBorderBoxCLeftBottom {
  height:12px;
  background:url(http://www6.fotoalbum.de/mandants/root/gfx/borderBox3_left_bottom.gif?1236782233) no-repeat;
}

.bgBorderBoxCRightBottom {
  height:12px;
  width:12px;
  background:url(http://www8.fotoalbum.de/mandants/root/gfx/borderBox3_right_bottom.gif?1236782233) no-repeat;
}

/* ============================================================================================= */
/* tabsMenu */
.tabsMenu {
  background: url(http://www3.fotoalbum.de/mandants/root/gfx/box_resizeable_tab_bg.gif?1236782233) repeat-x;
  background-position:bottom;
  font-size: 9px;
  margin: 0;
}
.tabsMenu ul {
  height:21px;
  margin:0;
  padding:0;
  list-style:none;
}
.tabsMenu li {
   float:left;
   background: url(http://www7.fotoalbum.de/mandants/root/gfx/spacer.gif?1236782233) no-repeat;
  margin:0;
  padding:0 0 0 9px;
}
.tabsMenu a {
  float:left;
  display:block;
  background: url(http://www7.fotoalbum.de/mandants/root/gfx/spacer.gif?1236782233) no-repeat;
  text-decoration:none;
  padding: 5px 15px 4px 5px;
  font-weight:bold;
  color: #003500;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.tabsMenu a { float:none; }
/* End IE5-Mac hack */
.tabsMenu a:hover { color:#7D7D7D; }

.tabsMenu li          { background: url(http://www4.fotoalbum.de/mandants/root/gfx/box_resizeable_tab_active_l.gif?1236782233); }
.tabsMenu li a        { background: url(http://www8.fotoalbum.de/mandants/root/gfx/box_resizeable_tab_active_r.gif?1236782233) top right no-repeat; }
.tabsMenu li.active   { background: url(http://www6.fotoalbum.de/mandants/root/gfx/box_resizeable_tab_l.gif?1236782233); }
.tabsMenu li.active a { background: url(http://www8.fotoalbum.de/mandants/root/gfx/box_resizeable_tab_r.gif?1236782233) top right no-repeat; }

/* ============================================================================================= */
/* general list */

ul.generalList { position:relative; }

ul.generalList li.generalList {
  display: block;
  position:relative;
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/list_border_bottom.gif?1236782233) repeat-x left bottom ;
  clear:left;
  height:100%;
  margin-bottom:5px;
}

ul.generalList.teaser li.generalList p,
ul.generalList.teaser li.generalList h5 {
  width:350px;
  float:left;
  margin:5px 0px 5px 10px;
}

ul.generalList.teaser li.generalList img {
  float:left;
  padding:5px;
}

ul.generalList h2,
ul.generalList h3,
ul.generalList h4 {
  margin:2px 0 2px;
  padding:0;
}

/* ============================================================================================= */
/* Styles für tableliste - prices, accounting... */

.tableList table {
  border-collapse: collapse;
  margin-top: 5px;
}

.tableList table td,
.tableList table th {
  font-size: 11px;
  padding: 0 0 0 5px;
}

.tableList table th {
  vertical-align: middle;
  font-weight: bold;
}

.tableList table td {
  text-align: left;
  vertical-align: middle;
}

.tableList table th.price,
.tableList table td.price {
  text-align: right;
  padding: 0 5px 0 0;
}

.tableList table tr { height: 18px; }

.tableList td.bookType,
.tableList td.coverType { text-align:center; }

.tableList td.coverType {
  vertical-align: top;
  padding: 5px 0;
}

.tableList .billUnderline { padding:0; }
.tableList .billUnderline hr { height:1px; }

/* ============================================================================================= */
/* image - gallery global */
.imageContainer {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.imageContainer .imageBox {
  text-align: center;
  border: 1px solid #eee;
  position: static;
}

.imageContainer .imageBox img { margin: 0; }

/* ============================================================================================= */
/* Overlayer */
/* Body */
#overLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}

/* Body */
div.overLayer {
  margin:0;
  padding:0;
  top: 0;
  left: 0;
  width:600px;
  height:400px;
  font-size: 11px;
  z-index: 2000;
  position: absolute;
  background: #FFFFFF url(http://www6.fotoalbum.de/mandants/root/gfx/modalbox_bg.gif?1236782233) 0 0 repeat-y;
  overflow:hidden;
}

div.overLayer img.overLayerClose {
  float:right;
  padding:10px;
  display:block;
  position:relative;
}

div.overLayer .left {
  float: left;
  height:100%;
  width: 200px;
}

div.overLayer .right {
  float: left;
  height:100%;
  width: 395px;
}

div.overLayer .simpleContent    { padding: 20px 20px 0; }
div.overLayer .folderImage      { margin: 40px 10px 10px 30px; }
div.overLayer .headline h1      { margin-top: 50px; }
div.overLayer .folderCoverImage { margin-right:1px; }

div.overLayer .headline p {
  padding-top: 5px;
  color: #BFBFBF;
}

div.overLayer .left.image div { margin: 10px; }
div.overLayer #goStep1 img { border:1px solid white; }

div.overLayer #statusDisplay {
  font-weight: bold;
  margin:0px 8px 0;
  padding-bottom:10px;
}

#overLayerImageSlideShow, #simpleOverLayer {
  display:none;
  background:white url(http://www2.fotoalbum.de/mandants/root/gfx/waiting.gif?1236782233) no-repeat scroll 48%;
}

/* ============================================================================================= */
/* iframe - Modalbox */
/* http://www.pjhyett.com/posts/190-the-lightbox-effect-without-lightbox */

#iframePage {
  padding: 0;
  margin: 0 auto;
  font-size: 11px;
  background: #FFFFFF url(http://www6.fotoalbum.de/mandants/root/gfx/modalbox_bg.gif?1236782233) 0 0 repeat-y;
}

#iframePage.lightbox { background: #FFFFFF; }

#iframePage .left {
  float: left;
  width: 200px;
}

#iframePage .right {
  float: left;
  width: 400px;
}

#iframePage .simpleContent        { padding: 20px 20px 0; }
#iframePage .left.folderImage div { margin: 40px 10px 10px 30px; }
#iframePage .right.headline h1    { margin-top: 40px; }

#iframePage .right.headline p {
  padding-top: 5px;
  color: #BFBFBF;
}

#iframePage .left.image div { margin: 10px; }

#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#MB_wrapper {
  position:absolute;
  z-index:3500;
}

#MB_window {
  position:relative;
  border: none;
  background-color:#FFF;
  text-align:left;
}

#MB_content { overflow: hidden; }

#modalbox_close {
  float: right;
  margin: 8px 10px 0 0;
}

#modalbox_prev_next_navi {
  float: right;
  margin: 10px 50px 0 0;
  color: silver;
}

.waitOverlay {
  position:absolute;
  width: 100%;
  top:0px;
  left:0px;
}

.waitOverlay .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: #fff;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.waitOverlay .warpper{
  position:absolute;
  top:0px;
  left:0px;
}

.waitOverlay .window{
  position:relative;
  margin: 150px auto auto auto;
  background-color:#fff;
  height:160px;
  width:300px;
  text-align:center;
  padding-top:90px;
  border: 2px solid #bbbbbb;
}

.waitOverlay .window img{
  border:none;
  margin:auto;
}

/* page error */
.error_page {
  height: 350px;
}
.error_page .error_box {
  background-color: white;
  clear:both;
  width:560px;
  border: 1px solid #e9e9e9;
  height: 115px;
  margin-top:40px;
}
.error_page .error_box img {
  float:left;
  height: 67px;
  width: 78px;
  margin: 5px 0 0 5px;
}
.error_page .error_box div {
  margin-left: 100px;
  padding: 5px;
}
.error_page .error_box .backLink {
  clear:both;
  background: url(http://www7.fotoalbum.de/mandants/foa/gfx/showroom_button_arrow.gif?1247122194) no-repeat left top;
  padding: 3px 11px 3px 23px;
  margin: 6px 10px 8px 0;
  float:right;
  color: #99CC33;
}

/* ============================================================================================= */
/* payment error */
#payment_error {
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/not_supported_browser.jpg?1236782233) top left no-repeat;
  padding-left: 350px;
  height: 350px;
}

#payment_error ul li {
  margin-bottom:10px;
  clear:left;
}

#payment_error ul li img {
  vertical-align:top;
  float:left;
}

#payment_error ul li a {
  vertical-align:middle;
  float:left;
  padding-left:10px;
  width:380px;
}


/********************* Seite für User mit nicht unterstützten Browsern ***************************/

#browser_info {
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/not_supported_browser.jpg?1236782233) top left no-repeat;
  padding-left: 350px;
}
#windows_list, #mac_list{
  font-weight: bold;
  padding-left: 80px;
  padding-top: 10px;
}
#windows_list {
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/windows_icon.gif?1236782233) top left no-repeat;
}
#mac_list {
  background: url(http://www4.fotoalbum.de/mandants/root/gfx/mac_icon.gif?1236782233) top left no-repeat;
}
#windows_list ul, #mac_list ul{
  padding-top: 20px;
}

.firefox, .ie, .opera, .safari {
  height: 45px;
  padding-left: 45px;
  padding-top: 10px;
}
.firefox {
  background: url(http://www5.fotoalbum.de/mandants/root/gfx/firefox.gif?1236782233) top left no-repeat;
}
.ie {
  background: url(http://www6.fotoalbum.de/mandants/root/gfx/explorer.gif?1236782233) top left no-repeat;
}
.opera {
  background: url(http://www8.fotoalbum.de/mandants/root/gfx/opera.gif?1236782233) top left no-repeat;
}
.safari {
  background: url(http://www5.fotoalbum.de/mandants/root/gfx/safari.gif?1236782233) top left no-repeat;
}

