
/*

Container c
Color col
Height h
Width w
Background bg
Margin m
Padding p

*/

/* Floating */
.floatL {float:left;}
.floatR {float:right;}

.clearR { clear:right; }
.clearL  { clear:left; }
.clearB  { clear:both; }
div.clear   { clear: both; height: 0;line-height:0;}

/* Links */
a.blau,a.blau:link,a.blau:visited
{ text-decoration:none; color:#064d93; }

a.hellgrau,a.hellgrau:link,a.hellgrau:visited
{ text-decoration:none; color:#b2b2b2; }

a.hellgrau:focus,a.hellgrau:hover,a.hellgrau:active
{ text-decoration:underline; color:#b2b2b2; }

a.imtext,a.imtext:link,a.imtext:visited
{ text-decoration:none; color:#064d93; }

a.imtext:focus,a.imtext:hover,a.imtext:active
{ text-decoration:none; color:#f28d00;}


/* Hintergrundfarben */
.bgw {
  background-color:#fff;
}
/*Kapitel*/
.bgAnwendungen {
  background-color:#b2d9ee;
}
/* Produktgruppe1 Schichtdickenmessung */
.bgProduktgruppe1 {
  background-color:#b2d9ee;
}
/* Produktgruppe2 Materialanalyse */
.bgProduktgruppe2 {
  background-color:#d9e7f1;
}
/* Produktgruppe3 Werkstoffpruefung */
.bgProduktgruppe3 {
  background-color:#b5cadf;
}
/* Hoehen */
.h8 {
  height:8px;
}

/* Weiten */

.wContent {
  width:880px;
}

/* Textfarben*/
.weiss {
  color:#ffffff;
}
.hellgrau {
  color:#b2b2b2;
}
.mittelgrau {
  color:#6f6f6e;
}
.orange {
  color:#f28d00;
}
.blau {
  color:#064d93;
}
/* Logofarbe */
.dunkelblau {
  color:#010100;
}
.fett {
  font-weight:bold;
}
/* Textgroesse*/
.klein {
  font-size:85%;
}
.mittelklein {
  font-size:92%;
}
.mittel {
  font-size:100%;
}
.gross {
  font-size:110%;
}
/* Text align */

.textRechts {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textMitte {
  vertical-align: middle;
}
.textUnten {
  vertical-align: bottom;
}
.uStrich {
  text-decoration:underline;
}
/* Margin und Padding */
/* margin m  */
/* padding p  */
/* top t  */
/* bottom b  */
/* left l  */
/* right r  */
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt10 {
  margin-top: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}

.ml5 {
  margin-left: 5px;
}
.ml8 {
  margin-left: 8px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.mr5 {
  margin-right: 5px;
}
.mr8 {
  margin-right: 8px;
}
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt16 {
  padding-top: 16px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
  padding-top: 20px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pb10 {
  padding-bottom:10px;
}
.hg80 {
  height:80px;
}
.hg60 {
  height:60px;
}
.hg50 {
  height:50px;
}
.hg40 {
  height:40px;
}
.hg45 {
  height:45px;
}
.tabw860 {
  width:860px;
}
.tabw550 {
  width:550px;
}
.tabw290 {
  width:290px;
}

.imgw270
{
  width:272px;
}

.imgw288
{
  width:288px;
}  






