	/* Ergebnisliste */
div#reslist_container {height:100%;width:575px;overflow:hidden;}

    DIV#toggleSearchLink {margin:5px 0px;background-image:url(../images/bg_toggleSearch.jpg);background-repeat:repeat-x;padding:5px;text-align:center;}
        DIV#toggleSearchLink A {font-weight:700;/*color:#1B1E7B;*/font-size:13px;color:red;}

	DIV#resultlist-headline {font-weight:700;margin:10px 0px 20px 0px;font-size:12px;color:#1B1E7B;}

	DIV.resultlist-item {float:left;background-color:#FFFFFF;height:100%;min-height:158px;border:1px solid #DDDDDD;margin:0px auto;margin-bottom:10px;width:573px;}
		DIV.resultlist-item-header {padding-left:5px;padding-top:3px;border-bottom:1px solid #DDDDDD;width:570px;height:20px;background-color:#1B1E7B;}
			DIV.resultlist-item-header a {font-weight:700;color:#FFFFFF;text-decoration:none;}
			DIV.resultlist-item-header a:hover {color:#DEDEDE;text-decoration:none;}
		DIV.resultlist-item-content {float:left;border-top:1px solid #FFFFFF;width:560px;padding:5px;}
			DIV.resultlist-item-content-pic {float:left;background:#FFFFFF;height:123px;width:123px;border:1px solid #DDDDDD;}
			DIV.resultlist-item-content-txt {float:left;margin-left:8px;height:110px;width:425px;}
				DIV.resultlist-item-content-txt .reslistItemTable{float:left;width:410px;}
				DIV.resultlist-item-content-txt TABLE.reslistItemTable TD {padding:4px; font-size:11px}
					DIV.resultlist-item-content-txt TABLE.reslistItemTable .resultlist-details-key {font-weight:700;/*width:60px;*/}
					DIV.resultlist-item-content-txt TABLE.reslistItemTable .resultlist-details-value {/*width:160px;*/}

		DIV.resultlist-item-link{float:left;text-align:left;}
			TABLE.link-table {margin-left:10px;width:180px;color:#3A868F;}
				TABLE.link-table a {font: bold 11px tahoma;color:#1B1E7B;text-decoration:none}
				TABLE.link-table a:hover {text-decoration:none}

/* PAGEBROWSER */
DIV.resultlist-pagebrowser {margin-bottom:10px;margin-top:10px;display:block;font-family:Tahoma;background-color:#EFEFEF;vertical-align:middle;}
	DIV.resultlist-pagebrowser TABLE TR TD {font-family:Tahoma;font-weight:700;font-size:12px;color:#1B1E7B;padding:2px;}
	DIV.resultlist-pagebrowser TABLE TR TD A {font-family:Tahoma;font-weight:700;text-decoration:none;font-size:12px;color:#1B1E7B;}
	TABLE#pagebrowserTable TR TD.pages {width:16px;height:16px;color:#000000;text-align:center;}
	TABLE#pagebrowserTable TR TD.pages A {font-size:15px;font-weight:700;text-decoration:none;font-size:12px;color:#1B1E7B;}


/* SEARCHMANAGER */
DIV#resultlist-searchagent							{float:left;width:575px;background-color:#F9F9F9;margin:0px auto;margin-bottom:10px;border:1px #DDDDDD solid;color:#000000;}
	DIV#resultlist-searchagent-headerline			{padding:3px 7px;font:bold 15px tahoma;color:#FFFFFF;background-color:#1B1E7B;}
	DIV#resultlist-searchagent-content				{padding:7px;font:normal 12px tahoma;color:#000000;}
		DIV#resultlist-searchagent-content TABLE	{font:normal 12px tahoma;color:#000000;}
			/*html-not-dummy-Hack, der einzige Hack für Safari und Mozilla*/
			html:not([dummy]) TD.label {}
			html:not([dummy]) TD.label2 {}
    DIV#resultlist-searchagent INPUT.short			{width:38px;}
    DIV#resultlist-searchagent INPUT.long			{width:120px;}
    DIV#resultlist-searchagent TEXTAREA				{}
	
/* FULLTEXT */
DIV#reslist_container DIV#fulltext_headline {font-weight:700;font-size:12px;margin:5px 0px 10px 0px;}


/* SEARCH */
DIV#advanced-search {display:none;}
	DIV#map {float:left;width:368px;}
	DIV#mapDetails {float:right;width:190px;padding:5px;line-height:2em;}
	    DIV#mapDetails DIV#mapDetailsObjCnt {background-color:#1B1E7B;font-weight:700;color:#FFFFFF;padding:3px 5px;}
	DIV#advanced-search-form {background-color:#EFEFEF;}
	    SPAN.advanced-search-form-header {font-weight:700;font-size:14px;color:#1B1E7B;padding:3px 5px;}
		DIV#advanced-search-form INPUT.text {width:50px;}


DIV.contentBox {border:1px #DEDEDE solid;background-color:#EFEFEF;margin-bottom:3px;}
	DIV.contentBoxHead {font-weight:700;font-size:14px;color:#1B1E7B;padding:3px 5px;}
	DIV.contentBoxBody {}
	    DIV.contentBoxBody FIELDSET {border:none;}

