

div#main { padding: 30px; border: 1px solid #666; clear: both; width: 530px; border: 1px solid; margin-bottom: 30px; q }

div#ergebnisse { padding-top: 20px; width: 530px; clear: left; margin-bottom: 20px; }

div#ergebnisse table { margin-bottom: 20px; border-bottom: 1px solid #777; }

div#ergebnisse td { padding-bottom: 5px;}


a.link_prev { display: block; float: left; }
a.link_next { display: block; float: right;  }

#tagcloud { padding-top: 10px; margin-right:20px;}


#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em;
	margin-top: 100px;
	padding-left: 5px;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFFFFF !important;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight:bold;
}

#header ul#primary a {
	background: #ededed;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header span a { background: #fff !important; }

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFFFFF;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em;
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 9px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

	.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	font-family: Arial;
	}

	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

	.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	}

	.suggestion_list .selected
	{
	background: navy;
	color: white;
	}

	.suggestion_list .selected a
	{
	color: white;
	}

	#autosuggest
	{
	display: none;
	height: 215px;
	overflow:auto;
	width: 400px;
	}