/*
 *              stylesheets
 *      styles for www.marktpumpe.de
	*
	* (C)opyright and design DPone technology
	*           author: Arne Drews
	*******************************************
*/

/* --- BODY-style ------------------------------------------------- */
BODY {
  scrollbar-face-color: #0008ff;
  scrollbar-shadow-color: #0008ff;
  scrollbar-highlight-color: #0008ff;
  scrollbar-3dlight-color: #ccccff;
  scrollbar-darkshadow-color: #0008ff;
  scrollbar-track-color: #ccccff;
  scrollbar-arrow-color: #ffffff;
  overflow: auto;
}

/* --- FONT-style ------------------------------------------------- */
FONT.valstandard {
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
}

FONT.valitalic {
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 font-style: italic;
 color: #ffffff;
 text-decoration: none;
 A:link    { color: #FFFFFF; text-decoration: none; }
 A:visited { color: #FFFFFF; text-decoration: none; }
 A:hover   { color: #FF0000; text-decoration: none; }
 A:active  { color: #FF0000; text-decoration: none; }
}

FONT.valmaster {
 background-color: #000;
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ffff99;
 text-decoration: none;
}

FONT.idlink {
 font-family: "Arial";
 font-size: 10pt;
 font-weight: bold;
 color: #ffff00;
 text-decoration: none;
 A:link    { color: #ffff00; text-decoration: none; }
 A:visited { color: #ffff00; text-decoration: none; }
 A:hover   { color: #0008ff; text-decoration: none; }
 A:active  { color: #ffff00; text-decoration: none; } 
}

/* --- TD-style --------------------------------------------------- */
TD.lblstandard {
 background-color: #000;
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ccccff;
 text-decoration: none;
}

TD.lblunderline {
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #00A5DC;
 text-decoration: underline;
}

TD.lblbigger {
 font-family: "Arial";
 font-size: 10pt;
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
}

TD.entry {
 font-family: "Arial";
 font-size: 10pt;
 font-weight: bold;
 color: #00A5DC;
 text-decoration: none;
}

TD.copyright {
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
}

TD.mailtoheader {
 font-family: "Arial";
 font-size: 14pt;
 font-weight: bold;
 color: #9999ff;
 text-decoration: none;
}

TD.lblcommentid {
 font-family: "Arial";
 font-size: 10pt;
 font-weight: bold;
 color: #ffff00;
 text-decoration: none;
}

TD.lblcomment {
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ccccff;
 text-decoration: underline;
}

TD.lblmaster {
 background-color: #000;
 font-family: "Arial";
 font-size: 8pt;
 font-weight: bold;
 color: #ffff00;
 text-decoration: underline;
}

TD.imperator {
 font-family: "Arial";
 font-size: 12pt;
 font-weight: bold;
 color: #ff0000;
 text-decoration: none;
}

/* --- global ----------------------------------------------------- */
A.copyright:link    { font-family: "Arial";	font-size: 8pt;	font-weight: bold;	color: #ffffff;	text-decoration: none; }
A.copyright:visited { font-family: "Arial";	font-size: 8pt;	font-weight: bold;	color: #ffffff;	text-decoration: none; }
A.copyright:active  { font-family: "Arial";	font-size: 8pt;	font-weight: bold;	color: #ffffff;	text-decoration: none; }
A.copyright:hover   { font-family: "Arial";	font-size: 8pt;	font-weight: bold;	color: #ff0000;	text-decoration: none; }

A.temp:link    { font-family: "Arial";	font-size: 10pt;	font-weight: bold;	color: #9999ff;	text-decoration: none; }
A.temp:visited { font-family: "Arial";	font-size: 10pt;	font-weight: bold;	color: #9999ff;	text-decoration: none; }
A.temp:active  { font-family: "Arial";	font-size: 10pt;	font-weight: bold;	color: #9999ff;	text-decoration: none; }
A.temp:hover   { font-family: "Arial";	font-size: 10pt;	font-weight: bold;	color: #9999ff;	text-decoration: none; }

