/* DATEI: cncTop.css */

/* Standardformatierung für Schriftarten, Schriftgroessen usw. von CNC-Workstation */
/* &copy; randy webdesign 2004 */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind Kommentarzeilen. */

body {
   PADDING: 0px;
   MARGIN: 0px;
   FONT-FAMILY: VERDANA,ARIAL,HELVETICA;
   BACKGROUND-COLOR: #a1abab;
}

/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */
a {
   color:#000000;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:8pt;
   text-decoration:none;
}
a:link {
   color: #000000;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:8pt;
   text-decoration:none;
}
a:active {
   color: #454545;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:8pt;
   text-decoration:none;
}
a:visited {
   color: #454545;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:8pt;
   text-decoration:none;
}
a:hover {
   color: #454545;
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:8pt;
   text-decoration:none;
   background-color: #DFDFDF;
}
.mylink  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
}
.leftaln {
	font-size:10px;
	text-align:left;
	font-family: "Arial", "Helvetica";
	color:navy;
}
.centeraln {
	font-size:10px; 
	text-align:center; 
	font-family: "Arial", "Helvetica";
	color:navy;
}
.typewrite {
	font-weight:bold; 
    font-size:10pt;
	text-align:left; 
    font-family:VERDANA,ARIAL,HELVETICA;
    color:#FFFF66;
}
.lefthyp {
	font-weight:bold; 
	font-size:12px; 
	text-align:left; 
    font-family:VERDANA,ARIAL,HELVETICA;
}

.normal {
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:9pt;
   color:#454545;
   text-decoration:none;
}
.ssmall {
   font-family:VERDANA,ARIAL,HELVETICA;
   font-size:7pt;
   color:#454545;
   text-decoration:none;
}
