@import url('static/scripts/typo3.print.css');

#page_title {
  display: none;
}

#footer_container p {
  margin: 0;
}

  #content_page_title h1 {
    margin: 0;
  }

#main_container,
#main {
  width: 720px;
}
    
#content_container {
  
}

  #more_info_container {
    
  }

/*
#header_container,
#footer,
#bottom_background_image,
#style_switcher_container,
#subnav_container,
#nav_skip,
#nav_container,
#news_tabs,
#user_actions_container,
.zoom,
#user_interact_opener_container,
#user_interact_container {
  display: none;
}

#news_tab_content div.tab_content,
#footer_container #weber_container {
  display: block;
  position: relative;
}

#footer_container #weber_container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  height: auto;
  width: auto;
  font-size: 70%;
  margin-top: 30px;
  border-top: 1px solid #333;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

a,
.caption,
.headline,
.subline,
#content .content_head,
#content .content_text,
#main .detail .info_list dt,
#main .info_list dt {
  color: #000 !important;
  color: #000;
}

a.icon,
.icon a,
.icon a, a.icon,
a.icon_page, a.icon_external, a.icon_download, a.icon_mail,
#main .info_list dd span.icon a {
  padding-left: 0;
}

#logo_print {
  display: block;
  margin-bottom: 30px;
}

#rootline_container {
  margin-bottom: 20px;
  font-size: 80%;
}

#content_container {
  float: left;
  width: 65%;
  padding-right: 5%;
}

.home #content_container,
.wide #content_container,
.medium #content_container {
  width: 100%;
}

#more_info_container {
  width: 30%;
  float: right;
}

#footer_container {
  clear: both;
  width: 100%;
  padding-top: 30px;
}

div.CLEAR {
  clear: both;
  height: 2px;
}

*/