/* ALLGEMEINE STYLES */

div#suchergebnis {
	position: relative;
	z-index: 99;
	height: 426px;
	width: 399px;
	overflow: auto;
	overflow-x: hidden;
	margin-left: 3px;
	clear: left;
	background-color: #fff;
}

/*
body {
	width: 383px;
}
*/

div#suchergebnis div, div#suchergebnis p, div#suchergebnis a, div#suchergebnis li, div#suchergebnis span, div#suchergebnis td, div#suchergebnis input, div#suchergebnis textares {
	font-size: 11px;
	color: #666;
	line-height: 15px;
}

div#suchergebnis h3 {
	font-size: 11px;
	padding-bottom: 5px;
}

div#suchergebnis li {
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

div#suchergebnis li a {
	text-decoration: none;
	color: #00457e;
	font-weight: normal;
}

div#suchergebnis li a:hover {
	text-decoration: underline;
}

div#suchergebnis li p {
	font-weight: normal;
	padding-bottom: 5px;
}

div#suchergebnis div.linie {
	padding-top: 10px;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
	left: -100px;
	width: 100%;
	padding-left: 100px;
}

div#suchergebnis ol {
	padding-left: 21px;
	margin-left: 15px;
}

