﻿/* Changes
 T07223, 22.04.2016, aza: Fehlerseite responsive machen  
 */
/*

@import url(searchform.css);
@import url(resultslist.css);
@import url(regiocat.css);

	Farbe Suchformular: #E5E8DD
*/

form
{
   font-size: 12px;
   font-weight: normal;
   font-family: Arial;
   margin: 0;
   padding: 0;
}

form a
{
	color: #000;
	text-decoration: underline;
}

form a:hover
{
	color: #b04c13;
	text-decoration: underline;
}

/* Stil für das highlight der Trefferzahl, Pager */
span.markup
{
	color: #c80018;	
	font-weight: bold;
}
/* Wird für den Suchergebnistext benötigt */
h6
{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

/* Errorpage styles */
.appmsg
{
	margin: 0 0 1em 0;
	color: White;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
	display: none;
}

.appmsg-info
{
	background-color: Green;
	display: block;
}

.appmsg-warning
{
	background-color: Orange;
	display: block;
}

.appmsg-error
{
	background-color: #ff7d21;
	display: block;
}

#ContentError
{
	position: absolute;
	top: 150px;
	width: 99%;	
}

/* *************** Config.aspx ************************** */
#CachePanel
{
	margin:50px 0 0 20px;
	font-size: 12px;	
}

#EnvironmentInfoPanel
{
	margin:20px 0 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #c0c0c0;		
}

#CachePanel a
{
	color: Navy;
	font-size: 13px;	
	font-weight: normal;
	text-decoration: none;
}

#CachePanel a:Hover
{
	color: #c0c0c0;
	text-decoration: underline;
}

#CacheLinkList
{
	color: Navy;
}

#CacheLinkList li
{
	padding: 5px 0 5px 0;	
}

#CacheLinkList li.Level1 a
{
	font-weight: bold;
}

#CacheLinkList li.Level2
{
	text-indent: 20px;
	list-style-type: disc;
}

.InfoText
{
	color: #ff7d21;
	font-size: 13px;
	font-weight: bold;
}




/* *************** Seitenstruktur ************************** */
/* Header mit Logo */
#HeaderDiv
{
	position: absolute;
	top: 35px;
	left: 5px;
	height: 112px;
	width: 99%;
/*	background: url(../../images/Header_Kachel.jpg) repeat-x left top; */
}

#HeaderDiv div.HeaderLogoDiv
{
	display:none;
	visibility:hidden;
	
/*	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../images/Header_Motiv.jpg) no-repeat left top; 
	width: 100%;	
	height: 112px;
	cursor: pointer;*/
}
div#popup-wrapper #HeaderDiv {
	display:none;
	visibility:hidden;
/*    position: relative;
	margin: 5px 0 0 0;
	top: 0;
	left: 0;
	width: 100%;*/
}

/* Linke Spalte */
#LeftColumnContainerDiv
{
	float:left;
	margin-top: 280px;
	width: 728px;
}

/* Rechte Spalte */
#RightColumnContainerDiv
{
	position:absolute;
	left: 830px;
	top: 70px;
	padding: 20px 20px 50px 20px;
	margin:20px 0px 20px 0px;
}

/* Spalte rechts aussen Scysraper (idc4) */
#SkyscraperContainerDiv
{
	visibility: hidden;
	display: none;
}

/* *************** Seitenstruktur Ende ********************** */



/* Genereller Stil der ContentBox Datalist unabhängig vom Template,
wird über den Skin für die ProviderListe aufgerufen
*/
.ContentBoxDataList
{
	width: 100%;
	font-weight: normal;
	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%;
}

/* UIContentBox datalist TEMPLATE table styles */
.ContentBoxThreeColumnTable
{
 
	width: 90%;
	font-size: 12px;
	margin: 0 0 0 10px;
}
/**/
.ContentBoxThreeColumnTable a:hover
{
	text-decoration:underline; 
	color: #b04c13;
}

.ContentBoxThreeColumnTable td
{
	padding: 2px 2px 2px 6px; 
	background-color: #fff;
}

.ContentBoxThreeColumnTable td.Col1
{
	width: 85%;
	font-weight: bold;
}

.ContentBoxThreeColumnTable td.Col2
{
	width: 15%;
	font-weight: bold;
}

/* *************************************************** 
wird im Moment nicht verwendet, vorbereitet für den Tippzettel
als einspaltige ContentBox
*/
.ContentBoxOneColumnTable
{
	padding:2px 2px 2px 5px;
	width: 96%;
	font-size: 12px;
}

.ContentBoxOneColumnTable td
{
	background-color: #ccc;
}


/* Usercontrol UIContentBoxCombined auf Defaultseite */
.CombinedContentBoxContainerDiv
{
	position: absolute;
	border: 1px solid #cedbbd;
	width: 980px;
	height: 180px;
	left: 10px;
	top: 440px;
	color: #3a3b3a;
	font-size: 9pt;
}

.CombinedContentBoxContainerDiv h5
{
	font-size: 12px;
	display: block;
}

.CombinedContentBoxContainerDiv .Link
{
	font-weight: normal;	
}

.CombinedContentBoxContainerDiv img.IconContent
{
	float: left;
	padding: 0 12px 5px 0;	
}

.CombinedContentBoxContainerDiv table.CombinedContentBoxTable
{
	height: 90%;
	margin: 10px 10px 10px 10px;
}

.CombinedContentBoxContainerDiv table.CombinedContentBoxTable td
{
	width: 30%;	
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

.CombinedContentBoxContainerDiv table.CombinedContentBoxTable td.CombinedContentBoxCenter
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* *************************************************** 
Content
*/
.ContentIntroBottom
{
	position: absolute;
	top: 640px;
	width: 600px;
	left: 200px;
	text-align: center;
	color: #979797;
}

.ContentIntroDisclaimer
{
	position: absolute;
	top: 820px;
	left: 470px;
	color: #3a3b3a;
	height: 150px;
}

.ContentIntroBookmarks
{
	position: absolute;
	top: 820px;
	left: 370px;
	color: #3a3b3a; 
	float:left;
}

.ContentResultDisclaimer
{
	text-align: center; 
	float:right; 
	width: 250px;
	margin:-20px 180px 50px 0;
	color: #3a3b3a;	
}

.ContentResultBookmarks
{
	text-align: center;
	margin: 50px 0 0 155px;
	color: #3a3b3a;	
	width: 250px;
}

.RegioCatDisclaimer
{
	position: absolute;
	bottom: 150px;
	left: 470px;
	color: #3a3b3a;
	
}

.RegioCatBookmarks
{
	position: absolute;
	bottom: 150px;
	left: 370px;
	color: #3a3b3a; 
	float:left;
}

.ContentIntroDisclaimer a.Link, .ContentResultDisclaimer a.Link, .RegioCatDisclaimer a.Link 
{
	font-weight: normal;
}

.DefaultContentBottom
{
	position: absolute;
	top: 820px;
	text-align: center;
	width: 600px;
	left: 440px;
	color: #3a3b3a;		
}

.SearchArea .ContentContainerDiv, .Exp_SearchArea .ContentContainerDiv
{
	width: 250px;
	position: absolute;
	top: 10px;
	left: 20px;	
}

.SearchRegioCatArea .ContentContainerDiv
{
	width: 250px;
	position: absolute;
	top: 10px;
	left: 20px;	
}

.Content H1
{
	font-size: 12px;	
}

/* BreadCrumb styles */
ul.BreadCrumb
{
	display: block;
	padding: 5px 0 5px 0;
	margin: 0 0 0 15px;
}

ul.BreadCrumb li
{
	list-style-type: none;	
	font-style: normal;	
	display: inline;
}

ul.BreadCrumb li.LiItem_True
{
	padding: 0 5px 0 0;
}

ul.BreadCrumb li.LiItem_False
{
	border-left: 1px solid #000;
	padding: 0 5px 0 5px;
}

/* #T06888 TippSearch */
	
#TippSearch
{
	position: absolute;
	top:0px;
	width: 300px;
	font-family: Arial;
	color: #000;
	/*color: #3a3b3a;*/
	padding-right:10px;
}

#TippSearch span.tippsearch-title
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;   
}

#TippSearch table
{
	border-collapse: collapse;
	margin-top:10px;    
}

#TippSearch thead
{
	font-size: 12px;
	background-color: #e9e9e9;
	/*color: #540000;     */
} 

#TippSearch th
{
	text-align:left;
}

#TippSearch th.th-pos, #TippSearch div.th-pos
{
	width:180px;   
}

#TippSearch th.th-reg, #TippSearch div.th-reg
{
	width:120px;   
}

#TippSearch table tr
{
	height: 32px;    
}

#TippSearch table tr.tp-gray
{
	background-color: #e9e9e9;
}

#TippSearch table td, th
{
	vertical-align: top;
}

#TippSearch table td div
{
	height: 100%;
	overflow: hidden;    
}

#TippSearch table a
{
	font-size: 10pt;
	color: #3a3b3a; 
	text-decoration: none;
}
#TippSearch table a:hover
{
	text-decoration: underline;    
}

/*css für Job not Found (Content in jobturboBusiness)*/


.header-jobnotfound {
	background:url('Header_Motiv.jpg') left top no-repeat scroll transparent;
	max-width:1100px;/* 22.04.2016 */
	width:100%; /* 22.04.2016 */
	height:111px;  
}

.messagebox {
	max-width:1100px;/* 22.04.2016 */
	width:100%;/* 22.04.2016 */
	height:auto;
	min-height:100px;
	border:1px darkgray solid;
	/*  padding:25px;*//* 22.04.2016 */
	margin:10px 0;
}

p.message {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight:bold;
	 text-align:center;
	 padding:25px;/* 22.04.2016 */
}


.footer-jobnotfound {
	max-width:1100px;/* 22.04.2016 */
	width:100%;/* 22.04.2016 */
	height:auto;
	min-height:25px;
	border:1px darkgray solid;
	/*  padding:15px; */ /* 22.04.2016 */
	margin:10px 0;
	text-align:center;

}

.SearchButton-jobnotfound {
	width: 135px;
	height: 25px;
	border: 1px solid #787E7C;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background-color: #FB7D05;
}

.footer-jobnotfound a.FooterLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin: 0 20px 0 0;
	padding:7px 15px; /* 22.04.2016 */
	color:#535353;
	text-decoration:none;
}

.footer-jobnotfound a:hover.FooterLink {
	color: #B04C13;
	text-decoration: underline;
}
.button-jobsuche {
	border-width: 0px;
}

/* #T07150/29.08.2013/bap popup mit Blätterfunktion */
/* Korektur für responsive Anzeige iframe in iPhone */
iframe#JobLinkSource {
	/*width: 100%;*/
	height: 550px;
	border:0;
	width: 10px !important;
    min-width: 100%;
    *width: 100%;
}
.clear {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
}
#ControlContainer {
	min-height: 130px;
}
#ControlContainer table {
	width: 100%;
	padding: 2px;
}
#ControlContainer table span {
	padding: 2px;
}
#ControlContainer table.job-info {
	background-color: rgb(250, 184, 123);
}
#ControlContainer table.job-info td {
	vertical-align: top;
}
#ControlContainer table.job-paging {
	height: 60px;
	border: 5px solid #E4E3E2;
}

#ControlContainer table td.td-left {
	width: 320px;
}
#ControlContainer table td.td-middle { width:40% }
#ControlContainer table td.td-right{
	width: 350px;
}
#ControlContainer table.job-paging td.td-left {
	width: 320px;
}
span.job-label {
	/*display:block;
	width:180px;*/
	font-size: 13px;
}
span.job-item {
	display:block;
	font-weight: bold;
 }
 span.job-item a {
	 text-decoration: underline;
 }
 span.job-item a:Hover {
	 text-decoration: none;
 }
#ControlContainer table td.td-right span.job-label {
	width: 80px;
	float:left;
}
#ControlContainer table td.td-right table,
#ControlContainer table td.td-right table span {
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
/*
#ControlContainer table td.td-right span.job-item {
	width: 250px;
}
#ControlContainer table.job-info td.td-right span.job-item {
	float:right;
}*/

#pagerwrapper {}
#pagerwrapper span {
	display: block;
	line-height:25px;
	width:75px;
}
#pagerwrapper span a {
	text-decoration: underline;
	font-weight: bold;
}
#pagerwrapper span.back {
	float:left;
	background:url('back.png') 45px top no-repeat scroll transparent;
}
#pagerwrapper span.forward {
	float:right;
	padding-left:30px;
	background:url('forward.png') left top no-repeat scroll transparent;
}
#Loading {
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 90000;
	background: #fff;
	background: rgba(255, 255, 255, .1);
}
#Loading .image {
	background:url('loading2.gif') left top no-repeat scroll transparent;
	display: inline-block;
	width: 50px;
	height: 50px;
}

/* Pager: Link auf Orginalanzeige */
#noPreview {
   /*display: none;*/
	color: DarkSlateGrey;
	font-weight: 700;
   margin: auto;
   width: 60%;
   border: 3px solid rgb(16, 71, 143);
   padding: 10px;
   margin-top: 40px;
   text-align: center;
}

#noPreview:hover {
   background-color: #d0e0ee;
}

.preview {
   border: 0px;
   padding: 0px;
   margin: 0px;
}

.click-here {
   text-align: center;
   cursor: pointer;
}




/* 	T07223, 12.06.2015, aza: Blätterframe responsive */
/* Mobile */
@media only screen and (max-width: 519px) {

#ControlContainer {min-height:70px;}
.job-info {display:none; visibility:hidden;}
table.job-paging td.td-left {display:none !important; visibility:hidden !important;}
table.job-paging td.td-right {display:none !important; visibility:hidden !important;}

}

/* Tablet Portrait */
@media only screen and (min-width: 520px) and (max-width: 759px) {

#ControlContainer table.job-info td.td-left {width:15%;}
#ControlContainer table.job-info td.td-right {width:33%;}
#ControlContainer table.job-info td.td-right table td {width:80px !important;}

}

