
/* Uebergeordnete Definition des Seitenlayouts */


/*Link-Darstellung*/
a:link { text-decoration:none; color:#0000ff; }
a:visited { text-decoration:none; color:#0000cc; }
a:hover { text-decoration:underline;color:#0000FF;}
a:active { text-decoration:none; color:#0000ff; font-style:italic }

/* textschriftart */
 body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Arial,sans-serif;} 

/* Textfarbe*/
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr {color:#000000;} 

/* Textgroessen */
 body,p,ul,ol,li,div,td,th,address,nobr{font-size:10pt;} 

/* Textausrichtung*/
/* p,div {text-align=justify;}*/

body {background-color:#FFFFFF;}
body {scrollbar-3d-light-color: blue-white; scrollbar-base-color: white; scrollbar-arrow-color: blue;} 
