﻿
/* ***************************************************
generell Zeit Online idc006 und Campus idc030
*************************************************** */

body
{
	font-family:  Arial, Helvetica, Sans-Serif;	 
	background-color:#fff;
}

form
{
   margin: 0;
   padding: 0;
}
/*Korrektur Versatz iFrame der Treffer einzelner Unternehmen*/
.jobwareContainer
{
   margin:0px;
}

/* Stil für das highlighting der Trefferzahl, Pager */
span.markup
{
	color: #b04c13;	
	font-weight: bold;
}
/* Stil für das highlighting der Labels in Suchoptionen */
span.highlighted {
	color:#000;
	font-weight: normal;
	}
/* Wird für den Suchergebnistext benötigt */
h6
{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

/* ***************************************************
Suchseite INTRO
*************************************************** */

#BodyDiv /*Zentrierung*/
{
	position:relative;
	margin:10px auto;
	width: 796px;
}

/* Stil für das container DIV auf der Intro Seite */
#SearchStandardIntroDiv
{
	font-family: Arial;
	font-size: 12px;
	position: relative;
	/*background-color: #E7E7E5;*/
	border: 0px solid #ccc;
	color: #000;
	display: block;	
	height: 570px;
	width: 796px;/*angepasst auf fixe Breite, aza 29.06.2010*/
	left: 0px;
	top: 0px;
}

/* ****************************************************
Ergebnisseite CONTENT
*************************************************** */
/* DevTop Content Div am oberen Rand der Ergebnisseiten */
.DevTopHidden
{
	visibility: hidden;
	display: none;
}
.DevTopVisible
{
	width:99%;
	height:100px;
	margin: 0 0 10px 0;
	visibility: visible; 
	overflow: hidden;
}
/* Div um komplette Ergebnisseite für Zentrierung */
#BodyResultsDiv {
	position:relative;
	margin:10px auto;/*Zentrierung*/
	width:1050px;
}
/* Seitenaufbau Linke Spalte */
#LeftColumnContainerDiv
{
	float:left;
	margin-top: 10px;
	width: 800px;
	position: absolute;
	background-color:#e7e7e5;
}

#RightColumnContainerDiv
{
	position:absolute;
	left: 830px;
	text-align: center;
	padding: 0 20px 50px 20px;
	margin: 10px 0 20px 0;
}

#RightColumnContainerDiv .ContentContainerDiv
{
	text-align: center;
}

/* Stil für das UITextPanel control */
.TextPanel
{
	z-index: 10;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #535353;
	width: 776px;
	background-color:#E7E7E5;
	border: solid 2px #cecbbd;
	padding: 0 0 0 0px;	
	margin:0 0 0 10px;
}

.TextPanel span.TextPanelSpan
{
	display: block;
	min-height: 15px;
	margin: 5px 5px 5px 5px;
}

/* TextPanel auf der Ergebnisseite mit Slogan und Datum */
.TextPanel span.TextPanelSpan p
{
	height: 10px;	
}

.TextPanelSpanLeft
{
	display: block;
	float: left;
	font-weight: bold;
}

.TextPanelSpanRight
{
	display: block;
	float: right;
	width: 50px;
	margin-right: 40px;
	font-weight: bold;
}

/* Stil für das UITextPanel Control auf der Intro Seite über dem Suchformular */
.SearchIntroHeaderTextPanel
{
	/*background-color: #E7E7E5;*/
	background-color: #fff;
	width: 100%;
	font-weight: normal;
	padding:130px 0 0 0px;/*angepasst auf fixe Breite, aza 29.06.2010*/
	padding-bottom:0px;
}
.SearchIntroHeaderTextPanel td
{
    vertical-align: top;    
}

/* Tabs im Suchformular Introseite */
.SearchIntroHeaderTextPanel .TabsTable
{
    width:100%;
    margin-bottom:10px;
    border-collapse:collapse;
}
.SearchIntroHeaderTextPanel .TabsTable td
{
    vertical-align: top;    
}

.SearchIntroHeaderTextPanel .TabsTable td.TabsTableTab1
{
    padding:12px;
    width:300px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;    
}

.SearchIntroHeaderTextPanel .TabsTable td.TabsTableSpacer1
{
    width: 10px;
    border-bottom: 1px solid #e7e7e5;
}

.SearchIntroHeaderTextPanel .TabsTable td.TabsTableTab2
{
    padding:12px;
    background-color:#e7e7e5;
    width:300px;
    border: 1px solid #ccc;
}

.SearchIntroHeaderTextPanel .TabsTable td.TabsTableSpacer2
{
    border-bottom: 1px solid #ccc;
}
/* Ende Tabs im Suchformular Introseite */

/* Elemente in den Tabs der Suchformulare (Intro und Ergebnisseite) */
a.stellenmarkt
{
    color: #c80018;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
}
span.h2
{
    display:block;
    margin: 0 0 5px 0;
    font-weight:bold;
    font-size:16px;
    line-height:30px;
    vertical-align:top;
}

/* Stil für das UITextPanel Control auf der Content Seite über dem Suchformular */
.ContentTextPanelHeader
{
	background-color: #E7E7E5;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin-top:10px;
	margin-bottom:0px;
	padding-left:10px;

}

.ContentTextPanelHeader span
{
	display: block;
	min-height: 16px;
}

/* Tabs im Suchformular Ergebniseite */
.ContentTextPanelHeader .TabsTable
{
    border: 0px;
    border-collapse:collapse;
}
.ContentTextPanelHeader .TabsTable td
{
    vertical-align: top;    
}

.ContentTextPanelHeader .TabsTable td.TabsTableTab1
{
    background-color:#fff;
    padding:12px;
    width:300px;
    border-left: #cecbbd 1px solid;
    border-top: #cecbbd 1px solid;
    border-right: #cecbbd 1px solid;
    border-bottom: #cecbbd 1px solid;
 }

.ContentTextPanelHeader .TabsTable td.TabsTableSpacer1
{
    width: 10px;
    border-bottom: 1px solid #cecbbd;
}

.ContentTextPanelHeader .TabsTable td.TabsTableTab2
{
    border: 1px solid #cecbbd;
    padding:12px;
    background-color:#e7e7e5;
    width:300px;
}

.ContentTextPanelHeader .TabsTable td.TabsTableSpacer2
{
    width:106px;
    border-bottom: #cecbbd 1px solid;
}


/* Ende Tabs im Suchformular Ergebniseite */

/* ***************************************************
UIContentBox controls panels: Äusseres DIV um die 
Listen. Einstellen Grösse,Hintergrundfarbe,
Abstände zu den umgebenden Controls 
*************************************************** */
.ThreeColumnListPanel
{
	width: 756px;
	margin:20px 10px 30px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #E7E7E5;
	font-size: 12px;
	border: 2px solid #cecbbd;	
}

.OneColumnListPanel
{
	z-index: 0;
	position: relative;
	width: 185px;
	margin: -5px -5px 20px -7px;/**/
	text-align: left; 
	background-color: #fff;
	color: #000;
	border: 1px solid #243f9b;
}

/* ***************************************************
Genereller Stil der ContentBox Datalist unabhängig vom Template
Verwendet in Providerliste und Tippzettel
*************************************************** */
.ContentBoxThreeColumnHeader
{
	display:block;
	width: 750px;
	background-color:#E7E7E5;
	padding: 5px 0 5px 0px;
	margin:0 10px 0 10px;
}
.ContentBoxDataList
{
	width: 100%;
	border-collapse: collapse;
	padding: 0 0 0 0;
}

.ContentBoxDataList td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align:top;
	width: 33%;
}
.ContentBoxDataList td span
{
	display: inline;
	background-color: #fff;
	border: 1px solid #E7E7E5;
	padding: 2px 2px 2px 2px;
}

/*Formatierung für Treffer 0 Stellenbörsen*/
span.col1
{
	float: left;
	width: 71%;
	margin-left: 6px;
	color:#535353;
}

span.col2
{
	float: right;
	width: 19%;
	margin-right: 6px;
	text-align: right;
	color:#535353;
}

/*Linkformatierungen  für Stellenbörsen und Treffer einzelner Unternehmen*/

a.ThreeColumnTableLink, a.ThreeColumnTableLink:visited, a.ThreeColumnTableLink:active, 
a.LinkNormal, a.LinkNormal:visited, a.LinkNormal:active
{
	color:#000;
	font-weight:bold;
	text-decoration:none;

	
}
a.ThreeColumnTableLink:hover, a.LinkNormal:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #b04c13;/*aus markup übernehmen*/
}

/* *************************************************** 
neue Stile für unterschiedliche Links in Resultlist
und ThreeColumnTable
/* *************************************************  
.ResultListTableLink {}

.ThreeColumnTableLink {}

.OneColumnTableLink {}

/* *************************************************** 
Z.B. Tippzettel als einspaltige ContentBox
*************************************************** */
.ContentBoxOneColumnHeader
{
	display:block;
	background-color:#fff;
	border-bottom: solid 1px #a0a0a0;
	padding: 5px;
	font-weight:bold;
	font-size: 12px;
}
.ContentBoxOneColumnTable
{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0 12px 0;
}
.ContentBoxOneColumnTable td
{
	background-color: #fff;
	padding: 0px 2px 1px 5px;
}
.ContentBoxOneColumnTable a.OneColumnTableLink
{
	font-weight:bold;
	font-size: 11px;	
	color: #000;
	text-decoration: underline;
}
.ContentBoxOneColumnTable a.OneColumnTableLink:hover
{
	color: #b04c13;
}


/* *************************************************** 
Content
*************************************************** */
/* Content auf der Introseite */
.ContentIntroBottom
{
	position: absolute;
	top: 705px;
	width: 594px;
	left: 0%;
	padding: 30px 100px 10px 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #979797;
}

.ContentIntroDisclaimer
{
	position: absolute;
	top: 640px;
	left: 2%;
}

/* Content Impressum auf Ergebnisseite */
.ContentResultImpressum
{
	text-align: center;
	margin: 50px 0 0 0;
	color: #3a3b3a;	
}

/* Impressum auf Introseite (nur dieser Client) */
.ContentIntroImpressum
{
	visibility: visible;
	display: block;
	position: absolute;
	top: 830px;
	left: 35%;
	padding-bottom: 20px;
}
/* Header (von Result) auf Introseite (nur dieser Client) */
.ContentIntroHeader
{
	/*margin: 0 23px 10px 11px;	*/
	position: absolute;
	background-color: #fff;
	width: 100%;

}

.ContentIntroImpressum a.Link, .ContentResultImpressum a.Link 
{
	color:#666666;
	font-weight:bold;
	font-size:9pt;
	margin:0 10px 0 10px;
}
.ContentIntroImpressum a.Link:hover, .ContentResultImpressum a.Link:hover
{
	color:#b04c13;
	margin:0 10px 0 10px;
}


/* Content Header auf Ergebnisseite */
.ResultsHeaderContent
{
	margin: 0 0 20px -2px;
	width: 101%;
	background-color:#fff;
	font-size: 12px;	
}
.ResultsHeaderContent img
{
	margin-right: 70px;	
}


.jobwareContainer {
	 background-color:#E7E7E5;
	
}
