/* alle abstaende loeschen
 * -----------------------------------------------------------------------------*/
*
{
  margin: 0px;
  padding: 0px;
}

img
{
  border: 0px;
}


/* Styles for layout
-----------------------------------------------------------------------------*/
.clear
{
  clear: both;
  width: 100%;
  height: 0px;
}

.last:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

a
{
  color: #A2B2B2;
}

h1, h2
{
  font: 12px  Verdana, Arial, Helvetica, sans-serif;
  color: #00436B;
  font-weight: bold;
}

/* grundeinstellungen
-----------------------------------------------------------------------------*/

body
{
  font: 11px  Verdana, Arial, Helvetica, sans-serif;
  background: #E1E6E6 url(../img/bg.gif) repeat-x;
  color: #A2B2B2;
  text-align: left;
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
}

#position
{
  position: relative;
  width: 855px;
  margin: 0px auto;
  margin-top: 100px;
}

#logo
{
  height: 71px;
}

#navi
{
  height: 76px;
  margin-top: 3px;
  font-size: 10px;
}

#navi a
{
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#navi_home
{
  position: absolute;
  left: 380px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi_company
{
  position: absolute;
  left: 438px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi_collection
{
  position: absolute;
  left: 547px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi_quality
{
  position: absolute;
  left: 640px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi_career
{
  position: absolute;
  left: 720px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi_contact
{
  position: absolute;
  left: 800px;
  height: 15px;
  padding-left: 4px;
  background: url(../img/bg_navi.gif) 0px 2px no-repeat;
}

#navi div.active
{
  height: auto;
  background: url(../img/bg_navi_active.gif) 0px 2px no-repeat;
}

#navi a.active
{
  color: #003F66;
}

#subNavi
{
  list-style: none;
  padding-top: 10px;
}

#subNavi a
{
  text-transform: none;
  color: #93A5A6;
}

#subNavi li
{
  padding-bottom: 3px;
}

#subNavi .active
{
  background: none;
}

#subNavi a.active
{
  color: #003F66;
  font-weight: bold;
}

#subNavi li.last
{
  padding-bottom: 0px;
}


#panel
{
  width: 855px;
  height: 435px;
  margin: 20px 0px 10px 15px; /* o r u l*/
  background: url(../img/bg_panel.gif) no-repeat;
  color: #7F8182;
}

#language
{
  width: 847px;
  text-align: right;
  color: #94A7A7;
  font-weight: bold;
  margin-bottom: 10px; /* o r u l*/
}

#language a
{
  text-decoration: none;
  color: #94A7A7;
  font-size: 9px;
}

a.ext
{
  text-decoration: none;
  font-weight: bold;
  color: #292927;
}

