/** Styles für 'Studium und Lehre -> FAQ'
 * Erstellt von Peter Merkert.
 */
span#faq span.subsection {
	color: #009682;
	padding-right: 10px;
	margin-bottom: 4px;
	text-decoration: underline;
	background-image: url(./faq.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

span#faq span.subsection:hover {
	cursor: pointer;
	text-decoration: none;
}

span#faq .right {
	text-align: right;
}

span#faq span.underline {
	text-decoration: underline;
}

span#faq h5 {
	color: #000000;
	font-size: 11px;
	margin-top: 14px;
	background: none;
	margin-bottom: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

span#faq h6 {
	margin-top: 10px;
	font-size: 10px;
	color: #808080;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
}

#searchform {
	width: 90%;
	margin: auto;
	margin-bottom: 12px;
}

#searchform input[type=text] {
	width: 83%;
	padding: 1px 15px 1px 1px;
}

#searchform input[type=button], #searchform input[type=button]:hover {
	position:relative;
	left: -6px;
	border: 1px solid #c0c0c0;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e9e9 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e9e9 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e9e9 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e9e9 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(top, #e9e9e9 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	color: #6c6c6c;
	cursor: pointer;
	padding: 0px;
}

#faq #index {
	width: 99%;
	text-align:	center;
}

/** ordered list in unordered list doesn't work, because the ul-image will appear. So weed need to disable the image. */
div.text ul ol li {
	list-style-image: none;
}

span.searchedstring {
	background-color: #FF0;
}
