/*-----------------------------------------------------------------------------author:    martin bürklewebsite:   http://www.buerkle-wohnkonzept.de/           Inhalt3sp.css-----------------------------------------------------------------------------*/#MainContent {	margin: 0 144px 0 144px;	width: auto;	height: 500px;	background-color: #bbb; } #MainContent img {	position: relative;	top: 5px; left: 8px;	width: auto;	height: auto;	border: 1px solid #aaa; }#MainContent span {    display: block;	position: relative;	top: 15px; left: 10px; 	width: 480px;	font-family: Verdana, Arial, san-serif; 	color: #444;	font-size: 12px; 	line-height: 19px; 	text-align: justify;}#Sidebar {	float: right;	margin-top: 1px;	width: 144px; 	height: 499px;	background-color: maroon;}#SecContent {	text-align: center;}#SecContent img {    position: relative;    top: 5px;    visibility: visible; 	padding-left: 1px;}#SecContent0 img {    position: relative;    top: 10px;    visibility: visible; 	padding-left: 1px;}#SecContent1 img {    position: relative;    top: 15px;    visibility: visible; 	padding-left: 1px;}#SecContent2 img {    position: relative;    top: 20px;    visibility: visible; 	padding-left: 1px;}#SecContent span {	display: block;	position: relative;	top: 5px;	font-size: 11px;  	color: #fff;}
