﻿/* *************************************************************
Suchergebnisliste CONTENT Seite Handelsjournal idc009
************************************************************* */

/* div container around the results UIDataList control */
.DataListContainerDiv
{
	z-index: 10;
	font-size: 11px;
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	width: 800px;
}
/* Panel um die Ergebnisliste */
.ResultsListPanel
{
	margin:0px;
	font-weight: normal;
	font-size: 9pt;
	color: #000;
	padding: 0px;
	background-color:#f4f5f6;
	border: 0;
}
.ResultsListPanel a.LinkNormal
{
	font-weight: normal;	
}
/* Alle Links innerhalb der Liste */
.ResultsListPanel a 
{ 
	font-weight: bold;
	color: #666;
	text-decoration:none
}
.ResultsListPanel a:hover
{
	text-decoration:underline; 
	color: #c80018; /*von markup color übernehmen*/

}
.ResultsListTableLink:active,.ResultsListTableLink:visited
{
	font-weight: bold;
	color: #666;
	text-decoration:none
}
.ResultsListTable a.LinkNormal:active,.ResultsListTable a.LinkNormal:visited
{
	font-weight: normal;
	color: #666;
	text-decoration:none
}
.ResultsListTable a.LinkNormal:hover
{
	text-decoration:underline; 
	color: #c80018; /*von markup color übernehmen*/

}

/* DataList Tabelle */
.ResultsListTable
{
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 12px;
	width: 100%;	
	color: #000;	
	background-color: #fff;
}

/* Logo und Text Provider */
.ResultsListTableLogo
{
	width: 54%;
	height: 40px;
	vertical-align: bottom;
	background-color: #fff;
}

.ResultsListTableText
{
	width: 46%;
	height: 40px;
	text-align: right;
	vertical-align: bottom;
	background-color: #fff;
}
/* Logo und Text Provider */

.DataListRow0
{
	vertical-align: middle;	
	height: 30px;
	padding: 0 4px 0 4px;	
	background-color: #f1f1f1;
}

/* alternierender Stil */
.DataListRow1
{
	vertical-align: middle;	
	height: 30px;
	padding: 0 4px 0 4px;
	background-color: #fff;
}

/* Die Headerzeile unter der Logozeile */
span.DataListHeaderTR
{
    display: block;
	background-color: #b72e33;
	text-align:left;
    height:25px;    
    padding: 10px 0 0 2px;
}
.DataListHeaderTR
{
	font-weight: bold;
	background-color: #b72e33;	
	text-align: left;
}
.DataListHeaderTR td
{
	text-align: left;	
	color:#fff;
	padding: 10px 4px 10px 4px;	

}

/*Formatierung für karriere teaser*/

.TeaserFooterTR td {
	vertical-align:middle;
}
.TeaserFooterTR td a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;  
}
.TeaserFooterTR img {
	margin-right:10px;
	vertical-align:middle;
}

/*
.Col1
{
	width: 60px;
}
.Col2
{
	width: 460px;	
}*/

.Col3
{
	width: 200px;	
}
.Col4
{
	width: 80px;	
}

/* ENDE Alle Stile für die Ergebnisliste **************************/

/* Alle Stile für den Pager ***************************************/
.PagerOuterDiv
{
	font-size: 14px;
	font-weight: bold; 
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
}

.PagerInnerDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

.PagerOuterDiv a.PagerNumbers
{
	text-decoration: underline;
	color:#00b38d;
}

/* Die gerade aktive Seitenzahl */
.PagerOuterDiv span.PagerNumbers
{
	background-color: #b72e33;
	color:#000;	
	border: 1px solid #535353;
	padding: 5px 5px 5px 5px;
	height: 12px;
	/*width: 12px; aza, 30.08.2010: zu schmal für 3 Stellen - überflüssige Angabe*/
	display: inline-block;
}

.PagerOuterDiv a:hover
{
    color: #c80018;
    text-decoration: underline;
}

/* ENDE Alle Stile für den Pager ***************************************/
