
br.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	
}

.red {
	color: #e00b2e!important;
}

.green {
	color: #58bf0d!important;
}

footer p {color: #bcbcbc;}

/* ######### cmsblock ###### */



.cmsblock {
	/*clear: both;*/
	color:#000;
	width: 100%;
	margin-bottom: 20px;
}
.cmsblock.newrow {
	clear: both;
}

.cmsblock.horizline {
	border-bottom: 1px solid #ccc;
}

.cmsblock  li {
	padding-bottom: 10px;
}

.cmsblock  ul li {
	list-style: disc;
	margin-left: 30px;
	padding-left: 10px;
}

.cmsblock .imgRight{
	margin: 5px 0 30px 30px;
	float: right;
}
.cmsblock .imgRight img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: right;
}

.cmsblock .imgLeft{
	margin: 0 30px 30px 0;
	float: left;
}

.cmsblock .imgLeft img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}


.cmsblock .imgLeft.landscape, .cmsblock .imgRight.landscape {
	width: 50%;
}
.cmsblock .imgLeft.portrait, .cmsblock .imgRight.portrait {
	width: 30%;
}

.cmsblock .imgRight p, .cmsblock .imgLeft p {
	font-size: 0.85em;
	line-height: 1.2em;
	padding-bottom: 7px;
	border-bottom: 1px solid #a5b0ac;
}




/* ######### bildergalerie ###### */

.bildergalerie {/* rma NEU */
	clear: both;
	margin: 20px 0;
}

.bildergalerie  img {/* rma NEU */
	height: 100px;
	width: auto;
	margin: 10px;
	float: left;
}





/* ######### visitenkarte ###### */

.visitenkartelinks {
	float: left;
	margin-right: 40px;
	width: 200px;	
	padding-bottom: 30px;
}
.visitenkarterechts {
	float: left;
	width: 50%;
	padding-bottom: 30px;
}

@media only screen and (max-width: 550px) {
	.visitenkartelinks, .visitenkarterechts  {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;	
	}
}


/* ######### mmedia ###### */

a.mmedia {	
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #387393 !important;
	font-size: 12px !important;
	margin-left: 10px !important;
}

a.mmedia span {
	color: #8D8F92 !important
}