@CHARSET "UTF-8";

#maincontent .db_links a img {
	padding-top: 0.4em;
}


/* formular */
.input_type_button {
	background-image: url("../img/searchbuttonico.gif");
	background-repeat: no-repeat;
	vertical-align: top;
	border: 0px;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.input_links {
	vertical-align: middle;
}
.input_type_text {
	width: 229px;
	padding-left:3px;
	padding-bottom:1px;
}
.input_type_text_searchbox {
	width: 143px;
	height: 14px;
	color: #000000;
	border-color: #999999;
}
.input_name_dropdown {
	vertical-align: middle;
	padding: 4px 4px 4px 0px;
}
.input_type_dropdown {
	width: 225px;
}
.input_name_checkbox {
	vertical-align: top;
	padding: 3px 3px 3px 0px;
}
.input_type_checkbox {
	width:15px;
	border: none;
	color: #000000;
}
.inputborder {
	border: 1px solid #CCCCCC;
	font-size: 1.0em;
	color: #666666;
	width: 120px;
	height: 15px;
	padding-left: 5px;
}

.search-button {
	background-image: url(../images/globalsearch/button_go.gif);
	background-repeat: no-repeat;
	border: 0px;
	vertical-align: top;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	margin-top: 2px;
	cursor: pointer;
}

/* datenbank info container */
.db_info {
	vertical-align:top;
	width:250px;
	padding-top:4px;
}
.db_links {
	text-align:right;
	padding-right:70px;
}
.db_links a{
	color:#333333;
}
/* Result list */
.highlighting {
	font-weight: bolder;
}
.resultlist_head_left, .resultlist_head_right {
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px dashed #EE1C23;
	border-bottom: 1px dashed #EE1C23;
}
.resultlist_head_right {
	text-align: right;
}
.line {
	border-color:#EE1C23;
	border-top-width:1px;
	border-top-style:dashed;
}
.paging_inactive {
	font-weight:bold;
	color:#333333;	
}
.paging_active {
	font-weight:bold;
	color:#999999;
}
.result_title a {
	padding:0px;
	color:#333333;
}
.result_fulltext {
	font-style:italic;
	padding:0px;
}
.result_footer {
	font-style:oblique;
	padding:0px;
}
a.link_help {
	text-decoration: none;
	display: block;
	margin-top: 4px;
}

a.link_extended {
	text-decoration: none;
	display: block;
	margin-top: 2px;
}

a.link_extended, a.link_help, .globsearch_button_search{
	font-family: Arial; 
	font-weight:bold;
	color: #333333;
}

a.globsearch_more_link{
	color:red;
}

