body { 
		background-color: #baceb0;
				
				/* Grundschriftart definieren */
				font-family: 'Volkhov', Verdana, serif;
				color: #842334;
				font-weight:bold;
				font-size:1em;
				 overflow-x: hidden;
	font-style:italic;
			 }
			 
h1, h2, h3 {
				
				color: #842334;
				
				font:  bold 20px;
}			 

h2 {
				font-size: 16px;
}



.navigationsboxen a {
				font-size: 16px;
}

.navigationsboxen a:hover {
				/* text-decoration: underline; */
				background-color: #fcf1ae;
				font-weight: bold;
}


p.erstabsatz {
						text-indent: 0em;
}


p {
						/* Grundschriftart definieren */
				color: #842334;
	font-style:italic;
}



#untertitel {
							position: relative;
							top: -50px;
							left: -125px;
							font-size: 120%;
						  line-height:140%;
						  width: 800px;
						  text-align:center;
						  color:#e87901;
}
.clear {
	clear:left;
	clear:right;
}