/* 
 * Defaults 
 */
html { 
  width: 100%;
}

body {
  width: 100%;
  margin: 0; 
  padding: 0;
  font-family: Verdana, sans-serif;
  width: 100%;
  background-color: #aaa;
  color: #333;
}

html { overflow: -moz-scrollbars-vertical; } 

p, td, li, div {
  font-size: 10pt;
  padding-top: 0;
  margin-top: 0;
}

p {
  padding-bottom: 0;
  margin-bottom: 13px;
}

ul, ol {
  margin-left: 10px;
  padding-left: 10px;
}

img {
  border: 0;
}

a, a:link, a:active, a:visited {
  color: #333;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 3px;
  padding-top: 10px;
  font-size: 12pt;
}

.hide {
  display: none;
}

.fixfloat {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 10px;
}

#page {
  width: 100%;
  padding-bottom: 20px;
}

#productpage {
	background-color: #E3E3E3;
	min-height: 100%;
}

#centerize {
  width: 980px;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0 auto;
  background: url('../images/bgpage.gif') repeat-y -1px;
}

.csc-textpic, .csc-textpic-imagewrap, .csc-textpic-image {
  margin: 0; padding: 0;
}

.csc-textpic img {
  margin: 0; padding: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
  margin-left: 0;
}

/*
 * General menu definitions
 */
ul.hmenu {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.hmenu li {
 list-style: none;
 margin: 0;
 padding: 0;
 float: left;
}

/* 
 * Head area 
 */

#head {
  background: url('../images/head.jpg') no-repeat #333;
  height: 213px;
}

#logo {
  padding-left: 29px;
  padding-top: 27px;
  float: left;
  width: 300px;
}

#highlightbutton {
	float: left;
	margin-top: 33px;
	margin-left: 485px;
}

#menu {
  background: url('../images/head_menu_bg.jpg') no-repeat #333;
  height: 32px;
}

#languagemenu {
  float: right;
  margin-right: 65px;
  margin-top: 11px;
}

#languagemenu img {
  margin-left: 5px;
}

#firstlevel {
  float: left;
  margin-left: 22px;
  padding-top: 8px;
}

#firstlevel li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}

#firstlevel li a {
  text-decoration: none;
}

#firstlevel li a:hover {
  text-decoration: underline;
}

#firstlevel li.last {
  border-right: 0;
}

#firstlevel li.active {
  font-weight: bold;
}

/*
 * Main area
 */
.divider {
  background: url('../images/head_divider.jpg') no-repeat #333;
  height: 10px;
}

#contentborder {
  padding-top: 22px;
  padding-left: 22px;
  background: url('../images/main_bg.gif') repeat-y #999;
}

#content {
  min-height: 200px;
  background-color: #e3e3e3;
  padding-left: 28px;
  padding-top: 15px;
  padding-right: 64px;
  padding-bottom: 20px;
}

.csc-default {
	max-width: 625px;
}

#submenu {
  height: 16px;
}

#submenu li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
}

#submenu li a {
  text-decoration: none;
}

#submenu li a:hover {
  text-decoration: underline;
}

#submenu li.last {
  border-right: 0;
}

#submenu li.active {
  font-weight: bold;
}

#infobox {
  width: 215px;
  float: right; 
}


#infobox .infobox-header {
  margin-bottom: 3px;
}

#infobox .infobox-header-borderleft {
  background: url('../images/infobox_header_borderleft.gif') no-repeat #333;
  width: 5px;
  height: 29px;
  overflow: hidden;
  float: left;
}

#infobox h1.infobox-header-text {
  font-weight: normal;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  width: 203px;
  padding-top: 4px;
  height: 25px;
  background: url('../images/infobox_header_bg.gif') repeat-x #333;
  overflow: hidden;
  color: #a6a6a6;
  text-align: center;
  float: left;
}

#infobox .infobox-header-borderright {
  background: url('../images/infobox_header_borderright.gif') no-repeat #333;
  width: 7px;
  height: 29px;
  overflow: hidden;
}

#infobox .infobox-content {
  background-color: #fff;  
  padding: 20px;
  margin-right: 2px;
  margin-bottom: 20px;
}

#maincontent {
  float: left;
}

/*
 * Footer 
 */
#footer {
  height: 30px;
  clear: both;
  background: url('../images/main_bg.gif') repeat-y #e3e3e3;
  padding-left: 50px;
  padding-right: 64px;
  padding-top: 5px;
  width: auto;
}

#footerborder {
  padding-top: 5px;
  border-top: 1px solid #333; 
}

#footer p {
  margin: 0;
  padding: 0;
  width: auto;
}

#footer div.csc-default {
  max-width: 750px;
}

#footer .address {
  float: left;
  width: 750px;
}

#footer .imprint {
  float: right;
}

#bottomline {
  clear: both;
  background: -3px url('../images/footer_bottom_bg.gif') no-repeat;
  width: 1002px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * tt_news
 */
.news-latest-item {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}


.news-latest-item h2 {
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.news-latest-item .news-latest-date {
  text-align: center;
  margin-bottom: 3px;
  font-weight: bold;
}

.news-list-item {
  width: 625px;
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

.news-list-item p.bodytext {
  margin-left: 0;
}

.news-list-item .news-list-date {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
}

.news-list-item .news-list-date a, .news-list-item .news-list-date a:link {
  text-decoration: none;
}

.news-list-item .news-list-header {
  margin-left: 120px;
  font-weight: bold;
}

.news-list-item .news-list-subheader {
  margin-left: 120px;
}

.news-list-item .news-list-subheader p.bodytext img {
  margin-right: 10px;
  margin-bottom: 3px;
  margin-top: 2px;
}

.news-list-item .news-list-images {
  margin-left: 120px;
  line-height: 0;
  font-size: 0;
}

.news-list-item .news-list-images img {
  height: 80px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}


#tx_qthabaproduct_pi1 {
  width: 866px;
  height: 500px;
}

iframe body {
	background-color: transparent;
}

/* Newsletter Subscribe */
.tx-sremailsubscribe-pi1 {
  margin-left: 120px;
  margin-bottom: 30px;
}

.tx-sremailsubscribe-pi1 p {
  padding: 0;
}

.tx-sremailsubscribe-pi1 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.tx-sremailsubscribe-pi1 fieldset legend {
  display: none;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-notice {
  margin-left: 120px;
  padding: 0;
}

.tx-sremailsubscribe-pi1 fieldset {
  margin-left: -120px;
}

.tx-sremailsubscribe-pi1 dt {
  width: 100px;
  padding: 0;
  margin-right: 20px;
  /*font-weight: bold;*/
}

.tx-sremailsubscribe-pi1 dt span {
  font-size: 8pt;
}

.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
  margin: 0;
  padding: 0;
}

.tx-sremailsubscribe-pi1 input {
  padding: 0;
}

.tx-sremailsubscribe-pi1 h4 {
	margin-top: 0;
        margin-left: 0;
	padding-left: 0;
	font-size: 10pt;
	font-weight: normal;
}

.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-trash {
  margin-left: 120px;
}


/*
 * Powermail Formulare
 */
.tx-powermail-pi1_fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.tx-powermail-pi1_fieldset legend {
  display: none;
}

.tx-powermail-pi1_fieldset label {
  display: block;
  width: 150px;
  float: left;
}

.tx_powermail_pi1_fieldwrap_html {
  clear: left;
  margin-bottom: 3px;
}

.tx_powermail_pi1_fieldwrap_html_check {
  margin-top: 20px;
  margin-left: 150px;
}

.tx_powermail_pi1_fieldwrap_html_check .powermail_mandatory_js {
  clear: left;
  margin-left: 0px;
}

.tx_powermail_pi1_fieldwrap_html_check .tx_powermail_pi1_fieldwrap_html_checkbox_title {
  display: none;
}

.tx_powermail_pi1_fieldwrap_html_check label {
  float: none;
  display: inline;
  width: auto;
}

.tx_powermail_pi1_fieldwrap_html_check input {
  float: left;
}

.powermail_mandatory_js {
  color: rgb(200, 0, 0);
  margin-left: 150px;
  margin-bottom: 3px;
}

.tx_powermail_pi1_fieldwrap_html_label {
  font-weight: bold;
  margin-top: 25px;
}

.tx_powermail_pi1_fieldwrap_html_submit {
  margin-top: 20px;
  margin-left: 150px;
}

/* Special field formatting */
#powermaildiv_uid5 label, #powermaildiv_uid6 label, #powermaildiv_uid7 label, #powermaildiv_uid23 label, #powermaildiv_uid43 label, #powermaildiv_uid44 label, #powermaildiv_uid45 label, #powermaildiv_uid46 label, #powermaildiv_uid61 label, #powermaildiv_uid62 label, #powermaildiv_uid63 label, #powermaildiv_uid64 label, #powermaildiv_uid67 label, #powermaildiv_uid68 label, #powermaildiv_uid69 label, #powermaildiv_uid70 label, #powermaildiv_uid207 label, #powermaildiv_uid208 label, #powermaildiv_uid209 label, #powermaildiv_uid210 label, #powermaildiv_uid215 label, #powermaildiv_uid216 label, #powermaildiv_uid217 label {
  width: 220px;
  margin-right: 10px;
}

#powermaildiv_uid60 {
  font-weight: normal;
}

/* qtdownload */
.ce-download .tree_container ul, .ce-download .tree_container ul li {
	list-style: none;
}

.ce-download .tree_container ul li {
	margin-bottom: 8px;
	margin-top: 8px;
}

/*.ce-download .tree_container ul {
	margin-top: 7px;
	margin-bottom: 3px;
}*/

.ce-download .tree_container a.folder {
	background: url('../images/catfolder.gif') no-repeat;
	padding-left: 23px;
}

.ce-download .tree_container a.folder_open {
	background: url('../images/catfolder_color.gif') no-repeat;
	padding-left: 23px;
}

.ce-download .tree_container a.file {
	background: url('../images/default.gif') no-repeat;
	padding-left: 23px;
}

.ce-download .tree_container a.file_pdf {
	background: url('../images/pdf_color.gif') no-repeat;
}

.ce-download .tree_container a.file_doc, .ce-download .tree_container a.file_docx {
	background: url('../images/doc_color.gif') no-repeat;
}

.ce-download ul li img.ajaxload {
	vertical-align: bottom;
	margin-left: 10px;
}

.ce-download ul li img.fileinfo {
	vertical-align: bottom;
	margin-left: 6px;
}

#fancybox-inner .preview {
	float: right;
}
