@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2005-2008, Dirk Jesse
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0.6
* @revision        $Revision: 202 $
* @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
* @appdef yaml
*/

@media all
{
  /**
  * Fonts
  * (en) font-family and font-size selection for headings and standard text elements
  * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
  *
  * @section content-fonts
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { 
    font-size: 100.01%;
  }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
    font-family: Arial, Helvetica, Courier, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial, Helvetica, Verdana, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
    margin:0 auto;
  }

  h1 { 
    font-size: 200%
  }
  h2 { 
    font-size: 150%;
  }
  h3 { 
    font-size: 150%;
  }
  h4 { 
    font-size: 110%;
    padding-top: 1.5em;
  }
  h5 { 
    font-size: 116.67%;
  }
  h6 {
    font-size: 116.67%;
    font-style:italic;
  }

  small {
    font-size: 90%;
    line-height: 1.2em;
  }

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }

  /* ### Lists | Listen  #### */

  ul, ol, dl {
   
    list-style-type: disc;
    
  }
  .csc-sitemap li{
   margin: 0 0 0 0.2em;
  }

  .related-products li {
    float: left;
    padding: 0 5px 0 5px;
  }
  
  #submenu{
  
  padding-left: 1px;
  }

  li { 
    line-height: 1.5em;
    margin: 0;
    list-style-position: inside;
    list-style-type: disc;

  }

    .links li {
        display: inline;
    }

  dt {
    font-weight: bold;
  }

  dd { 
    margin: 0 0 1em 1em
  }

  dd img {
    padding: 1em 0 1em 0
  }
 
/***** Level 2 *******/
    
  #submenu ul{
     padding: 0pt 0 0 5pt;
     list-style: none !important;
   }
  #submenu li{
     list-style: none !important;
   }
 
 
  #submenu li ul li.active { 
     padding:0;
     list-style-type: none !important;
    }
	
  #submenu li ul li a, 
  #submenu li ul li.active a { 
	width: auto;
	padding: 0 0 0 0.8em; 
	font-size: 9pt; 
	font-weight:normal;
	background:none; 
	list-style-type: none !important;
  }
	
  #submenu li ul li a, #submenu li.active ul li a {
   color: #4D87C7; 
   padding-left: 4pt;
   list-style-type: none !important;
   }
  #submenu li ul li.active a,
  #submenu li ul li a:focus,
  #submenu li ul li.active a:focus,
  #submenu li ul li a:hover,
  #submenu li ul li.active a:hover,
  #submenu li ul li a:active
  #submenu li ul li.active a:active { 
	font-size: 9pt; 
	color: #182E7A;
	list-style-type: none !important; 
	}  

  .checkboxlabel{
  padding-top: 0.5em;
  float: left;
}

*+ html .checkboxlabel{
  padding-top: 0.7em;
  float: left;
}

*html .checkboxlabel{
  padding-top: 0.7em;
  float: left;
}

 #boxCustomerList dd {
    margin: 0
 }

 #boxCustomerList dt {
    margin: 0.4em 0 0 0;
 }

 .boxLogin td {
    padding: 5px!important;
 }

  /* ### text formatting | Textauszeichnung ### */
  
  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  .actions {
    margin: 0 0 1em 0;
  }

  /**
  * Generic Content Classes
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .note {
    background: #dfd;
    padding: 1em;
    border-top: 1px #bdb dotted;
    border-bottom: 1px #bdb dotted;
  }

  .important {
    background: #ffd;
    padding: 1em;
    border-top: 1px #ddb dotted;
    border-bottom: 1px #ddb dotted;
  }

  .warning {
    background: #fdd;
    padding: 1em;
    border-top: 1px #dbb dotted;
    border-bottom: 1px #dbb dotted;
  }

  .float_left { 
    float: left;
    display:inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
  }

  .float_right { 
    float: right;
    display:inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
    text-decoration: none;
    border: none;
  }

  .center {
    text-align:center;
    margin: 0.5em auto;
  }

 

  /**
  * External Links
  *
  * (en) Formatting of hyperlinks
  * (de) Gestaltung von Hyperlinks
  *
  */

  a {
    color: #4D87C7;
    text-decoration:none;
    outline: none;
  }

  a:focus,
  a:hover,
  a:active {      
    color:#182E7A;
    text-decoration:underline;
    font-weight: bold;
  }
  
 li.active {      
    color:#182E7A;
    font-weight: bold;
  }
  
  #topnav a { 
    color: #999;
    font-weight: normal;
    background:transparent;
    text-decoration:none;
  }

  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active {
    text-decoration:underline;
    background-color: transparent;
  }
  
  #footer a {
    color: #999;
    background:transparent;
    font-weight: bold;
  }

  #footer a:focus, 
  #footer a:hover,
  #footer a:active {
    color: #4D87C7;
    background-color: transparent;
    text-decoration:underline;
  }

  /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
  padding-left: 12px;
  background-image: url('your_image.gif');
  background-repeat: no-repeat;
  background-position: 0 0.45em;
  }
  */

  /**
  * Tables | Tabellen
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table {
    width: auto;
    border-collapse:collapse;
    margin-bottom: 0.5em;
  }

  table.full {
    width: 100%;
  }

  table.fixed { 
    table-layout:fixed
  }

  th,td {
    padding: 0.5em;
  }

  thead th { 
    background: #444;
    color: #fff
  }

  tbody th { 
    background: #ccc;
    color: #333
  }

  tbody th.sub {
    background: #ddd;
    color: #333;
  }

  .pager { 
    width: 100%;
  }
  
  /**
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  .required {
    color: #ff0000;
  }

 /**Kontaktformular**/
 
  
 form div {
  clear:left;
  display:block;
  } 

.tx-thmailformplus-pi1 img{
  width: 130px;
  height: 30px;
}


 .label1 {
   float:left;
   margin:0 0.5em 0.9em 0.2em;
}

form div label {
  display:block;
  float:left;
  margin:0 0 0.5em;
  padding:0.3em 0.5em 0.3em 0.2em;
  text-align:left;
  width: 10em;
}


form div input.checkbox {
  display:block;
  float:left;
  margin:0.5em 0.3em 0.5em;
  padding:0.3em 0.5em 0.3em 0.2em;
  text-align:left;
}

form div input.inputText, form div textarea {
  border:1px solid #CCCCCC;
  margin:0;
  padding:0.2em;
  width:22em;
}

 form div select {
  border:1px solid #CCCCCC;
  margin:0;
  padding:0.2em;
  width:6em;
}

fieldset {
  border: none;
}

#ie_clearing {
display:block;
font-size:0;
margin:-2px 0 -1em 1px;
position:static;
width:100%;
}
}