body { 
				background-color: #ffffff;
				
				/* Grundschriftart definieren */
				font: italic 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
				
			 }
			 
h1, h2, h3 {
				
				color: #13430B;
				
				font:  bold 20px Verdana, Arial, Helvetica, sans-serif;
}			 

h2 {
				font-size: 16px;
}

a {
				color:	#ffffff;
				font-style: normal;
				text-decoration: none;
}

.navigationsboxen a {
				font-size: 16px;
}

.navigationsboxen a:hover {
				/* text-decoration: underline; */
				background-color: #13430B;
				font-weight: bold;
}


p.erstabsatz {
						text-indent: 0em;
}


p {
						text-indent: 1.5em;
}

/* Schönere Lösung, leider noch kein IE6 */
h1+p, h2+p, h3+p {
							text-indent: 0em;
}
