/* @override http://yapadu.de/yapadu.css */
body,p,div {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: plain;
	font-weight: normal;
}

a:link,a:active {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,a:visited :hover {
	color: #971824;
}

img {
	border: none;
}

#logo {
	margin: auto;
	margin-top: 40px;
	text-align: center;
}

#search {
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

#searchbuttons {
	margin: auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 50px;
}

#search input {
	border: 1px solid #971824;
	font-size: 90%;
	color: #555555;
	padding: 2px;
}

#searchleft {
	text-align: center;
}

#search_input input {
	border: 1px solid #971824;
	font-size: 90%;
	color: #555555;
	padding: 2px;
}

#left {
	text-align: left;
	height: 90px;
}

#channels_center {
	text-align: center;
	font-size: 80%;
	margin-bottom: 20px;
}

#channels_left {
	text-align: left;
	font-size: 80%;
	margin-top: 10px;
}

#logoleft {
	float: left;
}

#searchleft {
	margin-left: 100px;
	padding-top: 32px;
	padding-bottom: 10px;
	float: left;
}

#searchbuttonsleft {
	
}

#navigation {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 40px;
}

a.page:visited,a.page {
	color: #333;
	background: #F4EBEB url(img/page_s.gif) no-repeat;
	padding: 7px 5px;
	width: 17px;
	height: 18px;
	float: left;
	margin: 0 3px;
	text-align: center;
}

a.highlightpage,a.highlightpage:visited {
	color: #fff;
	background: #F4EBEB url(img/page_a.gif) no-repeat;
	padding: 7px 5px;
	width: 17px;
	height: 18px;
	float: left;
	margin: 0 3px;
	text-align: center;
}

#searchdivider {
	background-color: #F4EBEB;
	border-top: 1px solid #971824;
	margin-top: 10px;
	width: 100%;
	font-weight: bold;
	padding-left: 5px;
}

#searchdivider div {
	
}

#alsosearched {
	width: 80%;
	font-size: 80%;
	background-color: #F4EBEB;
	text-align: left;
}

#alsosearched_expansion {
	width: 100%;
	font-size: 80%;
	padding-top: 5px;
	background-color: #F4EBEB;
	text-align: left;
}

#synonyms {
	color: #971824;
}

#expansion a:link,a:active,a:visited {
	text-decoration: none;
	color: #c34100;
}

#expansion a:hover {
	text-decoration: none;
	color: #971824;
}
#resultinfo {
	width: 20%;
	font-size: 80%;
	background-color: #F4EBEB;
	text-align: right;
}

#nonefound {
	font-weight: bold;
}

#searchresults {
	width: 700px;
	margin-left: 10px;
	margin-top: 40px;
}

.searchresult {
	margin-top: 30px;
}

.number {
	color: black;
}

.
.link {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
}

.excerpt {
	font-size: 80%;
	margin-top: 0px;
}

.fpexcerpt {
	line-height: normal;
}

.fpcontext {
	font-size: 80%;
	margin-top: -5px;
}

.information {
	margin-top: -5px;
	font-size: 70%;
	color: #BF494F;
}

.infos {
	
}

.marked {
	color: #971824;
	font-weight: bold;
}

.thermometer {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

#footer {
	background-color: #F4EBEB;
	border-bottom: 1px solid #971824;
	width: 100%;
	text-align: left;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	padding: 4px;
}

#footer_start {
	background-color: #F4EBEB;
	border-bottom: 1px solid #971824;
	width: 50%;
	margin: auto;
	text-align: left;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	padding: 4px;
}

.hidden {
	color: purple;
}

#copyright {
	text-align: left;
	width: 20%;
	white-space: nowrap;
}

#about {
	text-align: center;
	width: 60%;
	white-space: nowrap;
}

#impressum {
	text-align: right;
	width: 20%;
	white-space: nowrap;
}

/*
 * Autocompletion
 */
div.autocomplete {
	position: absolute;
	width: 250px;
	display: block;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 9;
}

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

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

div.autocomplete ul li.inner_item {
	margin-left: 10px;
}