
body {
	font-family: Lucia Grande, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
	color:black;
}

/* ____________________________________________________________________________ */
/*                                ALLE TEXT-EINSTELLUNGEN                       */

	p, .bodytext, p.bodytext, h1, h2, h3, h4, h5, h6, ol, ul {
		line-height:1.5em;
		font-size:0.8em;
		letter-spacing:0em;
        color:#000000;

	}

		p, .bodytext, p.bodytext, h1, h2, h3, h4, h5, h6, ul {
                         margin-top:0em;
                         margin-bottom:1.5em;
			margin-left:50px;
			margin-right:15px;
		}


		p.bodytext a {
	       		color:#675F56;

			}
		p.bodytext a:hover {
			color:#B30212;
			}

	a {
		text-decoration:none;
		color:black;
	}
	a:hover, a:focus {
		color:#B30212;
	}


			/* Seitentitel */
			h1, h1.pageTitle, h1.pageSubtitle {
			       /*	letter-spacing:0.07em;  */
				font-size:1.0em;
				line-height:1.3em;
				font-weight:bold;
				margin-top:9px;
				color:#B30212;
			}

			h2 {
                         	margin-top:30px;
				letter-spacing:0em;
				font-size:0.8em;
				font-weight:bold;
			}
			h3 {
				letter-spacing:0.1em;
				font-weight:normal;
				text-decoration:underline;
			}