/* Festlegung der Standardschriftarten */
p, pre, tt, a, h1, h2, h3, h4, h5, h6, big, ul, ol, li, div, td, th, adress, blockquote, nobr, b, i , input {
	font-family : Arial, Helvetica, sans-serif;

}

pre, tt {
	font-family : "Courier New", Courier, monospace;
}

a:link 
{
	text-decoration : none;
}

a:hover 
{
	color : #ff0000;
	text-decoration : none;
}

/* Allgemeine Schriftstile und -größen bei Überschriften*/
h1 {
	font-size : 18pt;
}

h2 {
	font-size : 16pt;
}

h3 {
	font-size : 12pt;
}

h4 {
	font-size : 10pt;
}

h5 {
	font-size : 10pt;
}

h6 {
	font-size : 10pt;
}

big {
	font-size : 22pt;
}

p, td {
	font-size : 9pt;
}


/* Spezialformatierungen */

.hallo
{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
	font-weight:900;	
}

.cont
{
	color:#3c3c3c;
	text-decoration:none;
	font-size:9pt;		
}

.contb
{
	color:#3c3c3c;
	text-decoration:none;
	font-size:9pt;		
	font-weight:900;	
}

.navi
{
	color:#000000;
	text-decoration:none;
	font-weight:900;
	font-size:9pt;				
}

.contred
{
	color:#ff0000;
	text-decoration:none;
	font-weight:900;
	font-size:9pt;			
}

.contblue
{
	color:#000080;
	text-decoration:none;
	font-weight:900;
}

.contblue3
{
	color:#000080;
	text-decoration:none;
	font-size:9pt;				
}

.contgreen
{
	color:#339900;
	text-decoration:none;
	font-weight:900;	
	font-size:9pt;		
}

.contgray
{
	color:#999999;
	text-decoration:none;
 font-size:9pt;	
}
:link:focus { -moz-outline: 0px dotted WindowText;
	
}
html {
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
p {
	text-align: justify;
}

