/* DATEI: mingers.css */

/* CSS-Angaben für "mingersundpartner.de" */
/* Thomas Langens, www.thomas-langens.de 2001 */


p,br,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
	{ font-family:Arial,sans-serif,Helvetica; }

p,blockquote { font-size:10pt; line-height:16pt;}

ul { font-size:10pt; line-height:14pt; list-style-type:circle }

ol { font-size:10pt; line-height:14pt; list-style-type:lower-alpha }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:10pt; line-height:10pt; font-style:normal; font-weight:normal; }
h6 { font-size:8pt; line-height:8pt; font-style:normal; font-weight:normal; }

/* p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; } */

/* normaler Text */

a:link { color:#336699; text-decoration:underline; 				}
a:visited { color:#000066; text-decoration:underline; 				}
a:active { color:#0033CC; text-decoration:none;					}
a:hover { color:#0033CC; text-decoration:none;					}

/* a:link = Verweise zu noch nicht besuchten Seiten	*/
/* a:visited = Verweise zu bereits besuchten Seiten	*/
/* a:active = Verweise, die gerade angeklickt werden	*/
/* color = Farbe		*/
/* text-transform:uppercase;	*/
/* text-decoration = Textstil	*/
/* underline = unterstrichen	*/
/* none = nicht unterstrichen	*/
/* line-through			*/