.cnt_rechts {
	display:none;
	width: 12em;
	float:right;
	padding-top: 15px;
	margin-right: 0.3em;
	padding-right: 0.3em;
	overflow: hidden; 
	}
	
.cnt_all {
	width:1000px;
	margin:0 auto;
	}

.cnt_mitte {
 	padding: 15px 40px 15px 20px;
 	overflow: hidden; 
 	font-size: 0.9em;
	}

img.logo {
	position:relative;
	right:0px;
	float:right;
}
img.titelbild {
	position:relative;
	left:0px;
	float:left;
}

.bodytext {
	width:430px;
}


/*  ############ Definition zur Listen in cnt_mitte ############ */

.cnt_mitte li {
	padding-bottom:1px;
	}

.cnt_mitte h1 {
 	font-size: 1.4em;
 	border-left:0.9em solid #660000;
 	padding-left: 0.5em;
 	margin-bottom: 0.2em;
	}

.cnt_mitte h2 {
 	font-size: 1.1em;
 	font-weight: bold;
 	margin-top: 2em;
 	}
 	
.cnt_mitte h3, .cnt_mitte h4, .cnt_mitte h5, .cnt_mitte h6 {
 	font-size: 1em;
 	font-weight: bold;
 	margin-top: 2em;
 	}


/* ############ Bildunterschrift formatieren ############ */
.csc-textpic-caption {
	font-size:0.85em;
	color:#666666; /* (Im Logotype 858585) */
	font-style:italic;
	
}

