/* DATEI: schuetz.css */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Arial, Helvetica, sans-serif;
}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 {
	font-size:18pt;
	color : #811510;
}

h2 {
	font-size:16pt;
	color : #811510;
}

h3 { font-size:12pt; }


h4 { font-size:10pt; }


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

td {
	vertical-align: top;
}

td.kontakt1 {
	vertical-align: top;
	padding-top : 5px;
	width: 200px;
}

td.kontakt2 {
	vertical-align: top;
	padding-top : 5px;
	width: 370px;
}


a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }


a.an { text-decoration:none; }



