
/*

Container c
Color col
Height h
Width w
Background bg
Margin m
Padding p

Tabulator tab

*/


/* Container (c) */

.cContent {
  background: url(../images/grauverlauf.jpg) top left repeat-x;
}
.cInnen {
  width:890px;
  position:relative;
  margin:auto;
  text-align:left;
}

/* oberste Reihe: Land und Sprache (.land) */

.land {
 height:23px;
}
.land .tab1 {
 line-height:23px;
 height:23px;
 margin:0 45px 0 5px;
 float:left;
}
.land .tab2 {
 line-height:23px;
 height:23px;
 margin:0 15px 0 0;
 float:left;
}

/* zweite Reihe: Logo (.logo) */

.logo {
  background-image:url(../images/navigation_oben.jpg);
  height:37px;
}
.logo .h {
  height:37px;
}
.logo .w {
  width:169px;
}
.logo .m {
  margin: 0 0 0 716px;
}

/* Alle Navigationen waagrecht / Textlinks */

ul.nav {
  margin:0;
}
ul.nav li {
  float:left;
  list-style-type:none;
  
}

/* Navigation Hauptmenue */

.topNav {
  height:23px;
}
.topNav ul.nav li {
  line-height:23px;
  margin:0 10px 0 5px;

}
.navigation
{
font-weight:bold;
}
.topNav ul.nav li a,.topNav ul.nav li a:link, .topNav ul.nav li a:visited
{ text-decoration:none; color:#6f6f6e; }

.topNav ul.nav li a:focus,.topNav ul.nav li a:hover,.topNav ul.nav li a:active
{ text-decoration:none; color:#f28d00; }

a.topNavActive,a.topNavActive:link,a.topNavActive:visited
{ color:#f28d00 !important;  }


/* Content-Bereich */


/* Kopf Bild und Headline */

.head {
  margin:0 0 8px 5px;
}
.head h1 {
  color:#fff;
}
.head h1.tab1 {
  padding-top:25px;
  margin-left:540px;
}
.head h1.tab2 {
  margin-left:650px;
}
.head h1.tab3 {
  margin-left:590px;
}

/* Untermenu Produktgruppen */


/* SubNav Grid1**/
.subNav1 {
  margin-left:5px;
}
.subNav1 .tab {
  float:left;
  width: 288px;
}
.subNav1 .tab2 , .subNav1 .tab3 {
  margin-left:8px;
}
.subNav1 .corner , .subNav1 .corner {
  float:left;
  width:11px;
  height:23px;
}
.subNav1 .mitte {
  float:left;
  width:266px;
  height:23px;
  line-height:23px;
  text-align:center;
  font-weight:bold;
}


/* Typ Home */
.typHome {
  height:31px;
  background: url(../images/bg-produkte.gif) top right repeat-y;
  margin-bottom:8px;
}
.typProdukte {
  background: url(../images/bg-produkte.gif) top right repeat-y;
}


/*  Schichtdickenmessung */
.lProduktgruppe1 {
  background: url(../images/1_corner_links.jpg) top left no-repeat;
}
.mProduktgruppe1 {
  background: url(../images/1_button_mitte.jpg) top left repeat-x;
}
.rProduktgruppe1 {
  background: url(../images/1_corner_rechts.jpg) top left no-repeat;
}

/* Materialanalyse */
.lProduktgruppe2 {
  background: url(../images/2_corner_links.jpg) top left no-repeat;
}
.mProduktgruppe2 {
  background: url(../images/2_button_mitte.jpg) top left repeat-x;
  line-height:23px;
}
.rProduktgruppe2 {
  background: url(../images/2_corner_rechts.jpg) top left no-repeat;
}

/*  Werkstoffpruefung */
.lProduktgruppe3 {
  background: url(../images/4_corner_links.jpg) top left no-repeat;
}
.mProduktgruppe3 {
  background: url(../images/4_button_mitte.jpg) top left repeat-x;
  line-height:23px;
}
.rProduktgruppe3 {
  background: url(../images/4_corner_rechts.jpg) top left no-repeat;
}

/* Graue Buttons */
.lGrau {
  background: url(../images/3_corner_links.jpg) top left no-repeat;
}
.mGrau {
  background: url(../images/3_button_mitte.jpg) top left repeat-x;s
}
.rGrau {
  background: url(../images/3_corner_rechts.jpg) top left no-repeat;
}

a.aSubNavWeiss,a.aSubNavWeiss:link,a.aSubNavWeiss:visited
{ text-decoration:none; color:#fff; }

a.aSubNavWeiss:focus,a.aSubNavWeiss:hover,a.aSubNavWeiss:active
{ text-decoration:underline; color:#fff; }

/* Footer*/
.fuss {
  position:relative;
  margin:auto;
  text-align:center;
  border-top:1px solid #b2b2b2;
  padding:10px 0 10px 0;
}
.fuss {
  border-top:1px solid #b2b2b2;
  padding:10px 0 10px 0;
}

.fuss span {
  margin:0 5px 0 5px;
  color:#064d93;
}

.fuss a,.fuss a:link,.fuss a:visited
{ text-decoration:none; color:#064d93; margin:0 5px 0 5px; }

.fuss a:focus,.fuss a:hover,.fuss a:active
{ text-decoration:none; color:#6f6f6e; margin:0 5px 0 5px; }

/* Bilder */
/* Button zur Uebersicht*/
.buttonUebersicht {
  width:80px;
  height:23px;
  float:right;
}
/* Button zur Produkt Uebersicht*/
.buttonProduktUebersicht {
  width:125px;
  height:23px;
  float:right;
}


