/* datei: helvetia.css - default-style screenversion */


body
{
margin:0px;
scrollbar-arrow-color:#006633;
scrollbar-base-color :#FFCC00;
scrollbar-track-color:#C0C0C0;
}

img { border:none;}


/* schriftart textelemente */
body, p, h1, h2, h3, h4, h6, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, span
{
font-family:Tahoma, Arial, Verdana, sans-serif;
}


/* schriftgroesse */
p, ul, ol, li, div, table, address, nobr, b, i { font-size:13px; }
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
th { font-size:12px; }


/* alternative auszeichnungen */
.bold      { font-weight:bold;}
.col1      { font-size:15px; font-weight:bold; }
.col2      { font-size:12px; font-weight:normal; color:#CC6633; }
.col3      { font-size:15px; font-weight:normal; color:#666666; }
.col4      { font-size:10px; font-weight:normal; color:#666666; }
.price_1   { font-size:14px; font-weight:bold; color:#666666; }
.footer    { font-size:9px; color:#000099; }




/* standard hyperlink */
a:link    { color:#006633; font-size:12px; font-weight:bold; text-decoration:none; }
a:visited { color:#006633; font-size:12px; font-weight:bold; text-decoration:none; }
a:hover   { color:#FF0000; font-size:12px; font-weight:bold; text-decoration:none; }
a:active  { color:#006633; font-size:12px; font-weight:bold; text-decoration:none; }


