{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font-size: 12px;
  color:#666;
  font-family:arial,helvetica,sans-serif;
}

#TB_secondLine {
  font-size: 12px;
  color:#666;
  font-family:arial,helvetica,sans-serif;
}

#TB_window a:link {
  color: #ff6600;
  text-decoration:underline;
}

#TB_window a:visited {
  color: #ff6600;
  text-decoration:underline;
}

#TB_window a:hover {
  color: #ff6600;
  text-decoration:underline;
}

#TB_window a:active {
  color: #ff6600;
  text-decoration:underline;
}

#TB_window a:focus{
  color: #ff6600;
  text-decoration:underline;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> specific classes <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window .info_text_container{
  padding: 11px;
  width:90%;
}

#TB_window .info_text_floatright{
  float: right;
  margin: 0 0 10px 10px;
}

#TB_window div.info_text_floatright img{
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

#TB_window p, #TB_window li {
  margin-top: 0;
  font-size: 12px;
  color:#666;
  font-family:arial,helvetica,sans-serif;
}

#TB_window .mainmenu_text_container{
  width: 875px;
  min-width: 875px;
}

#TB_window .news_text_container{
  width: 675px;
  min-width: 675px;
}

#TB_window ul {
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#TB_window li {
  padding: 0;
  padding-left:18px;
  overflow: hidden;
  /*
  display: inline;
  float: left;
  */
}

#TB_window img.mainmenuimage {
  float: right;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  margin: 0 0 15px 15px;
}

#TB_window img.mainmenuimagenoborder {
  float: right;
  margin: 0 0 15px 15px;
}

#TB_window .header{
  color:#333;
  font-size:14px;
  font-family:Georgia,serif;
  font-weight:normal;
}

#TB_window li p {
  list-style-type: none;
  margin: 0;
  /*
  float: left;
  width: 220px;
  */
}

#TB_window a#TB_closeWindowButton {
  color:#fff;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Calsheet <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window span.calSheet {
  display: block;
  text-align: center;
}

#TB_window span.calSheet span {
  display: block;
  float: left;
  width: 100%;
}

#TB_window span.calSheet span.month {
  background: #ff7f00;
  border: 1px solid #ff7f00;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1em;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}

#TB_window span.calSheet span.day {
  background: #999;
  border: 1px solid #ccc;
  border-top: none;
  color: #000;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -0.1em;
}

#TB_window span.calSheetSmall {
  width: 25px;
}

#TB_window span.calSheetSmall span.month {
  height: 10px;
  font-size: 9px;
}

#TB_window span.calSheetSmall span.day {
  font-size: 14px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* fix inlagd 2008-12-30 */
/*
#TB_overlay {
  position: absolute;
  z-index:10000000;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  min-height:100%;
  height: auto;
  _height: 100%;
}
*/

#TB_overlay {
  position: fixed;
  z-index:10000000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {
  background: url(http://www.steinberg.se/images/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: #eee url(http://www.steinberg.se/images/bg_modal.gif);
  background-repeat: repeat-x;
  z-index: 10000002;
  color:#666;
  display:none;
  border:1px solid #ddd;
  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:5px 12px 5px 0;
  margin-bottom:3px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
  float:left;
  padding:5px 0 5px 10px;
  margin-bottom:3px;
}

#TB_title{
  background: #ff9933 url(http://www.steinberg.se/images/slider_bg_top.gif);
  background-repeat: repeat-x;
  border-bottom:1px solid #999;
  color:#fff;
  font-size:14px;
  font-family:Georgia,serif;
  font-weight:normal;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  /*
  padding:3px 5px 5px 1px;
  */
  padding:0px 0px 0px 0px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_ajaxContent p{
  padding:0px 0px 6px 0px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:10000003;
  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:9999000;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#eee;
  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;
}