*{
 margin:0;
 padding:0;
 font-family:Helvetica, Verdana, Arial;
}
html{
 height:auto;
 width:100%;
/* overflow:hidden;  */
}
body{
 height:auto;
 width:100%;
 background-color:#464646;
 text-align:center;
 background-image: url(images/Background_Grahl_grau_Streifen.jpg);
 background-repeat: repeat-x;
}


#box_gesamt {
 position: static;
 width:920px;
 height:auto;
 margin-left: auto;
 margin-right: auto;
 margin-top:1%;
 margin-bottom:1%;
 text-align:center;
 border: 1px solid #ffffff;
 background-color:transparent;
 float:none;

}


#box_innen {

  position:static;
  width:900px;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#ffffff;
  background-image:url(images/Background_Grahl_orange_weiss.jpg);
  background-repeat:repeat-y;
  text-align:left;


}


#box_banner {

 background-color:#FDF5E6;
 height:150px;
 width:900px;


}
#box_banner_innen {
  position:static;

  height:150px;
  width:200px;
  float:left;
  background-image:url(images/Grahl_Logo_4c_Schatten_184x86.jpg);
  background-repeat:no-repeat;
  background-position:center center;

}
#box_banner_innen_2 {
  position:static;

  height:108px;
  width:475px;
  float:left;
  margin-top:42px;
  margin-left:25px;
  border: 0px solid #000000;

}
#box_banner_innen_3 {
  position:static;

  height:125px;
  width:199px;
  float:left;
  border: 0px solid #000000;
  border-left: 1px solid #cccccc;
  text-align:center;
  padding-top: 25px;
/*  background-color:#feebc0;  */

/*  padding-top:15px;                 */

}

#box_banner_flags{
  position: relative;
  top:10px;
  left:0px;
  clear:both;
  float:left;
  border: 0px solid #aaaaaa;
}
#box_banner_flags img{
  border: 2px solid #ffffff;
  margin-right:10px;
}


#box_navi {
  float:left;
  background-color:#fedd93;
  width:200px;
  height:auto;

}

/*
#box_inhalt{
  width:100%;
  height:auto;
  background-color:#ffffff;
  overflow:hidden;
}
*/
#box_inhalt_innen {
  float:left;
  background-color:transparent;
  width:475px;
  height:auto;
  background-image:url(images/3-Quadrate_opt.jpg);
  background-repeat:repeat-y;
  background-position:25px 25px;
  padding-left:100px;
  padding-right:125px;
  padding-top:25px;
  padding-bottom:25px;
  border:0px solid #000000;


}

#box_footer {
  clear:both;
  height:15px;
  padding-top:17px;
  padding-bottom:18px;
  width:900px;
  background-color:#FDF5E6;
  text-align:center;
}

/* TEXTFORMATE */

.text, form {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
/*  padding: 10px 5px 5px 100px;  */
}

.text_fett {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
/*  padding: 10px 5px 5px 100px;   */
}

.text_klein {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
/*  padding: 10px 5px 5px 100px;    */
}

.text_klein_fett {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
/*  padding: 10px 5px 5px 100px;  */
}

h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 13px;
/*  padding: 10px 5px 5px 100px;    */
}

h2 {
  font-family: verdana, arial, helvetica,  sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  padding-bottom: 12px;
/*  padding: 10px 5px 5px 100px;    */
}

h3 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 10px;
/*  padding: 10px 5px 5px 100px;    */
}

h4 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding-bottom: 9px;
/*  padding: 10px 5px 5px 100px;    */
}

h5 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  line-height:16px;
  color: #000000;
  padding-bottom: 8px;
/*  padding: 10px 5px 5px 100px;   */
}

.banner1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 42px;
  line-height: 44px;
  color: #000000;

}

.banner2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #000000;

}

/* Formular-Formate */
.text_form{
  margin-top:15px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  
}

a:link{
  color:#996600;
  text-decoration: underline;
}
a:visited{
  color:#666666;
  text-decoration: underline;
}
a:focus{
  color:#663300;
  text-decoration: underline;
}

a:hover{
  color:#faba00;
  text-decoration: underline;
}
a:active{
  color:#663300;
  text-decoration: underline;
}

.text a{
  text-decoration:none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.text a:hover{
  text-decoration:underline;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #faba00;
}
.underline{
  text-decoration:underline;
  font-weight:bold;
}


form{
  padding:0px;
  margin:0px;

}
input, textarea{
  background-color:#efefef;
  width:150px;
  border:1px solid #bbbbbb;
  padding:2px;
  margin:1px;
}
input.fehler{
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
}
input.fertig{
  background-color:aquamarine;
  color:activecaption;
}
.submit, .reset{
  background-color:#dddddd;
  color:#000000;
  border:1px solid #aaaaaa;
  width:156px;

  font-weight:bold;
}
label{
  width:130px;
  margin:5px;
  padding:5px;
  float:left;
  text-align:right;
}
.label{
  width:200px;
  margin:5px;
  padding:5px;
  float:left;
  text-align:left;
  border:0;
}
.label_area{
  width:350px;
  margin:5px;
  padding:5px;
  float:left;
  text-align:left;
  border:0;
}
.absatz_kontakt {
  clear:left;
  float:left;
  width:100%;
}
textarea{
  width:300px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.submit_kontakt, .reset_kontakt{
  background-color:#dddddd;
  color:#000000;
  border:1px solid #aaaaaa;
  width:150px;
}

/* Navigations-Buttons */
ul {
  list-style-type : none;
  margin: 0;
  padding: 0;
}
li {

}
li a:link{
  display: block;
  color: #666666;
  background-color: #feebc0;
  width: 164px;
  padding: 4px;
  padding-left: 30px;
  text-decoration: none;
  border: 1px solid #fedd93;

  font-size:16px;
}
 li a:visited{
  background-color: #feebc0;
  border: 1px solid #fedd93;
  text-decoration: none;
  width: 164px;
  padding: 4px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
  color: #666666;
  font-size:16px;
}


li a:focus{
  background-color: #feebc0;
  border: 1px solid #fedd93;
  text-decoration: none;
  width: 164px;
  padding: 4px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
  color: #666666;
  font-size:16px;
}

li a:hover{
  background-color: #faba00;
  border: 1px solid #fedd93;
  text-decoration: none;
  width: 164px;
  padding: 4px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
  color: #666666;
  font-size:16px;

}

li a:active{
  background-color: #faba00;
  border: 1px solid #fedd93;
  text-decoration: none;
  width: 164px;
  padding: 4px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
  color: #666666;
  font-size:16px;
}
.home a{
  background-image: url('images/home_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;
}
.home a:hover{
  background-image: url('images/home_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;
}

.ueber_uns a{
  background-image: url('images/ueber_uns_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}
.ueber_uns a:hover{
  background-image: url('images/ueber_uns_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}

.aktuelles a{
  background-image: url('images/aktuelles_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;
}
.aktuelles a:hover{
  background-image: url('images/aktuelles_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;
}

.haendlerinfo a{
  background-image: url('images/haendlerinfo_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}
.haendlerinfo a:hover{
  background-image: url('images/haendlerinfo_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}

.auslieferungen a{
  background-image: url('images/auslieferungen_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}
.auslieferungen a:hover{
  background-image: url('images/auslieferungen_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}

.download a{
  background-image: url('images/download_ico.jpg');
  background-position:center left;
  background-repeat:no-repeat;

}
.download a:hover{
  background-color: #faba00;
  background-image: url('images/download_ico2.jpg');
  background-position:center left;
  background-repeat:no-repeat;
}




.foot_link{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.foot_link a{
  color: #000000;
  text-decoration: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;

}

/* fieldset etc. */

fieldset{
  border:1px solid #bbbbbb;
  padding:10px;
  margin-top: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
legend{
  font-weight: bold;
}


/* IE-Hacks */

