div.searchresult
	{
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		/*background-image: url("../grafix/separator.jpg");
		background-repeat: repeat-x;
		background-position: 40 40;*/
	}

div.searchresult
{
	width:auto;
}

div.result
{
	width:600px;
}

div.searchresult div.tipps
{
	width:222px;
	float:right;
}

div.searchresult span.topic
{
	font-size:28px;
	color:#2C566D;
	font-weight:bold;
	margin-right:10px;
}
div.searchresult div.topic
{
	margin:25px;
}
div.searchresult div.topic a
{
	color:#FF0000;
}

div.searchresult div.result table
{
	border-collapse:collapse;
	border: none;
}

div.searchresult div.result table th
{
	background-color: transparent;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	height: 26px;
}

div.searchresult div.result table td
{
	border-bottom: 1px dashed #CCCCCC;
}

td.company_empty
{
	height: 3px;
	background-color: #FFFFFF;
}

a.company
{
	font-weight: bold;
	text-decoration:none;
}

a.company:hover
{
	text-decoration:none;
	color:#333333;
}

div.searchresult div.result table td.spacer
{
	width: 10px;
}

a.up
{
	display: block;
	width: 11px;
	height: 10px;
	background: url("../grafix/results_arrow_up_hover.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a.up:hover
{
	background-position: -11px 0;
}

a.down
{
	display: block;
	width: 11px;
	height: 10px;
	background: url("../grafix/results_arrow_down_hover.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a.down:hover
{
	background-position: -11px 0;
}


