	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/unternehmenssuche.css
		@ Style-Sheet für das Layout der Unternehmenssuche
		
		@ 16.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */
	
	div#unternehmenssuche form select option {
		padding-left:9px;
	}
	div#unternehmenssuche form select optgroup {
		font-weight:bold;
		padding-left:5px;
	}
	div#unternehmenssuche div.unternehmensselect {
		width:430px;
		border-right:2px dotted #cbcbcb;
	}
	
	div#unternehmenssuche div.suggest {
		padding-left:20px;
	}
	
	div#unternehmensliste, div#standorte {
		padding-top:0px;
		margin-top:15px;
		
	}
	div#unternehmensliste table, div#standorte table {
		width:100%;
	}
	div#unternehmensliste table#data-container td.logo, div#standorte table#data-container td.logo {
		width:50px;
		text-align:center;
		background-color:#fff;
	}
	div#unternehmensliste table thead tr td, div#standorte table thead tr td {
		font-weight:bold;
		color:#999;
	}
	div#unternehmensliste table#data-container td.icon, div#standorte table#data-container td.icon {
		width:70px;
		text-align:center;
	}
	
	div#unternehmensliste table tbody tr td, div#standorte table tbody tr td {
		padding-left:5px;
	}
	
	select#maincompetence {
		width:400px;
	}
	
	select#subcompetence {
		width:400px;
	}
		
	td.searchresult-td {
		border-top:2px solid #fff;
	}
	
	td.rightwithpadding {
		text-align:right;
		padding-right:20px!important;
	}
	
	
	div.zoomout {
		background-color:#e5e5e5;
		width:27px;
		height:27px;
		float:left;
	}
	
	
	div.serviceclass {
		font-size:11px;
	}
	
	div.serviceclass a {
		font-size:11px;
	}
