body {
	font-family:cambria,arial,helvetica,sans serif;
	font-size:1.2rem;
}
p {
	margin:0 0 0.7rem 0;
}
#BEET {
	max-width:1000px;
	margin:20px auto;
}
.ce {
	text-align:center;
}
img.img-in {
	display:inline;
	width:auto;
	max-width:auto;
}

/* BILD GROSS */
#BILD_GROSS {
	display:none;
	border:3px solid #9d2c40;
	background-color:#dddddd;
	line-height:0.1px;
	z-index:200;
	position:absolute;
}
#BILD_GROSS_BILD {
	background-color:white;
}
#BILD_GROSS_CLOSE {
	top:0;
	right:0;
	width:45px;
	height:32px;
	background-image:url(img/schliessen2.gif);
	cursor:pointer;
	position:absolute;
}
#BILD_GROSS_TEXT {
	width:100%;
	min-height:32px;
	background-color:#dddddd;
}
#BILD_GROSS_TEXT_INHALT {
	height:30px;
	text-align:center;
	vertical-align:middle;
	padding-right:50px;
	line-height:100%;
}
