body {
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  margin: 0px;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-x;
}

form {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  color: #0066B3;
  text-decoration: none;
}

div {
  position: relative;
  text-align: left;
}

#breadcrumb {
  padding-top: 24px;
  color: #33548A;
}

#breadcrumb a {
  color: #33548A;
  text-decoration: none;
}

#wrapper {
  text-align: center;
  margin: 0px auto;
  width: 988px;
  border-right: 1px solid #0066B3;
  border-bottom: 1px solid #0066B3;
  border-left: 1px solid #0066B3;
  background-color: #FFF;
}

/* CONTENT */

#content {
  margin-top: 30px;
}

#content .csc-header h1 {
  color: #33548A;
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-style: italic;
}

#content p.bodytext {
  margin-top: 15px;
  font-weight: normal;
  line-height: 150%;
}

.tx-indexedsearch {
  margin-top: 15px;
}

#content img {
  margin: 5px;
}

/* END OF CONTENT */
/* HEADER NAVIGATION */

#headernavi {
  background-color: #FDCD02;
  height: 24px;
}

#languageselector {
  background-color: #FDCD02;
  height: 24px;
}

#languageselector a {
  color:#0066B3;
  display:block;
  font-size:10px;
  margin-top:2px;
  text-decoration:none;
  text-transform:uppercase;
}

#nav1 {
  float: left;
}
#nav1 table td a {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0066B3;
}

#languageselector {
  margin-left: 20px;
  float: left;
}

#searchbox {
  float: left;
}
/* END OF HEADER NAVIGATION */

/* MAIN NAVIGATION */

.spacer {
  background-color: #fdcd02;
  height: 3px;
  font-size: 1px;
  color: #FFD74C;
}

#mainnavi a {
  text-transform: uppercase;
  color: #0066B3;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}

#mainnavi a:hover {
  background-color: #Fdcd02;
}

#mainnavi ul {
  margin-left: 0px;
  padding: 0px;
}

ul.menu-level1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#mainnavi ul li {
  list-style-type: none;
}

li.menu-level1-inactive a {
  padding-left: 4px;
}

li.menu-level1-active a {
  padding-left: 4px;
}

li.menu-level1-current-active a {
  background-color: #fdcd02;
  padding-left: 4px;
}

li.menu-level2-current-active a {
  background-color: #Fdcd02;
  padding-left: 15px;
  display: block;
}

li.menu-level2-inactive a {
  background-color: #FFF;
  padding-left: 15px;
  display: block;
}
/* END OF MAIN NAVIGATION */

#header {
  height: 210px;
}

#header_image {
  width: 783px;
  height: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#left {
  float: left;
  width: 211px;
  padding-top: 18px;
  position: relative;
  z-index: 0;
}

#main {
  float: left;
  width: 525px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

#right {
  float: left;
  width: 212px;
  padding-top: 18px;
}

#logo {
  width: 322px;
  height: 120px;
  background-image: url(../images/logo.png);
  position: absolute;
  top: 0px;
  right: 0px;
}

#linecard {
  position: absolute;
  width: 210px;
  height: 80px;
  padding-top: 8px;
  bottom: 0px;
  left: 0px;
  background-color: #FFD74C;
  border: 1px solid #0066B3;
  border-left: 0px;
  border-right: 0px;
}

#banner {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 778px;
  height: 88px;
  overflow: hidden;
  border: 1px solid #0066B3;
  border-right: 0px;
}

#clear {
  clear: both;
}
.clear {
  clear: both;
}


/* News */

.teaserbox {
  background-image: url(../images/teaserbox_bg.png);
  background-repeat: repeat-x;
  width: 201px;
  height: 92px;
  border: 1px solid #0066B3;
  border-right: 0px;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.teaserbox h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial;
  font-style: italic;
  color: #0066B3;
}

.teaserbox .readmore {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  font-weight: bold;
  color: #0066B3;
}

.teaserbox .readmore a {
  color: #0066B3;
  text-decoration: none;
}

.news-list-item {
  margin-bottom: 15px;
  font-family: Arial;
}

.news-list-item .news-list-date {
  font-weight: bold;
}

.news-list-item h3 {
  color: #0066B3;
  padding: 0px;
  margin: 0px;
}

.news-list-item h4 {
  margin: 0px;
  padding: 0px;
}

.news-list-item p.bodytext {
  font-family: Arial;
  line-height: 150%;
  font-size: 11px;
}

.news-single-item p.bodytext {
  margin-bottom: 10px;
  font-family: Arial;
  line-height: 150%;
  font-size: 11px;
}

.news-single-timedata {
  font-weight: bold;
}

.news-single-item h2 {
  font-size: 14px;
  font-weight: bold;
  color: #0066B3;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
}
/* LOGIN FORMULAR */

#login .loginfield {
  font-weight: bold;
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}

#login #user {
  width: 160px;
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#login #pass {
  width: 160px;
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  float: left;
}

#login #submit {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  color: #0066B3;
  font-weight: bold;
  font-size: 10px;
  padding-top: 4px;
}

#login {
  background-color: #FFD74C;
  width: 201px;
  height: 140px;
  border: 1px solid #0066B3;
  border-right: 0px;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 10px;
}

#login a {
  position: absolute;
  bottom: 5px;
  left: 6px;
}

#login .statusheader,
#login h1 {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-family: Arial;
  font-weight: bold;
  color: #33548A;
  font-size: 14px;
}
#login h2 {
  font-size: 14px;
}



.csc-form-fieldcell input {
  width: 110px;
  font-size: 10px;
}
.tx-macinasearchbox-pi1 {
  width: 310px;
}
/* MAILFORM */

input.mailform_long {
  width: 310px;
}

input.mailform_short {
  width: 130px;
}

/* IMPRINT BOX */

#imprintteaser {
  margin-bottom: 10px;
}

.impbox {
  padding: 4px;
  padding-top: 6px;
  margin-top: 18px;
  width: 202px;
  height: 117px;
  background-image: url(../images/imprint_bg.gif);
  background-repeat: no-repeat;
  border: 1px solid #00336B;
  border-left: 0px;
  margin-bottom: 15px;
}

.impbox .box_headline {
  color: #33548A;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

/* END OF IMPRINT BOX */

/* SEARCH */

#searchbox {
  position: absolute;
  right: 0px;
  top: 0px;
}

.lb_searchbox {
  display: block;
  float: left;
  margin-top: 5px;
  padding-right: 4px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0066B3;
}

.tx-indexedsearch-title a, .tx-indexedsearch-percent {
  text-transform: uppercase;
  text-decoration: none;
  color: #33548A;
  font-weight: bold;
  font-size: 11px;
}

.tx-indexedsearch-res {
  margin-top: 15px;
}
/* END OF SEARCH */

 
/* Linecard */

/* AUTOSENSE */
#wrapperAutocomplete {
  position: absolute;
  margin-top: -35px;
  left: 3px;
  z-Index: 9999;
  width: 150px;
  display: block;
}

#wrapperAutocomplete select {
  border: 1px solid #0066B3;
  overflow: auto;
  width: 149px;  
  background-color: #FFF;
  z-Index: 9999;
  position: relative;
}

#linecard .statusheader {
  font-weight: bold;
  color: #33548A;
  font-size: 14px;
  padding-left: 4px;
}

.tx_linecard div.element {
  height: 120px;
  padding: 0px;
  margin: 0px;
}

.tx_linecard h3.toggler {
  padding-left: 22px;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  cursor: pointer;
  text-decoration: underline;
}


.tx_linecard div.itemWrap {
  margin-top: 10px;
}

.tx_linecard div.itemWrap td {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
}

.tx_linecard div.itemWrap .linecard_image {
  width: 180px;
  padding-left: 20px;

}

.tx_linecard div.itemWrap .linecard_image img {
  border: none;
}

.tx_linecard div.itemWrap .linecard_desc {
  width: 200px;
}

.tx_linecard div.itemWrap .linecard_products {
  width: 124px;

}

.tx_linecard div.itemWrap .linecard_gallery {
  width: 524px;

}

.tx_linecard div.itemWrap table {
  border-top: 2px solid #0066B3;
  border-bottom: 2px solid #0066B3;
}

.tx_linecard div.itemWrap table img {
  border: none;

}


.tx_linecard div.itemWrap .linecard_gallery .inside {
  padding-left: 20px;
}

.tx_linecard table h3 {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;
}


.tx_linecard div.inside {
  padding-top: 20px !important;
  border: none !important;
  height: 70px !important;
}




/* wraps the hole tab */
.rgtabs-wrapper {
  clear:both;
  width: 524px;
  background-image: url(../images/linecard_bg.png);
  background-repeat: repeat-x;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  background: url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  padding: 0px;
  height: 35px;
  margin: 0px;
  list-style:none;
}

/* Tab-Menu li */

.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  float: left;
  cursor: pointer;
} 


.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style: none;
  float: left;
  margin: 0px;
  cursor: pointer;
  width: 262px;
  background-color: #d9e8f4;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  font-family: arial;
  font-size: 13pt;
  padding: 0px 0px 0 0;
  text-decoration: none;
  text-align: center;
  outline:0;
  color: #0066CC;
  width: 100%;
}

/* Selected Tab #0066B3 */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
  background-color: #0066b3;
} 

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  color: #FFF;
}

#print {
  position: absolute;
  right: 30px;
  top: 18px;
  text-transform: uppercase;
}

/* Style for form */

.csc-mailform {
  border: none;
}

.csc-mailform-field  label {
  width: 200px;
  display: block;
  float: left;
}

.csc-mailform-field  input {
  margin: 2px 0px;
  border: 1px solid silver;
}

.csc-mailform-radio  fieldset{
  border: 1px solid silver;
  margin: 2px 0px;
  width: 248px;
}

.csc-mailform-radio label {
  display: inline;
  float: none;
  height: 15px;
  line-height: 15px;
}

.csc-mailform-radio  {
  width: 20px;
}

#mailformSonstige_Mitteilung_an_uns {
  border: 1px solid silver;
}

.tx-newloginbox-pi1 h3 {
  color:#33548A;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 5px;
  padding:0px;
}

.tx-newloginbox-pi1 form table input {
  background: none;
  color: #0066B3;
  font-weight: bold;
  border: none;
}
#enterPage {
  position: absolute;
  right: 0px;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #0066B3;
}
