/**************************************************************************
* This style sheet is prepared to be used with a LyraT4 content layout
* Insert specific CSS statements according to your *.cbd file.
***************************************************************************/


/* INSERT ****************************************************************************/

table#contentTab {
	background: url("_images/backgr.jpg");
	background-size: 1100px auto;
}
@media(min-width: 601px){
	td#sideBar {
		background: url("_images/Graphik.png");
		background-repeat: repeat-y;
			background-size: 100%;
		width: 30%;
		min-width: 220px;
	}
	#addrNamePos2{
		display:none;
	}
}
@media(max-width: 600px){
	td#sideBar{
		display: none;
		width: 0;
	}
	#addrNamePos2{
		display:block;
		height: auto;
		color: white;
		background-color: #315E8A;
		border-top:1px solid navy;
	}
	#addrNamePos2 > *{
		float:right;
		margin: 2px 8px;
	}
	#addrNamePos2 a {
		color: white;
	}
	#addrNamePos2 .clearfix{
		float: none;
	}
}

#mainCont { 
	margin: 12px 6px;
}

#mainCont img.ltx-img{
	border: 1px solid gray;
	box-shadow: 3px 3px 4px gray
}
#addrLabel > div{ 
	margin: 12px;
	padding: 6px;
	text-align: right;
	line-height: 1.4;
	border-radius: 5px;
}

#addrLabel img{
	height: 1.9em;
}
#lyraAdv {
	margin-top: 30px;
}
#lyraAdv>.dynElement { 
	margin: 0 10px;
	padding: 6px;
	text-align: left;
	/*
	line-height: 1.4;
	border: 5px white solid;
	border-radius: 5px;
	*/

}
/**************** colors and fonts *****************************/
#addrLabel > div,
#lyraAdv>.dynElement { 
	font-size: 0.9em;
	font-weight: bold;
	background: rgba(205, 205, 205, 0.9);
	color: #5F6A92;
}

#lyraAdv a{
	color: #5F6A92!important;
}
#mainCont .ltx-headline { border-bottom: none; }
#lyraAdv { /**/ }

/* END INSERT *