/* CSS Document */
/* Anzeigen - Anpassungen */
b { font-weight: bold; }
.anzeigen-bild {
	width: 31%;
	height: 310px;
	float: left;
	text-align: center;
	padding: 10px;
}
#fuenfzigneue .anzeigen-bild { height: auto; }
.anzeigen-bild h3 a {
	color: #555;
	font-size: .675em;
	font-weight: normal;
	text-decoration: none;
	cursor: text;
}
.anzeigen-bild img {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	max-height: 250px;
	max-width: 250px;
}
.anzeigen-bild p b { font-weight: bold; color: #006111; }
.anzeigen-info, .neue-info {
	color: #555;
	width: 50%;
	float: right;
}
.anzeigen-info ul span { color: #fff; }
.anzeigen-info li {
	width: 100%;
	float: none;
	font-size: .875em;
	margin: 4px 0 0;
}
.anzeigen-info h2 {
	font-size: .875em;
	margin-top: 12px;
}
.anzeigen-info p, .neue-info p {
	font-size: .875em;
	margin: 5px 0 0;
	padding: 0;
}
.weitere-info { padding: 0 10px 10px; }
#fuenfzigneue .weitere-info { text-align: right; padding: 0; }
/* Fuenfzig Neue - Anpassungen */
.date { float: right; margin-top: -7px; font-weight: bold; }
.neue-info { width: 66%; }
.neue-info h2 { padding: 10px 0 0; font-size: 1.25em; }
.neue-info p { margin-top: 5px; }
.neue-info p b { font-weight: bold; }
#fuenfzigneue { padding-bottom: 20px; margin-top: 0px; }
#fuenfzigneue h1 {
	font-size: 1.3725em;
	color: #333;
	margin: 0 0 10px;
}
.banner-main {
	background-color: #f0f0f0;
	padding: 20px;
	margin: -30px 0 20px;
	font-size: 1em;
	color: #555;
	text-align: center;
}
.banner-main img { float: center; height: 60px; padding: 0 10px; }
.banner-main p { text-align: left; }
.banner-main p b { font-weight: bold; }
/* Suchen */
/* Suchergebnisse - Anpassungen */
.inner form { margin-top: 10px; width: 50%; }
.inner form label { font-size: .8125em; color: #555; text-align: left; }
.inner form fieldset { border: none; font-size: 13px; }
.inner input[type="text"] {
	border: 1px solid #bcbcbc;
	border-right: none;
	width: 60%;
	height: 24px;
	margin: 2px 0 8px;
}
.inner input[type="submit"] {
	border: 1px solid #bcbcbc;
	border-left: none;
	width: 40%;
	margin: 0 0 0 -6px;
	height: 26px;
	font-weight: bold;
	color: #555;
	background-color: #d6d6d6;
}
.inner input[type="submit"]:hover { color: #000; }
.inner input[type="submit"]:focus, .inner input[type="submit"]:active {
	color: #fff;
	background: #ad0022;
}
#main-content p.gray { color: #333; }
.insert-bild { padding: 10px 0; }
/* Tooltip CSS */
a.tooltip {
	outline: none;
	cursor: help;
	position: relative;
	color: #555;
	border-bottom: 2px dotted #333;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover { text-decoration: none; }
.tooltip:hover span {
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
}
.tooltip:hover img {
	border: 0;
	margin: -30px 0 0 -53px;
	float: left;
	position: absolute;
}
.tooltip:hover em {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
	color: #ad0022;
}
.anzeigen-info ul .classic, .neue-info p .classic { padding: 0.8em 1em; }
.anzeigen-info ul .custom, .neue-info p .custom { padding: 0.5em 0.8em 0.8em 2em; }
.anzeigen-info ul .info, .neue-info p .info { background-color: #e7e7e7; border: 3px solid #ad0022; color: #333; font-size: 13px; }
#neueanzeigen { width: 50%; margin: 10px 0; }
.inner p.large, .suchauftrag p.large {
	font-size: 1.3125em;
	font-weight: bold;
	color: #006111;
	margin-bottom: 5px;
}
.special .grafik-container { margin-top: 0; }
ul.related { list-style-type: disc; margin-left: 20px; }
.related li { float: none; width: 100%; margin: 0 0 6px; }
.columns {
	float: left;
	width: 45%;
	padding: 0 5% 0 0;
}
.columns p { width: 100%; }

@media (max-width: 1000px) {
	.anzeigen-bild, .anzeigen-info, .neue-info, .weitere-info { display: block; float: none; width: 100%; }
	.anzeigen-bild { height: auto; }
}