/*	Datei:	tv.css								*/
/*	Autor:	Alexander Landgraf						*/
/*	Inhalt:	"Formatvorlagen" fuer die Website des OETB Wien Meidling 1886	*/
body	{ margin: 0px }
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input,textarea
	{ font-family:Verdana,Arial,helvetica,sans-serif; }

h1 { font-size:18pt; background-color:#FFFFFF; color:#000000; }
h2 { font-size:14pt; background-color:#FFFFFF; color:#000000; }
h3 { font-size:12pt; background-color:#FFFFFF; color:#000000; }
h4 { font-size:10pt; background-color:#FFFFFF; color:#000000; }
p,ul,li,td { font-size:10pt; }

.banner		{ background-color:#9B213A; color:#FFFFFF; }
.navigation	{ background-color:#FFFFFF; color:#000000; }
.main		{ background-color:#FFFFFF; color:#000000; }

/*	Subnavigation Titel							*/
/*	Subnavigation Verweis							*/
.SubH1		{ background-color:#9B213A; color:#FFFFFF; font-size:8pt; font-weight:bold; }
.SubA		{ background-color:#FFCC11; color:#000000; font-size:8pt; }

/*	TableHeader1								*/
/*	TableHeader2								*/
.TableH1		{ background-color:#483BF7; color:#000000; font-size:12pt; }
.TableH2		{ background-color:#3399FF; color:#000000; font-size:10pt; font-weight:bold; }

/*	FormH1	... Form Labels (z.B. E-Mail Formular) 				*/
/*	FormH2	... Form Labels (z.B. E-Mail Formular)				*/
/*	FormFld	... Form Fields (z.B. E-Mail Formular) 				*/
.FormH1		{ background-color:#483BF7; color:#000000; font-size:12pt; font-weight:normal;	}
.FormH2		{ background-color:#3399FF; color:#000000; font-size:10pt; font-weight:bold;	}
.FormFld	{ background-color:#FFFFFF; color:#000000; font-family:monospace; font-size:10pt; font-weight:normal;	}
a.FormH1:link	{ background-color:#483BF7; color:#000000; font-size:12pt; font-weight:bold;	}
a.FormH1:active	{ background-color:#483BF7; color:#000000; font-size:12pt; font-weight:bold;	}
a.FormH1:visited	{ background-color:#483BF7; color:#000000; font-size:12pt; font-weight:bold;	}

