/**************************************************************************
* This style sheet is prepared to be used with a LyraT4 content layout
* Insert specific CSS statements according to your *.cbd file.
***************************************************************************/
div.ltxContentLayout{
	min-height: 100px;
	background: url("_images/Rechtecke.jpg");
	background-position: 100% 50px; // top right;
}

#frameLeft{
	/*background: rgba(200,200,200,0.9);*/
	color: #512020;
}
/* INSERT ****************************************************************************/
@media (min-width: 701px) {
	#frameLeft{
		float:left;
		width: 60%;
		padding: 0px 0.5%;
		margin:0;
	} 
	#frameRight{
		float:right;
		width:37%;
		padding: 0px 0.5%;
		margin:0;
		/**
		border: 2px solid gray;
		box-shadow: 2px 2px 4px gray;
		**/
	}	
}
@media (max-width: 700px) {
	#frameLeft{
		float:none;
		display: block;
		padding: 0px 0.5%;
		margin:0;
	} 
	#frameRight{
		display:none;
	}	
}


#mainCont .dynElement { 
	background: rgba(205, 205, 205, 0.9);
	margin-top: 4px;
}
#sideBar { /**/ }

/* END INSERT *