@charset "utf-8";
.bildundtext {
	height: auto;
	width: 720px;
	padding-left: 35px;
	padding-bottom: 20px;
	float: left;
}
.feld {
	display: block;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
}



.bildoben {
	height: 200px;
	width: 710px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	display: block;
}








.text {
	background-color: #FFF;
	height: 100%;
	width: 720px;
	display: block;
	font-size: 13px;
	color: #333;
	text-align: left;
}
.textgroß {
	font-size: 14px;
}

.bildintext {
	display: block;
	height: 200px;
	width: 250px;
	float: right;
	background-color: #FFF;
	margin-bottom: 5px;
	margin-left: 5px;
}
.bildintext2 {
	display: block;
	height: 116px;
	width: 250px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
}
.bildintext3 {
	display: block;
	height: 250px;
	width: 180px;
	float: right;
	background-color: #FFF;
}


.portrait {
	display: block;
	height: 300px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	float: right;
}

.container .bildundtext .text small a {
	font-size: 14px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
