/* DATEI: style.css */

/*body { margin-top:10px; margin-bottom:10px; }*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {  font-family: Verdana; font-size: 11px; color: #333333}

a:link { font-family: Verdana; font-size: 11px; text-decoration:none}
a:visited { font-family: Verdana; font-size: 11px; text-decoration:none}
a:active { font-family: Verdana; font-size: 11px; text-decoration:none}


.style_bu {  font-family: Verdana; font-size: 9px; color: #FFFFFF; line-height: 14px}
.style_copy {  font-family: Verdana; font-size: 11px; color: #FFFFFF; line-height: 18px}
.style_copy_black{  font-family: Verdana; font-size: 11px; color: #000000; line-height: 18px}
.style_copy_grey{  font-family: Verdana; font-size: 11px; color: #999999; line-height: 18px}
.style_links {  font-family: Verdana; font-size: 11px; color: #FFFFFF; line-height: 18px; text-decoration: none}
.style_links_black{  font-family: Verdana; font-size: 11px; color: #000000; line-height: 18px; text-decoration: none}
.style_links_grey{  font-family: Verdana; font-size: 11px; color: #999999; line-height: 18px; text-decoration: none}
