/* DATEI: npoconsult.css */

/* Schriftart, Farbe */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:   tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000; }

/* Header Schriftgroesse */
h2 {	font-size: 14pt; }
h3 {	font-size: 13pt; }
h4 {	font-size: 12pt; }

/* normaler Text Schriftgroesse*/
p,ul,ol,li,div,th,td,address,nobr,b,i {
	font-size: 10pt; }

/* Absatzabstände */
p,ul,il{	margin-top: 0em;
	margin-bottom: 0.5em; }
h1,h2{	margin-top: 0em;
	margin-bottom: 0.5em; }
h3,h4{	margin-top: 0.75em;
	margin-bottom: 0.5em; }
table {	margin-top: 0.5em;
	margin-bottom: 0.5em; }

/*Navigation */
/* Untermenüpunkte oben */
.navt  {	font-weight: bold; 
	font-size: 16pt;
	margin-top: 0em;
	margin-bottom: 1em; } 

/* Hauptmenüpunkte links */
.navl {	font-weight: bold; 
	font-size: 11pt;
	line-height:16pt; }

/* Text Mitte */
.mitte {	width: 400px;
	 }

/*Fusszeile*/
.fuss {	font-size: 8pt; }

/* Verweise */
a {	color: #006633;
	text-decoration: none; }

/* a:link  a:active  a:visited vorerst wie oben */
a:hover {	text-decoration: underline; }

/* individuelle Stile */
/* Titel */
.mytitle {	font-weight: bold; 
	font-size: 16pt;
	margin-top: 0em;
	margin-bottom: 0,5em;
	color: #006633; }
.myintro {	font-size: 16pt; color: #666666; }
