#bilder .thumbnails {
	overflow: auto;
	width: 135px;
	height: 225px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

#bilder .thumbnails a {
	border: 1px solid #EEEEEE;
	display: block;
}

#bilder .thumbnails a img {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	margin: 5px;
}

#bilder .thumbnails a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#bilder .bigImage {
	height: 240px;
	width: 320px;
	position: relative;
	float: left;
	margin-top: 10px;
}

#bilder .bigImage #image {
	border: 1px solid black;
}

#bilder .bigImage #loading {
	border: none;
	position: absolute;
	left: 5px;
	top: 5px;
}

#floatImage {
	width: 100px;
	float: left;
	height: 75px;
	margin-right: 10px;
	margin-top: 5px;
}

#daten {
	width: 400px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#daten tr {
	vertical-align: top;
}

#daten th {
	color: #5b8fbe;
	font-weight: normal;
	padding: 5px 2px 5px 2px;
}

#daten td {
	padding: 5px 2px 5px 2px;
}

#daten .rule {
	border-bottom: 1px solid #eeeeee;
}

fieldset {
	border-top: 1px solid #5b8fbe;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5b8fbe;
	margin-left: 110px;
	margin-top: 10px;
}

fieldset legend {
	color: #5b8fbe;
	font-weight: normal;
	font-size: 12px;
	padding: 0 5px 0 5px;
	margin-left: 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#datenblaetter a {
	background: transparent url('/mefa/Images/pdf_icon.png') no-repeat center left;
	padding-left: 40px;
	padding-top: 10px;
	height: 30px;
	margin-right: 5px;
	display: block;
	float: left;
	white-space: nowrap;
}

#mailform label {
	margin-right: 5px;
}

#mailform table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#mailform table tr {
	vertical-align: top;
}

#mailform table th {
	padding: 5px;
	white-space: nowrap;
}

#mailform table td {
	padding: 5px;
}
