﻿/*********************************************************/
/* Diese Datei setzt die Schriftformatierungen fuer alle */
/* verwendeten HTML-Dateien.                             */
/* Diese Datei bitte in jede HTML-Seite einbauen!        */
/*********************************************************/



/* Hintergrund einheitlich */

/* standarized font over all implemented HTML-pages */

body {
	background-image:url('../images/allg/Hintergrund.gif');
	background-color: rgb(255, 0, 0);

}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,menu
     { font-family:Arial,sans-serif; }  
p,a {
	font-size:small
}
h1 { 
	font-size:			18pt; 
	font-style:			italic; 
	text-transform:		uppercase; 
	text-align:			center; 
	border-top:			solid gray; 
	border-bottom:		solid gray;
	}
/* h1 { font-size:18pt; font-style:italic; text-transform:uppercase; text-align:center; } */
h2 { font-size:14pt; font-style:italic; }     
h3 { font-size:12pt; font-style:italic; }     
h4 { font-size:11pt; font-style:italic; }   
ul,ol,li,div,td,th,address,blockquote,nobr,b,i  { 
	font-size:10pt; 
	}
menu { font-size:11pt; font-weight:bold; }

/* special class 'small' as 7pt-font */
a.small {
	font-size: 7pt;
	background-color: #FF0000;
}
p.small { 
	font-size:			7pt;
		}
p.large {
	font-size:			large;
	font-weight:		bold;
	}
p.bold {
	font-size:			small;
	font-weight:		bold;
}
p.center {
	font-size: large;
	font-weight: bold;
	text-align: center;

}
td.nav {
	background-color:red
}
td.big { 
	font-size:			18pt; 
	font-style:			italic; 
	text-transform:		uppercase; 
	text-align:			center; 
	font-weight:		bold;
	background-color: 	red ;
	   }
td.button {
	background-color: rgb(255, 0, 0);
	border-bottom-width: 2pt;
	border-bottom-style: outset;
	border-right-width: 2pt;
	border-right-style: outset;
}
td.small { 
	font-size:			1pt; 
	     }

/* on mouse over link, textcolor will change to red */
a:hover { 
	color:				rgb(255,0,0); 
	background-color:	rgb(255,255,0); 
	    }