/* (c) Copyright 2011 dredesign.de, Samuel Drechsel */
/* www.dredesign.de */ 
/* Fulda, 25.01.2011 */ 


.dreCMS_img_right {
	margin:5px 0 20px 20px;
	float:right;
}

.dreCMS_img_left {
	margin:5px 20px 20px 0;
	float:left;
}

.dreCMS_img_fullsize{
	margin:20px 0 20px 0;
	display:table;
}

.dreCMS_status_off{
	color:#dddddd;
	font-style:italic;
	text-decoration:none;
}

.dreCMS_status_off a {
	color:#dddddd;
}
.dreCMS_status_off h1 {
	color:#dddddd;
}


img {
	border:0;
}

@media (max-width: 767px) {
	.dreCMS_img_right {
		float:none !important;
		clear:both;
		margin-left:0;
		margin-right:0;
		max-width:100%;
		/*border:1px solid red;*/
	}
	
	.dreCMS_img_left {
		float:none !important;
		clear:both;
		margin-left:0;
		margin-right:0;
		max-width:100%;
		/*border:1px solid red;*/
	}	
	
	.dreCMS_img_fullsize {
		max-width:100%;
	}
	
}
