#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sbcontent.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
  position:relative;
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}
#sb-body, #sb-loading {
  background-color: #fff; /* should match loading image background color */
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;

}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 20px;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}


#sb-info-inner.noImage
{
	background-image:none!important;
}

div#sb-container a.BlockLink
{
	background-image:url('../images/Arrows/BlockLinkArrowBlue.gif');
	padding:0 0 0 12px;
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
}

div#sb-container a.BackLink
{
	float:left;
	display:block;
	background-image:url('../../_global/images/arrow/BackBlue.gif');
	padding:4px 4px 0 30px;
	background-color:#c4e0f2;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:14px;
	height:19px;
	font-weight:bold;
	text-decoration:none;
}

#sb-title {
	padding: 0px; /*clear #sb-nav-close by 4px*/
	z-index: 1;
	background-color: #fff;
	margin: 0px;
}
#sb-title-inner {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #202020;
	padding: 0px;
	height: 90px;
	margin: 58px 0px 0px 0px;
	font-size: 24px;
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 15px !important; /*initially set to same as #sb-title height*/
	right: 0px;
	display: block;
	width: 109px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
}

#sb-body {
	z-index: 3;
	margin:0px;
	border: 1px solid #c4c4c4;
}
#sb-info {
	z-index: 4;
	height: 64px !important; 
	padding-bottom: 10px;
}
#sb-info-inner {
	background-image: url(../images/OttoFindIchGut.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	margin-top: 24px;
}
#sb-wrapper {
	border: 2px solid #db1f2e;
	padding: 30px 15px;
	background-color: #fff;
}

#sb-title {
	padding: 0px; /*clear #sb-nav-close by 4px*/
	z-index: 1;
	background-color: #fff;
	margin: 0px;
}
#sb-title-inner {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #202020;
	padding: 0px;
	height: 90px;
	margin: 58px 0px 0px 0px;
	font-size: 24px;
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 15px !important; /*initially set to same as #sb-title height*/
	right: 0px;
	display: block;
	width: 109px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
}

#sb-body {
	z-index: 3;
	margin:0px;
	border: 1px solid #c4c4c4;
}
#sb-info {
	z-index: 4;
	height: 64px !important; 
	padding-bottom: 10px;
}
#sb-info-inner {
	background-image: url(../images/OttoFindIchGut.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	margin-top: 24px;
}
#sb-wrapper {
	border: 2px solid #db1f2e;
	padding: 30px 15px;
	background-color: #fff;
}
