/* Dies ist die Layout-Datei der VCP Taunusstein-Homepage */

/* Textränder */
body { margin-top:5px; margin-bottom:5px; }

/* Alles in Arial ausgeben */
p,h1,h2,h3,h4,h5,h6,ul,ol,li,td,th,address,blockquote,nobr,b,i,small,hr,a,center { font-family:"Times New Roman",Arial,Helvetica,sans-serif; }

/* ausser PRE-Texte, diese in Courier */
pre,tt,input { font-family:Courier New,Courier; font-size:10pt; }

/* Schriftgroessen */
h1 { font-size:22pt; }
h2 { font-size:20pt; }
h3 { font-size:18pt; }
h4 { font-size:16pt; }
h5 { font-size:14pt; }
h6 { font-size:12pt; }
p,ul,ol,li,td,th,address,nobr,b,i,hr,blockquote,a,hr,center { font-size:11pt; }
small { font-size:9pt;}
big { font-size:14pt; font-weight:bold; }

/* Links-Aussehen */
a:link { text-decoration:none; color:#0000FF} /*Links in blau und unterstrichen */
a:visited { text-decoration:none; color:#FF0000} /*Besuchte Links in rot */
a:hover {text-decoration: underline; color:#FF0000;} /*Mit der Maus drüber violett */

