/* search */
.search_table, .comment_table {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.search_table td, .comment_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background-color: #f6f6f6;
	padding: 2px;
}

.search_table input[type="text"], .comment_table input[type="text"], .comment_table textarea {
	border: 1px solid #ccc;
	width: 200px;
	padding-left: 3px;
}

.search_table input {
	width: auto;
}


.search_table select {
	width: 100px;
}

.search_results_bright, .tagging_results_bright, .comment_results_bright {
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #ccc;
}

.search_results_dark, .tagging_results_dark, .comment_results_dark {
	background-color: #f9f9f9;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #ccc;
}

.search_results_bright:hover, .search_results_dark:hover,
.tagging_results_bright:hover, .tagging_results_dark:hover {
	background-color: #efede0;
	border: 1px dotted #c5c299;
}

.search_result h2, .search_result a,
.tagging_result h2, .tagging_result a {
	color: #7f7e67 !important;
	font-size: 16px !important;
	text-decoration: underline !important;
}

.search_results_bright span, .search_results_dark span,
.tagging_results_bright span, .tagging_results_dark span {
	color: #666;
	font-size: 10px;
}

.search_word_highlight{
	background-color: #ffff00 !important;
	color: #000 !important;
	padding: 1px !important;
	font-size: 12px !important;
}

.page {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #c5c299;
	background-color: #efede0;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	color: #666 !important;
}

.page_active {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #c5c299;
	background-color: #ffeecc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

/*********Sitemap********/

.sitemap_0 {
	width: 505px;
}

.sitemap_0,
.sitemap_1,
.sitemap_2 {
	list-style-type: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	line-height: 0px;
}

.sitemap_1,
.sitemap_2 {
	display: inline;
}

.sitemap_0 li a,
.sitemap_1 li a,
.sitemap_2 li a {
	line-height: 20px;
	display: block;
	margin: 2px 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}


.sitemap_0 li a {
	background-color: #c5c299;
	color: #fff;
	padding: 2px 2px 2px 10px;
	border: 0px;
}

.sitemap_1 li a {
	background-color: #d9d6bb;
	color: #000;
	font-weight: normal;
	padding-left: 20px;
	border: 0px;
}

.sitemap_2 li a {
	background-color: #efede0;
	color: #000;
	font-weight: normal;
	padding-left: 30px;
	border: 0px;
}

.sitemap_0 li a:hover {
	background-color: #fff;
	color: #c5c299;
}

.Webtipps a:link { color: maroon; font-decoration: none; }
.Webtipps a:hover { color: maroon; border-bottom: 1px dashed maroon; }
