.Objektrahmen_News {
    border: 1px solid silver;
    margin: 1% 2% 1% 0;
    width: 31%;
    position: relative;
    height: 250px;
    color: #333;
    font-size: medium;
    float: left;
    top: 10px;
}
.news-title {
    margin-top: 3%;
}
.Bild  {
	width: 100%;
    height: 150px;
	z-index: 5;
}
#Titel {
	text-align: center;
	position: relative;
	top: 0;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
    background-color: #333;
    color: #fff;
    padding: 1% 2%;
}
#hauptfenster {
	position: relative;
}
#Objektdetail   {
    margin: 8px 5px;
    position: relative;
    background-color: #F2F2F2;
    color: #333;
    font-size: medium;
    float: left;
    min-height: 450px;
    top: 10px;
    width: 97%;
    padding-bottom: 15px;
}
.kl_bild {
    max-width: 29%;
    border: 0px none;
    margin: 1%;
}
#qrcode {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}
#det_rechts {
	width: 55%;
	position: relative;
	text-align: left;
	margin-left: 1%;
}
#Text {
	background-color: #F3F3F3;
	padding: 5px;
	margin-top: 3%;
	position: relative;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
}