@charset "UTF-8";  
@media screen, projection  
{  
/*-------------------------------------------------------------------------*/  
   
/* (en) Marginal areas & page background */  
/* (de) Randbereiche & Seitenhintergrund */  
body { background: #fff url("../images/bg.gif") repeat-x top left; padding: 0 0; text-align:center; margin:0; }  

/* Layout Alignment | Layout-Ausrichtung */  
#page_margins { margin: 0 auto; }  

/* Layout Properties | Layout-Eigenschaften */  
#page_margins { width: 950px;  min-width: inherit; max-width: none; background: #fff; margin-top: 17px; }  
#page { padding: 0px; margin: 0px 0 0 0;}  
#header { padding: 0px 0em 0em 0px; color: #000; background: #fff; }  
#topnav { color: #aaa; background: transparent;  } 
#topnav li { display: inline; }  
#nav_main {  }  
#bread_search { margin: 0px 0; background: #fff;  }  
#main { margin: 0px 0 20px 0; background: #fff;  clear: both;}  
#footer { padding: 10px 20px; color:#FDAA13; background: #fff url("../images/bg_footer.gif") repeat-x;  border-top: 4px #FDAA13 solid; clear:both; text-align: right;}  

/* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */  
#nav ul { margin-left: 20px; }  

/*-------------------------------------------------------------------------*/  

/** 
 * (en) Formatting content container 
 * (de) Formatierung der Inhalts-Container 
 * 
 */  

#col1 { float: left; width: 270px;  margin:0; text-align:left;}  
#col2 { float: right; width: 190px;  margin:0; text-align:left;}  
#col3 { width: auto; margin: 0 190px 0 270px; text-align:left;}  
#col1_content { padding: 0 0px 0 0px; }  
#aktuelles_content {padding-left: 17px;}
#col2_content { padding: 0 0px 0 0px }  
#col3_content { padding: 0 40px 0 37px;}  
#col2_bestellung { width: 180px; border: 1px solid #FDAA13; padding: 2px 0 2px 2px; background: #fff url("../images/phone.gif") no-repeat  top right;}

#bread1 { float: left; width: 270px;  margin:0; text-align:left;}  
#bread2 { float: right; width: 190px;  margin:0; text-align:left;}  
#bread3 { width: auto; margin: 0 190px 0 270px; text-align:left;}  
#bread1_content { padding: 0 0px 0 0px }  
#bread2_content { padding: 0 10px 0 0px }  
#bread3_content { padding: 0 40px 0 37px;} 
    
/*-------------------------------------------------------------------------*/  
}  


  /** 
   * Bugfix for IE 3-Pixel-Jog Bug 
   * 
   * @bugfix 
   * @affected   IE 5.x/Win, IE6 
   * @css-for    IE 5.x/Win, IE6 
   * @valid      yes 
   */  
   
   * html #col3 {height: 1%}  
   * html #col1 {margin-right: -3px}  
   * html #col2 {margin-left: -3px}  
   * html #col3 {margin-left: 267px; margin-right: 187px }  


/*----------------------content---------------------------------------------------*/  

  /**
   * 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: Verdana, Helvetica, Arial, sans-serif;
         width: 285px;
         height: 100px;
	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhÃ¤lt StandardschriftgrÃ¶Ã?e von 12 Pixeln */
  body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
line-height: 1.3em;

  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 120%; color:#ED1C24; margin-bottom: 14px;}          /* 24px */
  h2 { font-size: 100%; color:#FDAA13; background: #fff url("../images/back_kopf.gif") no-repeat top left; padding-left: 17px;}          /* px */
  h3 { font-size: 90% ; color:#FDAA13}                        /* 18px */
  h4 { font-size: 100%; height: 30px; color:#ED1C24; background: #fff url("../images/bg_conten_left.gif") no-repeat top left; padding-left: 17px; padding-top: 3px;}                     /* 16px */
  h5 { font-size: 100%; color:#ED1C24;}                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #text { margin: 0 0 2em 0 }

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p {  }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 2em 1.5em }
  blockquote.a { margin: 0 0 3.6em 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;
  }

  /**
   * 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;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #ED1C24; text-decoration:none;}
  a:focus,
  a:hover { text-decoration:underline;}
  a:active { text-decoration:underline;}
  
  #topnav a { color: #000; font-weight: bold; background:transparent; text-decoration:none;}
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent; }
  
  #footer a { color: #FDAA13; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #FDAA13; 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 }
  
  /**
   * 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;
  }
}
/*---------------------buttons----------------------------------------------------*/  

 /*
  navigation Haupt
*/


#navigation {
margin: 0;
}

#haupt_nav {
	height: 20px;
	width: 100%;
	background: #ED1C24 url("../images/bg_nav.gif") no-repeat top right; 
    	border-top: 1px #333 solid;
	text-align: left;
	padding-left: 190px;
	}

#haupt_nav ul{
	margin: 0em 0 0 0em;
	padding: 0em 0 0 0em;
  	list-style: none;
	display: inline;
	text-decoration: none;
	}

#haupt_nav li{
	display: inline;
	text-decoration: none;
	}

#haupt_nav ul li{
	height: 21px;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
    	color: white; 
	margin: 0;
	padding: 0;
	}

  * html #haupt_nav ul li {  /* Korrektur fuer IE 5.x */
	height: 20px;
	}

#haupt_nav ul li#li_nav1_open {  /* special layout for open links */
	text-decoration: none;
	background-color: #FDAA13;
	color: white;
	}

#haupt_nav ul li a{
	text-decoration: none;
	color: white;
	font-size: 11px;
	padding: 0.0em 0.8em 0.0em 0.8em;
	}

#haupt_nav ul li a:hover, #navContainer ul li a:focus{
	color: #fff;
	background: #F77312;
	height: 20px;
     	padding: 0.0em 0.8em 0.0em 0.8em;
	}

#haupt_nav ul li a#a_nav1_open, #haupt_nav ul li a:hover#a_nav1_open{
  	background-color: #FDAA13;
	color: #fff;
	}




 /*
  navigation level 1
*/

#navigation1 {
margin-right: 10px;
text-align: right;
height: 18px;
}

#navContainer1 ul{
  margin: 0em;
  padding: 0em;
  list-style: none;
display: inline;
text-decoration: none;
    color: 2E2E2E; 
}

#navContainer1 li{
display: inline;
text-decoration: none;
    color: 2E2E2E; 
}

#navContainer1 ul li{

  height: 13px;

    text-decoration: none; font-size: 12px; font-weight: bold; letter-spacing:0.1em;
    color: 2E2E2E; 
}

  * html #navContainer1 ul li{  /* Korrektur fuer IE 5.x */
height: 15px;
  }

#navContainer1 ul li#li_nav1_open{  /* special layout for open links */
text-decoration: none;
color: #2E2E2E;



}


#navContainer1 ul li a{
text-decoration: none;
color: #2E2E2E;
font-size: 11px;


}

#navContainer1 ul li a:hover, #navContainer ul li a:focus{

color: #ED1C24;
}

#navContainer1 ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open{
    margin: 0.0em 0 0 0em; padding: 0.0em 0em 0 1.6em;
    background: transparent url("../images/back_kopf.gif") no-repeat center left; 
color: #2E2E2E;

}

/----------------------------------------------------*/  

form {
  margin: 0;
  padding: 0;

}



input {  /* global stuff ... */

  border: 0.1em solid #666666;
  margin: 0;
  padding: 0;
font-size: 90%

}

.i_suche {
width: 180px;
}

.i_kontakt  { 

  margin: 1px 1px;
  padding: 0;
  max-width: 200px;
border: 1 px solid black;

}

label {
    margin: 0;
  padding: 0;
width: 150px;
display: inline;

}
