/* CSS-Dokument */
body {font-family:  Arial, Helvetica, sans-serif;
font-size:14px;
}

td {font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}

hr {height: 1px;
color:#234da0; }

/* Ausrichtung der Elemente */
.maintable {border:1px solid #234da0;
background-color:#FFFFFF;}

.kopf { width: 975px;  
height: 95px;
background-image:url(bilder/kopf.jpg);
}

.sprachnavi, .copybox, .hauptnavibox {width: 227px;
margin-left: 15px;
}
.sprachnavi, .nebennavi {heigth: 14px;
margin-top: 3px;
margin-bottom: 3px;  }
.copybox {heigth: 12px;
margin-top: 1px;
margin-bottom: 2px;  }

.content {margin-bottom: 20px;}

.tuevzeichen {width:150px;
height:150px; 
margin-top:45px; 
margin-left: 46px; 
/*background-image:url(bilder/tuev-zertifikat.jpg); 
background-repeat:no-repeat; */
}

.wasserzeichen { width:184px;
height: 41px;
background-image:url(bilder/wasserzeichen.gif); 
background-repeat:no-repeat;
margin-left: 185px;
margin-bottom: 20px;
margin-top: 30px;
}

/* Linkformate */
/* Textlinks */
a {text-decoration : none;
font-weight: normal;
}
a:link {color :#234da0;}
a:hover {text-decoration:underline;}

/* Hauptnavigation, Subnavigation */
.hnlink, .hnlink_aktiv, .hnsublink, .hnsublink_aktiv {text-decoration : none;
font-weight: bold; 
text-transform:uppercase;
display:block;
padding-bottom: 15px; 
}
.hnlink, .hnlink_aktiv {
font-size:16px;
}
.hnsublink, .hnsublink_aktiv{
font-size:14px;
}

.hnlink:link, .hnlink:visited, .hnsublink:link, .hnsublink:visited  {color :#ffffff;}
.hnlink:hover, .hnlink:active, .hnlink_aktiv, .hnsublink:hover, .hnsublink:active, .hnsublink_aktiv  {text-decoration: none; color: #FFFF99;}

/*Nebennavigation*/
.nnlink {text-decoration : none;
font-weight: bold; 
text-transform:uppercase; 
margin-right: 30px;
}
.nnlink:link, .nnlink:visited  {color :#234da0;}
.nnlink:hover, .nnlink:active, .nnlink_aktiv  {text-decoration: none; color :#000000;}

/*Copyrightverweis */
.copylink {text-decoration : none;
font-weight: normal;
}
.copylink:link, .copylink:visited  {color :#234da0;}
.copylink:hover, .copylink:active  {text-decoration: none; color :#ffffff;}

/* Textformate */

h1, h2 {font-weight:bold; 
color:#234Da0;
text-transform:uppercase;
}

h1 {font-size:16px; }
h2 {font-size:14px; }

/* Sonstiges */
/* Bildrahmen */
.bildrahmen{ border-width:3px; border-color:#234da0; border-style:solid}

/* Linkausrichtung zu den Maschinen für Schleifen und Sägen  und Backlink, Kontaktformular*/

.linkpos_schleifen_saegen, .linkpos_back, .linkpos_formular  {
padding-top:30px;
}

.linkpos_schleifen_saegen, .linkpos_formular  {
/* float:right; */
}

/* Linkausrichtung Backlink */
.linkpos_back {
/* float:left; */
}

/* Linkausrichtung Kontaktformular */
.linkpos_formular {
margin-bottom:30px;
}

/* Fehlermeldung */

.fehler { color:#FF0000;}
