@import url("content.css");
@import url("forms.css");
@import url("jquery.ui.css");

@media screen {
  table.features img {
    width: 181.6px;
    height: 218px;
    text-align: center;
  }

  div.singlefeature img {
    width: 230px;
    height: 168px;
  }

  div.singlefeature img.newbadge {
    width: 60px;
    height: 60px;
  }
}
 
div.subnavi span span.activelink {
  padding-right: 0;
}

table.features {
  border-collapse: collapse;
  width: 910px;
}

table.features td {
  padding: 5pt;
  text-align: center;
  vertical-align: top;
  width: 227.5px;
}

table.features td h3 {
  text-align: center;
  font-size: 18px;
}

table.features td p {
  text-align: justify;
  padding: 0 5px;
  hyphens: auto;
}

table.features h1 {
  font-family: sans-serif;
  text-shadow: #c0c0c0 3px 3px 5px;
}

h1.mainheadline {
  margin-bottom: 10px;
  margin-top: -3px;
}
  
h1.mainheadline {
  font-family: Arial, Helvetica;
  font-size: 30px;
  color: rgb(55,55,55);
  text-shadow: 2px 2px 3px #ccc;
}

div.mainheadlinelogo {
    float: right;
  margin-top: 7px;
    margin-right: 16px;
}

div.mainheadlinecontainer {
    margin-top: -25px;
}

div.mainheadlinecontainer.frontpage {
    margin-top: -15px;
}

div.mainheadlinecontainer h1.mainheadline {
   margin-top: 33px;
   float: left;
}

div.mainheadlinecontainer div.mainheadlinefrontcontainer {
    float: left;
    margin-top: 15px;
}


div.mainheadlinecontainer div.mainheadlinefrontcontainer h1.mainheadline {
    float: none;
    margin-top: 0;
    margin-bottom: 4px;
    
}

h1.contenttagline {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
  margin-top: 
}

h2.tagline {
  font-size: 10.2pt;
  font-style: italic;
  color: grey;
  margin: 0px;
}


h2.contentheader {
  font-family: Arial, Helvetica;
  font-size: 16px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 4px;
}

body {
  background-image: url(../_gfx/background/bg_shading.jpg);
  background-repeat:repeat-x;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;  
  text-align: center;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

h3  a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color:#000000;
}

img {
  border: 0;
}

a.button {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  color: white;
  padding: 8pt;
  background-color: #6185CF;
  border-radius: 3pt;
}

a.button:hover {
  color: white;
  background-color: #325396;
  text-decoration: inherit;
}

/*********************
* EOP Legacy         *
*********************/
#eoplegacycontainer {
  width: 100%;
  margin-bottom: 20px;  
}

/*********************
* SPACERS       *
*********************/

.spacer5 {
  height: 5px;
  margin: 0;
  padding: 0;  
}

.spacer20 {
  height: 20px;
  margin: 0;
  padding: 0;  
}

/*********************
* MAIN PAGECONTAINER *
*********************/
#pagecontainer {
  margin: auto;
  width: 986px;
  text-align: left;
  
}

/*********************
* HEADERCONTAINER    *
*********************/
#headercontainer {
  height: 115px;
  background-image: url(../_gfx/background/bg_top.jpg);
  background-repeat: no-repeat;
  background-position: 0 -27px;
}

/**
* IE 6 Box Model Flaw Workaround *
**/
#headercontainer {
  margin-bottom: -3px;
}

#pagecontainer > #headercontainer {
  margin-bottom: 0px;
}

/* TOPNAVIGATION */
#topnav {
  padding: 0px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 9px;
  text-align:right;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #003399;  
  height: 17px;
}

#topnav a {
  text-decoration: none;
  color: #003399;  
  font-weight: bold;
}

#topnav a:hover, #topnav a:active {
  text-decoration: underline;
}

/* HAUPTNAVIGATION */
#mainnav {
  padding: 0;
  margin: 0;
  padding-right: 2px;
}

#navelements {
  float: left;
  height: 44px;
  padding: 0px;
  margin: 0px;
  text-align: bottom;
}

img.logoImage {
     width: 250px;
     height: 44px;
     padding-left: 15px;
     padding-right: 20px; 
}

a > img.logoImage {
  width: 215px;
}

#mainnav > #navelements {
  margin-bottom: 0px;
}

/* SUCHFELD */
#searchcontainer {
  width: 200px;
  height: 42px;
  float: right;
  padding: 0px;
  margin: 0px;
}

#search_form {
  padding: 0px;
  margin: 0px;
  padding-top: 12px;
}

#search_field {
  font-family: Verdana, sans-serif;
  color: #1B1B1B;
  font-size: 11px;
  border: 0px;
  background-color: transparent;
  width: 148px;
  height: 15px;
  margin-left: 3px;
  vertical-align: middle;
}

#searchsubmit {
  border-width: 0px; 
  margin-left: 10px; 
  padding-bottom: 0px; 
  margin-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

/* Breadcrumbnavigation */
#breadcrumbcontainer {
  float: left;
  padding: 0px;
  padding-top: 16px;
    padding-left:255px;
  padding-bottom: 3px;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  
}

#breadcrumbcontainer a {
  text-decoration: none;  
  padding-left:5px;
  padding-right:5px;
  color: #003399;
}

#breadcrumbcontainer a:hover {
  text-decoration: underline;  
}

/* Language & PDF Button */
#languagecontainer {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999999;
  padding: 0px;
  margin: 0px;
  padding-right: 38px;
  padding-top: 17px;
  
}

#languagecontainer a {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#languagecontainer span {
  padding-left: 5px;
  padding-right: 5px;
}

#languagecontainer a:hover {
  text-decoration: underline;
}

/*********************
* CONTENTCONTAINER   *
*********************/
#centercontainer {
  background-image: url(../_gfx/background/bg_mid.gif);
  background-repeat: repeat-y;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Arial, sans-serif;
  font-size: 13px; 
  color: #000000;
  
}

#center {
  width: 910px;
  padding-top: 10px;
  padding-bottom: 8px;  
}

#navtest {
  width: 910px;
  padding-top: 40px;
  padding-bottom: 8px;
}

#spacercontainer {
  height: 62px;
  background-image: url(../_gfx/background/bg_bot.gif);
}

#extracontent {
  margin-top: 20px;
}

#extracontent p {
  font-family: Arial, sans-serif;
  font-size: 13px; 
  color: #000000;
}

#line_separator {
  width: 910px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 18px;
}

#line_separator_home {
  width: 910px;
  margin: auto;
  margin-bottom: 34px;
}

#contact {
  text-align: left;
  margin-top: 4px;
}

#contact p {
  font-family: Verdana, Arial sans-serif;
  font-size: 11px;
  color: #1b1b1b;
}

#contact td {
  font-family: Verdana, Arial sans-serif;
  font-size: 11px;
  color: #1b1b1b;
}
/*********************
* FOOTERCONTAINER    *
*********************/
#footercontainer {
  margin: auto;
  width: 986px;
  height: 60px;
  
}

#footercontainer div a {
  padding-left:5px;
  padding-right:5px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;  
  color: #003399;
}

#footercontainer div a:hover {
  text-decoration: underline;
}

#footerlinks {
  text-align: left;
  padding-top: 5px;
}

#footercopyright {
  padding-left: 5px;
  padding-top: 5px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #666666;
}

#socialbookmarks {
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666666;
}

#socialbookmarks a img {
  vertical-align: top;
}


#socialbookmarks #___plusone_0 iframe {
  margin-top: -2px !important;
}

#socialbookmarks iframe.fb_ltr {
  margin-top: -2px !important;
}


div.subnavi {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
}

div.subnaviOverview {
  margin-bottom: 0;
  text-align: right;
}

div.subnavi span {
  padding-right: 22px;
}

div.subnavi span.activelink a {
  text-decoration: underline;
}

div.csc-header div.contentheader {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.contentheader, div.csc-header-n1 div.contentheader {
    margin-top: -2px;
  margin-bottom: 32px;
}

div.boxnavi {
  position: relative;
  left: -16px;
}

div.boxnaviupper {
  width: 200px; 
  height: 42px;
  margin-right: 20px; 
}

div.boxnavilower {
  font-family: Arial, sans-serif;
  margin-right: 20px; 
}

div.boxnavi > div.boxnavilower, div.boxnavi > div.boxnaviupper {
  margin-right: 6px; 
}

div.boxnavbgno, div.boxnavbgact {
  height: 33px;
  width: 200px;
  padding-left: 16px;
  padding-top: 9px;
}

div.boxnavilower > div.boxnavbgno, div.boxnavilower > div.boxnavbgact {
  height: 24px;
} 

div.boxnavbgno {
  background: url(../_gfx/buttons/features_navi/mid_off.gif) no-repeat;
}

div.boxnavbgno a {
  color: #999999;
}

div.boxnavbgact {
  background: url(../_gfx/buttons/features_navi/mid_on.gif) no-repeat;

}

div.boxnavbgact a {
  color: #003399;
}

#contenttable {
  width: 100%;
}  

dd.csc-textpic-caption {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666666;
}

div.contentelement {
    margin-bottom: 22px;
}

#prevnextnavi {
    width: 904px;
    height: 17px;
}

div.prevnavi {
    text-align: left;
}

div.nextnavi {
    text-align: right;
}

div.prevnavi, div.nextnavi {
    padding-top: 16px;
    height: 55px;
}

div.prevnavi img, div.nextnavi img {
    vertical-align: middle;
}

div.prevnavi span, div.nextnavi span {
    line-height: 100%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

div.prevnavi a, div.nextnavi a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
  text-decoration: none;
}

div.prevnavi span:hover, div.nextnavi span:hover {
  text-decoration: underline;
}

img.largeproductimages {
    margin-bottom: 8px;
}

img.largeproductimages {
    margin-left: -37px;
}

p > img.largeproductimages {
  margin-left: -35px;
    margin-top: -35px;
  position: relative;
}

p > a > img.largeproductimages {
    margin-left: -35px;
    margin-top: -35px;
    position: relative;
}

table.infobox {
  width: 199px;
  margin-right: 36px;
}

div.testimonialContainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(201, 201, 201);
    background-image: url(/fileadmin/static/_gfx/background/bg_niceTableSmall.png); 
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    margin-bottom: 1.5em;
    padding: 1em;
}

div.testimonialTitle {
    font-weight: bold;
}

div.testimonialText {
    margin-bottom: 1em;
}

/**
Search results of the TYPO3 search have the class csc.sword
**/
span.csc-sword {
    color: red;
}

.tx-itawyoutoubeembed-pi1 {
    margin-top: -22px;
}

p {
    color: #000000;
    line-height: 130%;
    margin-top: 8px;    
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 13px; 
}

*.csc-searchResult {
    width: 910px;
}


