@charset "UTF-8";
/* CSS Document */

   /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0; }

  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  /*option { padding-left: 0.4em; } /* LTR */
  /*select { padding: 1px; }*/
  /*img, div, input { behavior: url("iepngfix.htc") }*/
 /**
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  /*
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }
  */

  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100%; margin-bottom: 1px; }
  body {
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;

    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    text-align: left; /* LTR */
  }

  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid; }

  /* (de) Neue Standardwerte für Listen & Zitate */
  /*ul, ol, dl { margin: 0 0 0 0.5em } /* LTR */
 /* li {
    line-height: 1.5em;
  }

  dt { font-weight: bold; }
  dd { margin: 0 0 0.5em 0; } /* LTR */

  blockquote { margin: 0 0 0.5em 0.8em; } /* LTR */

  blockquote:before, blockquote:after,
  q:before, q:after { content: ""; }

 /*------------------------------------------------------------------------------------------------------*/
  
body {
	background-color: #E7D7BE;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#pagemargin_left {
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/shade_topleft.png);
	background-repeat: no-repeat;
	background-position: left 115px;
}
#pagemargin_right {
	background-image: url(../images/shade_topright.png);
	background-repeat: no-repeat;
	background-position: right 110px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.head {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 240px;
}
#start .head {
	background-image: url(../images/beispiel_masch1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#start .head {
	background: url(../images/beispiel_masch.jpg) no-repeat bottom;
	}
#service .head {
	background-image: url(../images/beispiel_stift.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#topnav {
	float: right;
	margin-top: 20px;
	text-align: right;
	width:190px;
	}
#main {

	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	background:#fff url(../images/aeo_final.gif) no-repeat bottom right;
	clear:both;
	
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
}
#mitte {
	padding: 0px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 140px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7D0C9;
	border-left-color: #D7D0C9;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
	background: #fff;
	
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-color: #D7D0C9;
	
}
#slogan_unten {
	margin-top: 9px;
	margin-left: 8px;
	position: relative;
	float: left;
	}
#footerlinks {
	float: right;
	margin: 16px 10px 0 0;
	position: relative;
	}
#shade_footer {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: url(../images/shade_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
#logo {
	margin-top: 4px;
	}
#shade_footer {
	font-size: 0.7em;
	color: #666;
	text-align: center;
	padding-top: 14px;
	} 
#contentleft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#contentright {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	}
#contentmitte {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#mykoch {
	text-align: center;
	margin-bottom: 11px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D0C9;
}
#mykoch a {
	display: block;
	background-image: url(../images/mykoch.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 37px;
	width: 196px;
}
#mykoch a:hover {
	background-image: url(../images/mykoch_over.jpg);
	}
#kochresale {
	text-align: center;
	margin-bottom: 11px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D0C9;
}
#kochresale a {
	display: block;
	background-image: url(../images/kochresale.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 34px;
	width: 196px;
}
#kochresale a:hover {
	background-image: url(../images/kochresale_over.jpg);
	}
#ligna {
	text-align: center;
	margin-bottom: 11px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D7D0C9;
}
#ligna a {
	display: block;
	background: url(../images/lig09.gif) no-repeat center 0px;
	height: 96px;
	width: 196px;
}
#ligna a:hover {
	background: url(../images/lig09.gif);
	}
#flags{
  text-align:right;
  width:55px;
  margin:0 0 10px 125px;
}	
.hide {
    display:none;
    overflow:hidden;
    white-space:nowrap;
  }
/* NATALIES STYLES------------*/
  div#cardmenu{
    border-bottom:1px solid #666;
    padding:3px 0 10px 0;
    margin:0 0 10px 0;
  }
  div.pretext{
      width:130px;
      float:left;
      padding:4px 0 0 0;
      text-transform:uppercase;
      color:#FF6900;
      margin:0 0 0 70px;
  }


  /* Comented out caus of flowplayer overlay*/
  /*#contentleft, #contentright, #contentmitte { position:relative; }*/

  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block; }

  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { clear:both;}
  

