body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}


    

ul {
     
     list-style:square;
	 
	 
}

li {
    list-style:square;
	
	}

td,div,th
{
	font-family:Arial,sans-serif;
}
	
p,h1,h3,ul,ol,li,address,blockquote,nobr,i,h5,h2
     {
	font-family:Arial,sans-serif;
	color: #000066;
	
	
	
}

b
{font-family:Arial,sans-serif;
	color: #000066;
	font-size:10pt;
}

h1 {
	font-size:12pt;
	  
	
}

 /* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h2 {
	font-size:12pt;
	margin-left:0px;
}

h3 { 
font-size:14pt;
margin-left:0px;
}






h4 {
	font-size:12pt;
	margin-left:0px;
	
	
	
	
}




p,ol,div,td,th,address,nobr,b,i {
	font-size:10pt;
	
	
}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10Punkt, Wert aenderbar */





/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


a:link {
	color: #ffffff;
	text-decoration:none;
	font-size:10pt;
	font-family:Arial,sans-serif;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}

a:active {
	color: #ffffff;
	text-decoration:none;
}

a:hover {
color: #000066;

}

/* 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-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }
.meunue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 40px;
	width: 160px;
	font-size: 9px;
	font-style: normal;
	color: #0066CC;
	list-style-type: disc;
}

