/* search form */
#nf_addon_search {
	padding-left: 1em; /*10px*/
	line-height: 1.8em; /*18px*/
}

#nf_addon_search h1 {
	font-size: 1.7em;
}

#nf_addon_search input {
	font-size: 1.2em;
	width: 25em; /*300px*/
	border-left: 0.1666em solid #969696; /*2px*/
	border-top: 0.1666em solid #969696; /*2px*/
	border-right: 0.1666em solid #FBFBFB; /*2px*/
	border-bottom: 0.1666em solid #FBFBFB; /*2px*/
}

#nf_addon_search label {
	font-size: 1.1em;
}

#nf_addon_search button {
	font-size: 1.2em;
	background-color: #1B3269;
	color: white;
	font-weight: bold;
	padding: 0.0833em 0.8333em 0.0833em 0.8333em; /*1px 10px 1px 10px*/
}

/* search result */
#searchInfo {
	font-size: 1.1em;
	padding: 0.2727em 10px 0.2727em 10px; /*3px 10px 3px 10px*/
	margin: 1.8181em 1.8181em 0.9090em 0; /*20px 20px 10px 0*/
	border-top: 0.3636em solid #AAC0D5; /*4px*/
	border-bottom: 0.3636em solid #AAC0D5; /*4px*/
}

#searchResultSummary {
	padding-left: 1em; /*10px*/
	padding-bottom: 0.5em; /*5px*/
}

#searchResults {
	list-style-type: none;
}

#searchResults li {
	margin: 0.6em 2em 0 0; /*6px 20px 0 0*/
	padding: 0 0 0.6em 1em; /*0 0 6px 10px*/
	border-bottom: 0.1em solid #AAC0D5;
}

#searchResults h3 a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #395DB7;
}

#searchResults p {
	font-size: 1.1em;
}

#searchResults p a { /* font size is 1.1em */
	text-decoration: none;
	color: #395DB7;
	background: transparent url(/mediathek/defaultImages/internal_link.gif) no-repeat scroll 0 0.2727em;
	padding-left: 0.9090em; /*10px*/
}

/* pager */
div.nf_pager {
	font-size: 1em;
	margin: 3em 0 0 1em; /*30px 0 0 10px*/
}

div.nf_pager h3, div.nf_pager h4 {
	display: none;
}

div.nf_pager ul li {
	font-size: 1em;
	border-width: 0;
	margin: 0 0.2em 0 0.2em; /*0 2px 0 2px*/
}

div.nf_pager ul li a {
	padding: 0;
	width: 1.7em; /*17px*/
	height: 1.7em; /*17px*/
	text-decoration: none;
	background-color: #DFE7F3;
	color: #1A3168;
	text-align: center;
}

div.nf_pager ul li.currentPage a {
	background-color: #1A3168;
	color: white;
}

div.nf_pager ul li.prevPage a, div.nf_pager ul li.nextPage a {
	font-size: 1.1em;
	width: 3.6363em; /*40px*/
	background-color: transparent;
	padding: 0 0.4545em 0 0.4545em; /*0 5px 0 5px*/
}

