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

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

	p, .bodytext, p.bodytext, h1, h2, h3, h4, h5, h6, ol, ul, fieldset, legend, dl {
		line-height:1.5em;
		font-size:0.7em;
		letter-spacing:0em;
		color:black; /* especially for LABEL in IE */
	}
		/* Important for all forms and lists: Preventing double inheriting font-size from itself */
		fieldset fieldset, 
		fieldset legend, 
		fieldset dl, 
		fieldset ul, 
		fieldset ol, 
		fieldset p, 
		
		legend fieldset, 
		legend legend, 
		legend dl, 
		legend ul, 
		legend ol, 
		legend p, 
		
		dl fieldset, 
		dl legend, 
		dl dl, 
		dl ul, 
		dl ol, 
		dl p, 
		
		ul fieldset, 
		ul legend, 
		ul dl, 
		ul ul, 
		ul ol, 
		ul p, 
		
		ol fieldset, 
		ol legend, 
		ol dl, 
		ol ul, 
		ol ol, 
		ol p {
			font-size:1em;	
		}

		p, .bodytext, p.bodytext, h1, h2, h3, h4, h5, h6, ul {
			margin-top:0em;
			margin-bottom:1.5em;
		}
			p.bodytext a {
				/*color:#b17b4d; BISHERIGES BRAUN */
				color:#7f7e7e;
			}
	a {
		text-decoration:none;
		color:black;
	}
	a:hover, a:focus {
		color:#B30212;
	}

		.brown {
			color:#b17b4d;
		}
			.brown a {
				color:#b17b4d;
			}
			.brown a:hover, .brown a:focus {
				color:#B30212;
			}

			ol, ul {
				padding-left:20px;
			}
				li {
				}

			/* Seitentitel */
			h1, h1.pageTitle, h1.pageSubtitle {
				letter-spacing:0.07em;
				font-size:1.0em;
				line-height:1.3em;
				font-weight:bold;
				margin-top:6px;
				color:#b17b4d;
			}
				/* CE Titel */
				.csc-header h1 {
					letter-spacing:0em;
					font-size:0.75em;
				}
				h1.pageSubtitle {
					font-weight:normal;
					color:black;
				}

			h2 {
				letter-spacing:0em;
				font-size:0.75em;
				font-weight:bold;
			}
			h3 {
				letter-spacing:0.1em;
				font-weight:normal;
				text-decoration:underline;
			}

/* ____________________________________________________________________________ */
/*                     INDIVIDUELLE AUSZEICHNUNGEN CSS Styled Content            */

/* Bildtexte */
dd.csc-textpic-caption {
	letter-spacing:0em;
	line-height:1.5em;
	margin:0px;
	text-align:left;
	color:#A3A3A3;
}

/* ____________________________________________________________________________ */
/*                        EINSTELLUNGEN F�R TEXT/BILD-TEXTE                     */

		/* Nur Bildtext */
		.csi-textpic .csi-caption {
		}

	/* Nur Text */
	.csi-textpic .csi-text {
	}

		/* Nur Text.p */
		.csi-text p {
			/*padding-bottom:5px;*/
		}

