/*************************************************************
 * administration.css
 * ***********************************************************/

#head_administration .searchmenu {
  height: 19px;

  position: absolute;
  left: 178px;
  top: 10px;
  z-index: 100;
}
#head_administration .searchmenu ul{
  margin:0;
  
  padding:0;
  list-style-type: none;
}
#head_administration .searchmenu ul li{
  float: left;
  padding: 0 10px;
  height: 19px;
}
#head_administration .searchmenu ul li.active{
  background: url(../img/admin_searchmenu_bg.gif) repeat-x;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;

}
#head_administration .searchmenu ul li.smallborderright {
  background: url(../img/border_right.gif) right 6px no-repeat;
}
#head_administration .searchmenu ul li a{
  color: #555555;
  font-size: 8pt;
  text-decoration: none;
}
#head_administration .searchmenu ul li.active a{
  color: #e68406;
}
#head_administration .searchbutton {
  width: 148px;
  height: 26px;
  position: absolute;
  left:511px;
  top: 28px;

}

#head_administration .searchlinks {
          position: absolute;
           left: 667px;
           top: 27px;
           text-align: left;
         }
         
table.administration_table {
  text-align: center;
  width: 760px;
}
table.administration_table th{
  text-align: center;
  height: 27px;
  background: #eee;
  font-size: 10pt;
  color: #999999;
  font-weight: normal;
}
table.administration_table td{
  text-align: center;
  height: 27px;
  background: white;
  font-size: 8pt;
  color: #666666;
  font-weight: normal;
}
table.administration_table tr.gray td{
  background:#eee;
}
table.administration_table td a{
  color: #ff9900;
  text-decoration: underline;
}

/* Fenster fuer hinzufuegen Vorschlag autovervollstaenigen
 * wird verwendet in administration/joblistsuggest
 * THO
 */
#addsuggestion {
  display: none;
  width: 321px;
  /*margin: 108px 0 0 115px;*/
  position: absolute;
  left: 175px;
  top: 200px;
  padding: 4px 5px;
  color: #333333;
  border: 1px solid #C6C6C6;
  background: url(../img/admin_searchmenu_bg.gif) repeat-x;
  background-color: white;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
	
}

/********************************************************
 * communication.css
 * *******************************************************/

#communication {
  width: 530px;
}
#communication .logo {
  width: 129px;
  height: 82px;
  margin-top: 60px;
}
#communication h1 {
  text-align: left;
  width: 530px;
  height: 16px;
  font-size: 10pt;
  color: #757575;
  margin:0;
  padding:0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#communication h1 span{
  background: white;
  padding-right: 5px;
  height: 14px;
}

#communication h2 {
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 10px;
  text-align: left;
}
#communication p {
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 5px;
  text-align: left;
}
#communication img.register {
  float: right;
  margin-right: 40px;
  margin-top: 15px;
  border: none;
}
#communicationbox {
  width: 530px;
  text-align: left;
}
#communicationbox div {
  margin-bottom: 2px;
}
#communicationbox label {
  color: #757575;
  font-size: 8pt;
  width: 140px;
  display: block;
  float: left;
}
#communicationbox input.input {
  border: 1px solid #A5ACB2;
  height: 18px;
  width: 360px;
  font-size: 10pt;
}
#communicationbox input.submit {
  float: right;
  margin-top: 15px;
  margin-right: 40px;

}

#search {
  width: 530px;
  
}
#search #searchform {
text-align: left;
}
#search .logo {
  width: 129px;
  height: 82px;
  margin-top: 60px;
}
#search h1 {
  text-align: left;
  width: 530px;
  height: 16px;
  background: url(../img/bgline.gif) left 2px;
  font-size: 10pt;
  color: #757575;
  margin:0;
  padding:0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#search h1 span{
  background: white;
  padding-right: 5px;
  height: 14px;
}
#search dl {
  margin:0;
  padding:0;
}
#search dt {

}
#search dt label{
  color: #757575;
  font-size: 8pt;
  width: 200px;
  float:left;
  
  }
#search dd {
  margin-bottom: 2px;
}
#search dd input {

  border: 1px solid #A5ACB2;
  height: 18px;
  width: 277px;
  font-size: 10pt;
}
#search #searchjobseeker {
  width: auto;
  width: 170px;
  height: 26px;
  background: url(../img/arbeit_finden.gif);
  border: 0;
  margin-left: 270px;
}
#search #searchjobadvertisment {
  width: auto;
    width: 170px;
    height: 26px;
    background: url(../img/mitarbeiter_finden.gif);
  border: 0;
  margin-left: 270px;
}

#communication tr {
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 10px;
  text-align: left;
  vertical-align: top;
}

#communication .columntype
{
	width: 150px;
}

#communication .columnnumber
{
	width: 70px;
}

#communication .columnname
{
	width: 180px;
}

#communication .columntext
{
	width: 550px;
}

.zend_form label
{
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 5px;
}

.zend_form .errors
{
  font-size: 8pt;
  font-weight: bold;
  color: #ff0000;
  margin:0;
  margin-bottom: 5px;
}
 
/************************************************************
 * employer.css
 * ********************************************************/
/************************/
/***** ANZEIGE SCHALTEN**/
/************************/
#edittext
{
	display:none;
	position : absolute;
	left:500px;
	top: 200px;
	width:500px;
	height:500px;
	border: 1px solid black;
	background-color:white;
}

#editimage
{
	display:none;
	position : absolute;
	left:500px;
	top: 200px;
	width:500px;
	height:200px;
	border: 1px solid black;
	background-color:white;
}

#editbgcolor
{
	display:none;
	position : absolute;
	left:500px;
	top: 200px;
	border: 1px solid black;
	background-color:white;
}
/************************/
/***** Textanzeige ******/
/************************/

.blauerBalken
{
	width: 500px;
	height: 20px;
	background-color:#00688e;
	margin-left: 10px;
	padding: 10px 0px 10px 10px;
}

.leeresDiv
{
	height: 10px;
}

.formular1
{
	width:300px;
}
.formular1b
{
	width:370px;
}
.formular2
{
	width:300px;
	height:100px;
}
.formular2b
{
	width:370px;
	height:100px;
}
.teilüberschrift
{
	font-size: 10pt;
	text-align:center;
}

.normaltext, .normaltext span
{
	font-size: 7pt;
	line-height: 10pt;
	padding: 0px;
}

.Fett
{
	font-weight:bold;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
}

#LayoutTextanzeige
{
	height:auto;
	width : 530px;
	margin-top:10px;
	border: solid #00688e 2px;
}

#LayoutTextanzeigePreview
{
	width : 530px;
	height:auto;
	margin-top:10px;
	margin-left: 10px;
	border: solid #00688e 2px;
}

#LayoutTextanzeige table {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

#LayoutTextanzeige tr, #LayoutTextanzeige td, #zielEmailDIV a {
		font-size: 7pt;
		line-height: 10pt;
		margin: 0px;
		padding: 0px;
}

#LayoutTextanzeige #FestUnternehmensvostellung
{
		height: 15px;
}

#LayoutTextanzeige #zielUnternehmensvorstellung
{
		width: 500px;
		font-size: 10pt;
		line-height: 11pt;
		padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
		overflow-y: hidden;
}
#LayoutTextanzeige #zielAnzeigetitel
{
	font-size: 20pt;
	line-height:22pt;
	color: #00688e;
	text-align:center;
}

#LayoutTextanzeige #zielReferenznummer
{
		text-align:center;
		height: 20px;
}

#LayoutTextanzeige #FestAufgaben
{
	font-size:150%
}
#LayoutTextanzeige #zielAufgaben
{
		width: 500px;
		font-size: 10pt;
		line-height: 11pt;
		padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
		overflow-y: hidden;
}
#LayoutTextanzeige #FestQualifikation
{
	font-size:150%
}
#LayoutTextanzeige #zielQualifikation
{
		width: 500px;
		font-size: 10pt;
		line-height: 11pt;
		padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
		overflow-y: hidden;
}
#LayoutTextanzeige #FestWirbieten
{
	font-size:150%
}
#LayoutTextanzeige #zielWirbieten
{
		width: 500px;
		font-size: 10pt;
		line-height: 11pt;
		padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
		overflow-y: hidden;
}
#LayoutTextanzeige #zielAbschlusstext
{
		width: 500px;
		font-size: 10pt;
		line-height: 11pt;
		margin-top:15px;
		padding: 10px 10px 10px 10px;
		overflow-y: hidden;
}

#LayoutTextanzeige #zielChiffrenr
{
	font-weight:bold;
	height: 11px;
	margin-top: 15px;
	margin-left: 300px;
	height: 50px;
}

#LayoutTextanzeige #zielFirmenname
{
	margin-top: 15px;
	font-weight:bold;
	margin-left: 300px;
	padding: 0px;
}

#LayoutTextanzeige #zielAnsprechpartner
{
	margin-left: 300px;
	padding: 0px;
}

#LayoutTextanzeige #zielStrasseHausnummer
{
	margin-left: 300px;
	padding: 0px;
}

#LayoutTextanzeige #zielPLZOrt
{
	margin-left: 300px;
}

#LayoutTextanzeige #zielcountrycode
{
	margin-left: 300px;
}

#LayoutTextanzeige #zielTelefonnummer
{
	margin-left: 300px;
	margin-top: 4px;
}

#LayoutTextanzeige #zielFax
{
	margin-left: 300px;
}

#LayoutTextanzeige #zielEmailDIV
{
		margin-left: 300px;
}

#LayoutTextanzeige #zielHomepageDIV {
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#LayoutTextanzeige #zielHomepage
{
		color: white;
		font-size: 13pt;
}

/************************/
/***** Textanzeige Ende**/
/************************/

.employer a:link, .employer a:visited, .employer a:active {
	  font-size: 11px;
	  color: #00688E;
      text-decoration: underline;
}

.content-boxes {
	line-height: 12pt;
	width: 180px;
	float: left;
	margin-right: 15px;
}

.content-boxes h3 {
	display: block;
	height: 26px;
	width: 180px;
	background: url(../img/boxes_head.gif);
	border: solid 1px #e7e7e7;
	font-size: 8pt;
	color: black;
	margin-bottom: 2px;
}
.content-boxes h3 span {
	padding-top: 5px;
	padding-left: 8px;
	display: block;
}
.content-boxes .pic_text {
	width: 180px;
	height: 180px;
	background: url(../img/preis_text.png);
	border: solid 1px #e7e7e7;
}
.content-boxes .pic_text img{
border:0;
}
.content-boxes .pic_layout {
	width: 180px;
	height: 180px;
	background: url(../img/preis_layout.png);
	border: solid 1px #e7e7e7;
}
.content-boxes .pic_layout img{
border:0;
}
.content-boxes .pic_bild {
	width: 180px;
	height: 180px;
	background: url(../img/preis_bild.png);
	border: solid 1px #e7e7e7;
}
.content-boxes .pic_bild img{
border:0;
}
.content-boxes .pic_design {
	width: 180px;
	height: 180px;
	background: url(../img/preis_design.png);
	border: solid 1px #e7e7e7;
}
.content-boxes .pic_design img{
border:0;
}
.content-boxes p.price {
  font-size: 8pt;
  font-weight: bold;
  margin:0;
  padding:0 5px;

}
.content-boxes p.price span.gray {
  color: #888888;
}
.content-boxes p.caption {
  font-size: 8pt;
  margin:0;
  padding:0 5px;
}
/************************/
/***** ANZEIGENTYP ******/
/************************/
ul.graylinenavi {
  margin:0;
  padding:0;
}
ul.graylinenavi li{
  list-style-type: none;
  margin-right: 43px;
  float: left;
  padding-left: 20px;
  background: url(../img/arrow.gif) no-repeat left center;


}
ul.graylinenavi li.active {
  background: none;
  padding-left: 0;
}
ul.graylinenavi li.active a{
  font-weight: bold;
}
ul.graylinenavi a {
	font-size: 10pt;
	color: #757575;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/************************/
/***** LAYOUT ******/
/************************/


.advertismenth3{
  font-size: 10pt;
  font-family: Verdana;
  color: #757575;
  margin: 0px 0px 10px 10px;
  padding:0;
  font-weight: bold;
}
.advertismenth4{
  font-size: 10pt;
  font-family: Verdana;
  color: #888888;
  margin: 15px 0 10px 10px;
  padding:0;
  font-weight: normal;
}
.advertismenth5{
  font-family: Verdana;
  font-size: 8pt;
  color: #888888;
  margin: 15px 0 10px 10px;
  padding:0;
  font-weight: bold;
}

#layoutadvertismentlegend
{
}

#layoutadvertismentlegend a img {
	border:none;
}

.imagebutton
{
	float:left;
	margin-right:30px;
	text-align: center;
}

#logo_div
{
	background-color:white;
	width: 200px;
	height: 60px;
	text-align:center; 
}

.blue
{
	background-color:#000080;
	color:white;
}
.white
{
	background-color:white;
	color:black;
}


/************************/
/***** Inhalte ******/
/************************/

.submitbuttonleft {
  margin-top: 15px;
  margin-right: 28px;
  float: left;
}
.submitbuttonleft img {
  border:none;
}
.submitbuttonright {
  float: right;
  margin-top: 15px;
}
.submitbuttonright img {
  border:none;
}
.submitbuttonzwei {
  margin-top: 15px;
  margin-right: 28px;
  float: left;
}
.submitbuttonzwei img {
  border:none;
}
.submitbuttondrei {
  float: left;
  margin-top: 15px;
  margin-right: 28px;
}
.submitbuttondrei img {
  border:none;
}
.submitbuttonvier {
  float: left;
  margin-top: 15px;
}
.submitbuttonvier img {
  border:none;
}
/************************/
/***** Best�tigung ******/
/************************/


.ad_einstellungen {
  margin-left: 0px;
  margin-bottom: 20px;
}
.ad_einstellungen td {
  text-align: left;
  vertical-align: middle;

}
.ad_einstellungen td.lefttd {
  width: 140px;

}
.ad_einstellungen label {
  font-size: 8pt;
  color: #757575;
}
.ad_einstellungen input.berufsbezeichnung {
  width: 282px;
  margin:0;
  padding:0;
  height: 14px;
  border: 1px solid #a5acb2;
  display: block;
  float: left;
  padding: 2px 4px;
  color: #777777;
  font-size: 8pt;
}
.ad_einstellungen input.ad_laufzeit{
  width: 286px;
  margin:0;
  padding:0;
  color: #777777;
  font-size: 8pt;
}
.ad_einstellungen span.ad_smallhint {

  font-size: 8pt;
  color: #010101;
  margin-left: 10px;

}
.ad_einstellungen span.ad_result_berufbez {
  font-size: 8pt;
  color: #010101;
}
.ad_agreeconditions {
  margin-left: 10px;

}
.ad_agreeconditions label.checkbox{
  float: left;
  width: 20px;

}
.ad_agreeconditions p{
  margin-left: 25px;
  font-size: 8pt;
  color: #010101;
  padding-top: 3px;

}

.ad_kosten {
  float: right; 
  width: 300px;
  height: 35px;
  background: url(../img/ad_kosten_corner.gif) no-repeat right bottom #e7e7e7;
  margin-right: 10px;
}
.ad_kosten p.label {
  font-size: 9pt;
  color: #888888;
  float: left; 
  margin:0;
  padding:0;
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 15px;
}
.ad_kosten p.price{
  font-size: 8pt;
  margin:0;
  padding:0;
    margin-top: 10px;
}
.ad_kosten .mwst {
    color: #757575;
}

/****************************
 * Tabelle
 * ****************************/

table.employer_table {
  text-align: center;
  width: 760px;
}
table.employer_table th{
  text-align: center;
  height: 27px;
  background: #eee;
  font-size: 10pt;
  color: #999999;
  font-weight: normal;
}
table.employer_table td{
  text-align: center;
  height: 27px;
  background: white;
  font-size: 8pt;
  color: #666666;
  font-weight: normal;
}
table.employer_table tr.gray td{
  background:#eee;
}
table.employer_table td a{
  color: #00688E;
  text-decoration: underline;
}
	
form#layoutform dt dd {
	margin-top: 15px;
	padding-top: 10px;
}

form#layoutform label {
	color: #000000;
	
}
	
 form#textform {
	width: 400px;
	background-color: #e9e9e9;
	border:solid 1px #e7e7e7;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 5px;
	}
	
form#textform dt dd {
	margin-top: 15px;
	padding-top: 10px;
}

form#textform span.hint {
	font-size: 8pt;
	color: #00688e;
	padding-left: 0px;
	
}

form#textform .columnleft, form#textform .columninput {
	margin-bottom: 3px;
}

form#textform .left70 {
	width: 70px;
	float: left;
}

form#form_payment {
    margin: 0px 0px 20px 10px;
    padding: 0px 0px 10px 0px;	
}
form#form_payment td{
	font-size: 8pt;
	width: 180px;
}

#advertismentinfotable {
	border-collapse: collapse;
}

#advertismentinfotable .togglerow {
	background-color: #86b8d7;
}

/*****************************************************
 * general.css
******************************************************* */

/***********************************************/
/***** schriften
/***********************************************/
/***********************************************/
/***** links
/***********************************************/
/**************************/
/***** arbeitgeber
/**************************/
/* Arbeitgeber: bold, underlined  */
a.a_bold_underline {
	color: #0062A0;
/* blau */
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 1px solid #0062A0;
}
a, a.a_normal {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #00688E;
	text-decoration: none;
}
a.a_normal_underline {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #00688E;
	text-decoration: underline;
}
a.a_bold {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #00688E;
	text-decoration: none;
	font-weight: bold;
}
/**************************/
/***** bewerber
/**************************/
a.b_bold_underline {
	color: #249126;
/* gr�n */
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 1px solid #249126;
}
a.b_normal {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #249126;
	text-decoration: none;
}
a.b_normal_underline {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #249126;
	text-decoration: underline;
}
a.b_bold {
	font-size: 8pt;
	/*line-height: 10pt;*/
	color: #249126;
	text-decoration: none;
	font-weight: bold;
}
/**************************/
/***** neutral
/**************************/
a.gray_bold {
	font-size: 8pt;
	/*line-height: 10pt;*/
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
a.gray_normal {
	color: #555;
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: none;
}
a.gray_uline {
	color: #555;
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: underline;
}
a.gray_normal_underline {
	color: #555;
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: underline;
}
/***********************************************/
/***** textelemente
/***********************************************/
/*tl 23.12.2008*/
h3.grayline3
{
	font-size: 14pt;
	font-weight: bold;
	color: #757575;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}
p.textagb
{
	font-size: 11pt;
	color: #757575;

}
/*tl ENDE*/
h2.graylineh2 {
	font-size: 10pt;
	font-weight: bold;
	color: #757575;
	margin: 0;
	padding: 0;
	float: left;
}
.bold {
  font-weight: bold;
}

/* THO */
.smallertext {
	font-size:80%;
}

.ullogodot, .ullogodot li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ullogodot li {
	background:url(../img/dotlogo.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

sup { /* meist verwendet für das TM bei Jobsearcher24TM */
	font-size:70%;
}

.widthinput {
	width:300px;
}

.widthinputsmall {
	width:180px;
}

form {
	margin: 0px;
}

.formerror {
	display: block;
	color: red;
	font-weight: bold;
}

/* THO: Standarddefinition Schrift für alle Formular */
#content form, #content td, #content td label, #content td input, #content form td, #content form td label, #content form input, #content form select, #content form textarea, #content form td input, #content form td select, #content form td textarea, #content form td button {
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
	text-align:left;
}

.agbdiv {
	width: 500px;
	height: 100px;
	border: solid 1px gray;
	overflow: auto;
}
/* THO: Basiseinstellungen für Formulare */

form input.image {
	border:none;
}

form input.readonly {
	background-color:#dddddd;
}

.forminfotext {
	width:302px;
	margin-left: 0px;
	height: 70px;
	overflow: auto;
	font-size: 8pt;
	color: #777777;	
	border: solid 1px #777777;	
}

/* Ende THO */

/***********************************************/
/***** positionierungen
/***********************************************/
#grayline .eingerueckt {
	margin-left: 175px;
	padding-top: 5px;
}

/* THO: text-align left eingef�gt, da sonst alle Texte innerhalb zentriert werden */
#content
{
	text-align:left;
}

#content p.contenttext {
	font-size: 8pt;
	color: #777777;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0px; /* THO: changed von 10px auf 0px, da ansonsten sämtliche anderen Elemente auch eingerückt werden müssten */
}

#hotline {
	color: red;
	font-size: 8pt;
	/*line-height: 10pt;*/
	text-decoration: none;
}

/***********************************************************
 * head.css
 **********************************************************/
#topmenu {
  width: 100%;
  height: 65px;
  background: url(../img/navibg.gif);
}
#leftmenu {
  margin:0;
  padding:0;
  height: 27px;
  float: left;
}
        #leftmenu li {
           float: left;
           list-style-type: none;

           height: 27px;
         }
         #leftmenu li.startseite_active {
           background: url(../img/navielementbg.gif) repeat-x;
           border-right: 1px solid #E7E7E8;
         }
         #leftmenu li.arbeitgeber_active {
           background: url(../img/navielementbg_blau.gif) repeat-x;
           border-right: 1px solid #E7E7E8;
           border-left: 1px solid #E7E7E8;
         }
         #leftmenu li.bewerber_active {
           background: url(../img/navielementbg_gruen.gif) repeat-x;
           border-right: 1px solid #E7E7E8;
           border-left: 1px solid #E7E7E8;
         }
         #leftmenu li.administration_active {
           background: url(../img/navielementbg_gray.gif) repeat-x;
           border-right: 1px solid #E7E7E8;
           border-left: 1px solid #E7E7E8;
         }
         #leftmenu li.startseite_active a, #leftmenu li.arbeitgeber_active a, #leftmenu li.bewerber_active a {
           color: #555555;
           text-decoration: none;
         }
         #leftmenu li.arbeitgeber_active li a {
         	color: #0062a0;
         	text-decoration: none;
         }
         #leftmenu li.bewerber_active li a {
         	color: #249126;
         	text-decoration: none;
         }
         
         #leftmenu li.active span{
           padding: 7px 5px 0 5px;
         }
         #leftmenu li span{
           padding: 7px 6px 0 5px;
           display: block;
         }
         



        #anmelden {
           margin:0;
          padding:0;
          height: 27px;
          float: right;
        }
                #anmelden li {
                   float: left;
                   list-style-type: none;
                   background: white;
                   height: 27px;
                   border-left: 1px solid #E7E7E8;
                 }
                  #anmelden li.lang {
                    border: none;
                  }
                  #anmelden li.lang img{
                    border: none;
                  }
                 #anmelden li.active {
                 }
                 #anmelden li span{
                   padding: 7px 5px 0 5px;
                   display: block;
                 }
                         #anmelden li a {
                           font-size: 8pt;
                           color: #555555;
                           text-decoration: none;
                        }
                         #anmelden li a:hover {
                         color: #E68405;
                         }
                         #anmelden li.active a{
                           color: #888888;
                         }
                         
        #leftmenu li .lvl1 {
  		  position: absolute;
		  left:0;
		  top: 27px;
		  width: 750px;
		  z-index: 1000;
		  height: 22px;
        }
        #leftmenu li .lvl1 li {
          height: 22px;
          position: relative;
          background: url(../img/border_right.gif) no-repeat right 8px;
        }
		#leftmenu li .lvl1 li a{
		  
		  z-index: 1000;
		  height: 22px;
		  text-decoration: none;
		}
		#leftmenu li .lvl1 li span{
           padding: 5px 10px 0 10px;
           display: block;
         }
		#leftmenu li .lvl1 li.arbeitgeber_active {
		  background: url(../img/subnavielementbg_blau.gif) repeat-x;
		}
		#leftmenu li .lvl1 li.bewerber_active {
		  background: url(../img/subnavielementbg_gruen.gif) repeat-x;
		}
		#leftmenu li .lvl1 li.administration_active {
		  background: url(../img/subnavielementbg_gray.gif) repeat-x;
		}
		
		#leftmenu li .lvl1 li.arbeitgeber_active a, #leftmenu li .lvl1 li.bewerber_active a, #leftmenu li .lvl1 li.administration_active a {
		  color: #fff;	
		  text-decoration: none;
		}
		#leftmenu li .lvl1 li .lvl2 li.arbeitgeber_active a {
		  color: #0062a0;	
		  text-decoration: none; 
		}
		#leftmenu li .lvl1 li .lvl2 li.bewerber_active a {
		  color: #249126;	
		  text-decoration: none;
		}
		#leftmenu li .lvl1 li .lvl2 li.administration_active a {
		  color: black;	
		  text-decoration: none;
		}

		#leftmenu li .lvl1 li .lvl2 {
		  position: absolute;
		  width: 150px;
		  left:0px;
		  top: 24px;
		  z-index: 1000;
		  background: #efefef;
		}
		#leftmenu li .lvl1 li .lvl2 li {
		  background: #EEEEEE;
		  width: 150px;
		  position: relative;
		  z-index: 1000;
		  background: #efefef;
		}
		#leftmenu li .lvl1 li .lvl2 li a{
		  color: #555;
		}
	
		#leftmenu li .lvl1 li.administration_active .lvl2 {
		  position: absolute;
		  left: 18px;
		  top: 215px;
		  margin:0;
		  padding:0;
		  background: none;
		}
		#leftmenu li .lvl1 li.administration_active .lvl2 li {
		  margin:0;
		  padding:0;
		  width: 133px;
		  height: 20px;
		  background: none;
		  border:none;
		  margin-top: 1px;
		  margin-bottom: 1px;
		}
		#leftmenu li .lvl1 li.administration_active .lvl2 li a{
		  display: block;
		  width: 124px;
		  height: 16px;
		  background: url(../img/adminsubmenuBG_bright.gif) white;
		  padding: 4px 0 0 9px;
		  color: #555555;
		  font-weight: normal;
		}
		
		#leftmenu li .lvl1 li.administration_active .lvl2 li.administration_active a{
		  background: url(../img/adminsubmenuBG_act.gif) white;
		  font-weight: normal;

		}
		#leftmenu li .lvl1 li.administration_active .lvl2 li a:hover {
		  background: url(../img/adminsubmenuBG_hover.gif);
		  color: white;
		  font-weight: normal;
		}
		#leftmenu li .lvl1 li.administration_active .lvl2 li a.dark {
		  background: url(../img/adminsubmenuBG_dark.gif) white;
		  font-weight: normal;

		}
		#leftmenu li .lvl1 li.administration_active .lvl2 li span{
		  padding: 0; 
		}
		
		
         .sub_menu {
           margin:0;
           padding:0;
           width: 100%;
           height: 21px;
           background: url(../img/submenubg.gif) right top #EEEEEE no-repeat;
           border-bottom: 1px solid #E7E7E8;
           position: absolute;
           top: 27px;
           left:0;
  
         }
  
  
         #submenu ul#submenulist {
           margin:0;
           padding:0;
           width: 100%;
           height: 21px;
           background: url(../img/submenubg.gif) right top #EEEEEE no-repeat;
           border-bottom: 1px solid #E7E7E8;
         }
         #submenu ul#submenulist li{
           float: left;
           list-style-type: none;
                      color: #0062A0;
           text-decoration: none;
           font-size: 8pt;
           font-weight: bold;
           cursor:pointer;
           	line-height: 10pt;
           	position: relative;
         }

         /*#submenu ul#submenulist li a{
           color: #0062A0;
           text-decoration: none;
           font-size: 8pt;
           font-weight: bold;

         }
         #submenu ul#submenulist li a:hover, #submenu ul#submenulist li a.active{
           color:#E68405;
         }   */
         #submenu ul#submenulist li span{
           padding: 4px 6px 0 5px;
           display: block;
           background: url(../img/border_right.gif) no-repeat right 8px ;
         }
         #submenu ul#submenulist li span.last{
           background: none;
         }
         
         #submenu .subsubmenu {

           background: #EEEEEE;
           position: absolute;;
           top: 22px;
           left: 0px;
           z-index: 1000;
           margin:0;
           padding:0;
         }
         #submenu .subsubmenu li{
          background: #EEEEEE;
          margin:0;
          padding:0;
         }
         #submenu .subsubmenu li a{
           margin:0;
           padding:0;
           color: #0062A0;
           margin-bottom: 3px;
          white-space: nowrap;
          display: block;
         }
         
#admin-lvl2 {
    position: absolute;
    left: 18px;
    top: 215px;
    margin:0;
    padding:0;
    background: none;
    width:150px;
    height:200px;
    z-index:1000;
}        

        #admin-lvl2 li {
		  margin:0;
		  padding:0;
		  width: 133px;
		  height: 20px;
		  background: none;
		  border:none;
		  margin-top: 1px;
		  margin-bottom: 1px;
		}
		
		#admin-lvl2 li a{
		  display: block;
		  width: 124px;
		  height: 16px;
		  background: url(../img/adminsubmenuBG_bright.gif) white;
		  padding: 4px 0 0 9px;
		  color: #555555;
		  font-weight: normal;
		}
		
		#admin-lvl2 li.administration_active a  {
		  color: black;	
		  text-decoration: none;
		}
		#admin-lvl2 li.administration_active a{
		  background: url(../img/adminsubmenuBG_act.gif) white;
		  font-weight: normal;

		}
		#admin-lvl2 li a:hover {
		  background: url(../img/adminsubmenuBG_hover.gif);
		  color: white;
		  font-weight: normal;
		}
		#admin-lvl2 li a.dark {
		  background: url(../img/adminsubmenuBG_dark.gif) white;
		  font-weight: normal;

		}
		#admin-lvl2 li span{
		  padding: 0; 
		}
		
		
         
#head {
  width: 100%;
  height: 88px;
  background: url(../img/headlinebg.gif);
  position: relative;
}
#head #logo{
  width: 103px;
  height: 88px;
  background: url(../img/head_logo.gif);
  position: absolute;
  left: 29px;
  top: 0px;
  border: none;
}
#head h1.headh1 {
  margin:0;
  padding:0 2px;
  font-size: 10pt;
  font-weight: bold;
  color: #757575;
  position: absolute;
  left: 183px;
  top: 32px;
  background: url(../img/h1bg.gif);
}
#head input.headsearch {
  width: 340px;
  /*margin: 108px 0 0 115px;*/
  position: absolute;
  left: 175px;
  top: 28px;
  padding: 4px 5px;
  color: #333333;
  border: 1px solid #C6C6C6;
}
#head .selectheadsearch {
position: absolute;
  left: 175px;
  top: 28px;
}
#head .selectheadsearch select {
  width: 353px;
  color: #333333;
  border: 1px solid #C6C6C6;
}
#head .searchbutton {
  width: 119px;
  height: 26px;
  position: absolute;
  left:530px;
  top: 28px;

}
#head input.headsearchemployer {
  width: 321px;
  /*margin: 108px 0 0 115px;*/
  position: absolute;
  left: 175px;
  top: 28px;
  padding: 4px 5px;
  color: #333333;
  border: 1px solid #C6C6C6;
}
#head .searchbuttonemployer {
  width: 138px;
  height: 26px;
  position: absolute;
  left:511px;
  top: 28px;

}
#head .searchbutton a{
  width: 119px;
  height: 21px;
  display: block;
  background: url(../img/searchbutton.gif);
  color: #777777;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
  text-align: center;
}
#head .searchbutton a:hover {
  background: url(../img/searchbutton_act.gif);
  color: white;
}
#head .searchlinks {
          position: absolute;
           left: 657px;
           top: 27px;
           text-align: left;
         }
/*#head .searchlinks  a{
           color: #0062A0;
           font-size: 8pt;
           line-height: 10pt;
         }
#head .searchlinks  a:hover{
           color: #E68405;
         }*/
#grayline {
  width: 100%;
  height: 26px;
  background: url(../img/graylinebg.gif);
  position: relative;
  margin-bottom: 5px;
}
        #grayline .lang {
           position: absolute;
           left: 50px;
           top: 5px;

        }
        #grayline .lang a{
          font-size: 8pt;
           font-weight: bold;
           color: #0062A0;
           text-decoration: none;
           padding: 0 2px;
         }
         #grayline .lang a:hover, #grayline .lang a.active {
           color: #E68405;
         }
         #grayline h2.resultcountjobseeker {
           margin:0;
           padding:0;
           position:absolute;
           left: 185px;
           top: 5px;
           font-size: 10pt;
           font-weight: bold;
           color: #757575;
         }
         #grayline h2.resultcountjobseeker strong{
           color: #249126;
         }
         #grayline h2.resultcountemployer {
           margin:0;
           padding:0;
           position:absolute;
           left: 185px;
           top: 5px;
           font-size: 10pt;
           font-weight: bold;
           color: #757575;
         }
         #grayline h2.resultcountemployer strong{
           color: #00688E;
         }
         #grayline #links {
           position: absolute;
           right: 8px;
           top: 5px;
        }
         #grayline #links ul {
           margin:0;
           padding:0;
        }
         #grayline #links ul li{
           float: left;
           list-style-type: none;
         }
         #grayline #links ul li span{
           padding: 0 5px;
           display: block;
           background: url(../img/border_right.gif) no-repeat right 6px ;
         }
         #grayline #links ul li a{
           font-size: 8pt;
           font-weight: bold;
           color: #0062A0;
           text-decoration: none;
         }
         #grayline #links ul li a.active, #grayline #links ul li a:hover {
           color:#E68405;
         }


         #grayline .breadcrump {
           position: absolute;
           left: 185px;
           top: 5px;
         }
         #grayline .breadcrump ul{
           margin:0;
           padding:0;

         }
         #grayline .breadcrump ul li {
           list-style-type: none;
           color: #757575;
           font-size: 10pt;
           font-weight: bold;
           float: left;
           margin-right: 25px;
         }
         #grayline .breadcrump ul li.arrow {
           background: url(../img/breadcrump_arrow.gif) left center no-repeat;
           padding-left: 15px;
         }
         #grayline .breadcrump ul li a{
           color: #757575;
           font-size: 10pt;
           font-weight: bold;
           text-decoration: none;
         }
         #grayline .breadcrump ul li a.active, #grayline .breadcrump ul li a:hover {
           color: #E68405;
         }

         #grayline h3.resultcount {
           position: absolute;
           left: 185px;
         }
		 
/****************************************************************
 * login.css
 ****************************************************************/ 
 #login {
  width: 530px;
}
#login .logo {
  width: 129px;
  height: 82px;
  margin-top: 60px;
}
#login h1 {
  text-align: left;
  width: 530px;
  height: 16px;
  background: url(../img/bgline.gif) left 2px;
  font-size: 10pt;
  color: #757575;
  margin:0;
  padding:0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#login h1 span{
  background: white;
  padding-right: 5px;
  height: 14px;
}

#login h2 {
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 10px;
  text-align: left;
}
#login p {
  font-size: 8pt;
  color: #888888;
  margin:0;
  margin-bottom: 5px;
  text-align: left;
}
#login img.register {
  float: right;
  margin-right: 40px;
  margin-top: 15px;
  border: none;
}
#loginbox {
  width: 530px;
  text-align: left;
}
#loginbox div {
  margin-bottom: 2px;
}
#loginbox label {
  color: #757575;
  font-size: 8pt;
  width: 140px;
  display: block;
  float: left;
}
#loginbox input.input {
  border: 1px solid #A5ACB2;
  height: 18px;
  width: 360px;
  font-size: 10pt;
}
#loginbox input.submit {
  float: right;
  margin-top: 15px;
  margin-right: 40px;

}


#search {
  width: 530px;
  
}
#search #searchform {
text-align: left;
}
#search .logo {
  width: 129px;
  height: 82px;
  margin-top: 60px;
}
#search h1 {
  text-align: left;
  width: 530px;
  height: 16px;
  background: url(../img/bgline.gif) left 2px;
  font-size: 10pt;
  color: #757575;
  margin:0;
  padding:0;
  margin-top: 15px;
  margin-bottom: 20px;
}
#search h1 span{
  background: white;
  padding-right: 5px;
  height: 14px;
}
#search dl {
  margin:0;
  padding:0;
}
#search dt {

}
#search dt label{
  color: #757575;
  font-size: 8pt;
  width: 200px;
  float:left;
  
  }
#search dd {
  margin-bottom: 2px;
}
#search dd input {

  border: 1px solid #A5ACB2;
  height: 18px;
  width: 277px;
  font-size: 10pt;
}
#search #searchjobseeker {
  width: auto;
  width: 170px;
  height: 26px;
  background: url(../img/arbeit_finden.gif);
  border: 0;
  margin-left: 270px;
}
#search #searchjobadvertisment {
  width: auto;
    width: 170px;
    height: 26px;
    background: url(../img/mitarbeiter_finden.gif);
  border: 0;
  margin-left: 270px;
}

/**********************************************************
 * main.css
 *************************************************************/
html, body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana;
	font-size: 10pt;
	/*line-height: 12pt;*/
	height: 100%;
}
#seite {
	width: 100%;
	min-height: 100%;
}
* html #seite {
	height: 100%;
}
#content {
	padding-bottom: 45px;
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
	
	position: relative;
}
#content p.instruction {
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
	margin: 0px 125px 30px 185px;
	padding: 0;
}
#content h3.bodyh3 {
	font-size: 10pt;
	font-weight: bold;
	color: #757575;
	margin: 0 125px 15px 185px;
}
#contentright {
	margin-left: 175px;
	width: 765px;
}

/*QM 12122008 jobseeker etc.*/
#contentright h2 {
	margin-left: 0px; /* THO: changed von 10px auf 0px, da ansonsten sämtliche anderen Elemente auch eingerückt werden müssten */
	margin-bottom:5px; /* THO */
	margin-top:5px; /* THO */
	font-size: 14px;
	color: #757575;
}

#contentright a.anker {
	margin-left: 10px;
	font-size: 12px;
	color: #757575;
	text-decoration: none;
}
/*QM ENDE*/

/*QM 12122008 employer index*/
#contentright4 {
	margin-left: 175px;
	width: 780px;
	
}
#contentright4 h4
{
	font-size: 12px;
	color: #757575;
}
/*QM ENDE*/

/*QM 14122008 employer createadvertisement step 2 Vorschauseite*/
#contentrightPreview {
	margin-left: 175px;
	width: 1000px;
	
}
/*QM ENDE*/
#footer {
	width: 100%;
	height: 44px;
	background: #EEEEEE;
	border-top: 1px solid #C6C6C6;
	position: relative;
	margin-top: -45px;
	text-align: center;
}
#footer .footermenu {
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
#footer .footermenu  span {
	/*padding: 15px 6px 0 5px;
*/
	padding-right: 6px;
	padding-left: 5px;
	background: url(../img/border_right.gif) no-repeat right center;
	height: 10px;
}
#footer .footermenu  span.last {
	background: none;
}
#footer ul.lang {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 0;
}
#footer ul.lang li {
	float: left;
	list-style-type: none;
	height: 27px;
}
#footer ul.lang li span {
	padding: 15px 6px 0 5px;
	display: block;
	background: url(../img/border_right.gif) no-repeat right 18px;
}
#footer ul.lang li span.last {
	background: none;
}
#footer ul.lang li a {
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #0062A0;
	text-decoration: none;
}
#footer ul.lang li a:hover, #footer ul.lang li a.active {
	color: #E68405;
}
#content .box {
	width: auto;
	/*text-align: left;
*/
	margin: 0 0 10px 0;
	position: relative;
}
#content .box h4.boxheader {
	margin: 0;
	padding: 0;
	position: absolute;
	background: white;
	left: 20px;
	top: -8px;
	font-size: 8pt;
	color: #888888;
	font-weight: normal;
	padding: 0 2px;
}
#content .box .bordertop {
	background: url(../img/border.gif) left top repeat-x;
	width: 100%;
	height: 100%;
}
#content .box .borderright {
	background: url(../img/border.gif) right top repeat-y;
	width: 100%;
	height: 100%;
}
#content .box .borderbottom {
	background: url(../img/border.gif) left bottom repeat-x;
	width: 100%;
	height: 100%;
}
#content .box .borderleft {
	background: url(../img/border.gif) left top repeat-y;
	width: 100%;
	height: 100%;
}
#content .box .corner_lt {
	background: url(../img/corner_lt.gif) no-repeat left top;
	width: 100%;
	height: 100%;
}
#content .box .corner_rt {
	background: url(../img/corner_rt.gif) no-repeat right top;
	width: 100%;
	height: 100%;
}
#content .box .corner_rb {
	background: url(../img/corner_rb.gif) no-repeat right bottom;
	width: 100%;
	height: 100%;
}
#content .box .corner_lb {
	background: url(../img/corner_lb.gif) no-repeat left bottom;
	width: 100%;
	height: 100%;
	padding: 10px;
}

/* THO */

.boxwithheader {
	border: solid 1px #777777;
}

.boxwithheaderhalfwidth {
	width: 290px;
	margin-right: 5px;
}

.boxwithheaderfullwidth {
	width: 600px;
}

.headergreen {
	width: 100%;
	background-image:url(../img/bgbalkenrepeatergreen.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	margin: 0px;
	text-align: center;
	height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

.headerblue {
	width: 100%;
	background-image:url(../img/bgbalkenrepeaterblue.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	text-align: center;
	height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

.headergray {
	width: 100%;
	background-image:url(../img/bgbalkenrepeatergray.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	margin: 0px;
	text-align: center;
	height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

.boxwithheader .content {
	padding: 10px;
}

.boxwithheader .button {
	padding-left: 10px;
}

/* THO: Definition Formulare
 *  die als als Tabellen (Decorator: TableRowWithAdditionalCheckbox.php) formatiert sind
 * Aussehen: Box, ggf. mit grünem/blauem Header (Decorator TableRowGroup)
 */
.formtablewithheader {
    margin: 0px;
    padding: 0px;
	width:600px;
	font-size: 8pt;
	border-collapse: collapse;
}

.formtablewithheader td {
	vertical-align: top;
	text-align:left;
}

.formtablewithheader .columnleft {
	width: 250px;
	border-left: solid 1px #dddddd;
}

.formtablewithheader .columnright {
	border-right: solid 1px #dddddd;
}

.formtablewithheader .groupfooterrow td {
	border-top: solid 1px #dddddd;
	height: 5px;
}

.formtablewithheader .groupheadrow td {
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

/* Ende THO */
.suchfeld {
	position: relative;
	height: 56px;
}
.suchfeld input.headsearch {
	width: 340px;
	position: absolute;
	left: 20px;
	top: 15px;
	padding: 4px 5px;
	color: #333333;
	border: 1px solid #C6C6C6;
}
.suchfeld .searchbutton {
	width: 119px;
	height: 26px;
	position: absolute;
	left: 372px;
	top: 15px;
}
.suchfeld .searchbutton a {
	width: 119px;
	height: 21px;
	display: block;
	background: url(../images/searchbutton.gif);
	color: #777777;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
}
.suchfeld .searchbutton a:hover {
	background: url(../images/searchbutton_act.gif);
	color: white;
}
.suchfeld .searchlinks {
	position: absolute;
	left: 500px;
	top: 14px;
	text-align: left;
}
.suchfeld .searchlinks  a {
	color: #0062A0;
	font-size: 8pt;
	line-height: 10pt;
}
.suchfeld .searchlinks  a:hover {
	color: #E68405;
}
/************************/
#scrn-read {
	display: none;
}

/*QM 12122008 platzhalter*/
.spacer {
	height: 20px;
}
/*QM ENDE*/

/*QM 12122008 clearer*/
.clearer {
	clear: both; 
	}
/*QM Ende*/

/*******************************************
* Form Tabelle
* QM 18122008 (von AS reinkopiert)
********************************************/

div .form_employer_general
{
	padding-bottom: 20px;
}
table.form_employer_general
{
	width: 400px; 
	font-size: 8pt;
	font-family: "Verdana";
}

table.form_employer_general label.pflicht
{

	font-family: "Verdana";
	color: #006699;
}
table.form_employer_general td.left 
{
	width: 90px;
	color: #757575;
}

table.form_employer_general td.alignright 
{
	padding-top: 20px;
	text-align: right;
} 

div .form_employee_general
{
	padding-bottom: 20px;
}
table.form_employee_general
{
	width: 350px; 
	font-size: 8pt;
	font-family: "Verdana";
}

table.form_employee_general label.pflicht
{

	font-family: "Verdana";
	color: #339933;
}
table.form_employee_general td.left 
{
	width: 90px;
	color: #757575;
}

table.form_employee_general td.alignright 
{
	padding-top: 20px;
	text-align: right;
} 

div .form_admin_general
{
	padding-bottom: 20px;
}
table.form_admin_general
{
	width: 400px; 
	font-size: 8pt;
	font-family: "Verdana";
}

table.form_admin_general label.pflicht
{

	font-family: "Verdana";
	color: #ff9900;
}
table.form_employee_general
{
	width: 400px; 
	font-size: 8pt;
	font-family: "Verdana";
}

table.form_employee_general label.pflicht
{

	font-family: "Verdana";
	color: #339933;
}
table.form_employee_general td.left 
{
	width: 90px;
	color: #757575;
}

table.form_employee_general td.alignright 
{
	padding-top: 20px;
	text-align: right;
} 

table.form_admin_general td.left 
{
	width: 90px;
	color: #757575;
}

table.form_admin_general td.alignright 
{
	padding-top: 20px;
	text-align: right;
} 

table.form_admin_general textarea
{
	width: 250px;
	height: 50px;
} 

/*******************************************
* End Form Tabelle
********************************************/

/*******************************************
* Plugin_Form_Element_DKZJobSelect und Plugin_Form_Element_SkillSelect
********************************************/
.formelementdkzjobcodebox, .formelementskillbox {
	border: solid 1px black;
	background-color: #eeeeee;
	height: 170px;
	width:350px;
}

.formelementdkzjobcodeselectlist, .formelementskillselectlist {
	height: 150px;
	width:350px;
}

/* Ende THO Plugin_Form_Element_DKZJobSelect*/

/*******************************************
* contingentController
* THO 24122008 
********************************************/

#contingentselect {
	width: 600px;
	margin-left: 00px;
}

#contingentselect td, #contingentselect select {
	margin-left: 0px;
	font-size: 8pt;
	color: #777777;	
	vertical-align:top;
}

#contingentselect .columnleft{
	width: 220px;
}

#contingentselect .priceinfo{
	width: 150px;
	text-align:right;
}

/* Ende THO contingentController */

#contactseekerprofile dd, #contactjobadvertisment dd, #recommendjobseeker dd, #recommendadvertisment dd {
	margin:0px;
	padding: 0px;
}

/************************************************************
 * menu.css
 * ************************************************************/
/* main menu */
#main-menu {
    background-color: #F2F2F2;
    color: #2F2F2F;
    float:left;
    width: 90em;
    padding:0;
    margin:0;
    font-size:0.9em;
    font-weight:bold;
    margin:0;
    
}

#main-menu li {
    float:left;
    list-style:none
}

#main-menu a {
    display:block;
    text-decoration:none;
    padding:0.4em 1em 0.4em 1em;
    background-color: #F2F2F2;
    color: #2F2F2F;
}

#main-menu a:visited {
    text-decoration:none;
    
}

#main-menu a:hover, #main-menu a:focus {
    text-decoration:none;
    background-color: #e2e2e2;
    color: #2F2F2F;
   
}

#main-menu a.active_link {
    text-decoration:none;
    
}

/*****************************************************************
 * results.css
 * **************************************************************/
#content p.suggestions {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
	margin-left: 185px;
	margin-bottom: 15px;
}
#content p.suggestions span {
	padding: 0 2px;
}
#content p.suggestions a {
	color: #249126;
	text-decoration: underline;
}
#content .browse {
	margin-left: 185px;
	position: relative;
	width: 750px;
	height: 16px;
	margin-bottom: 15px;
}
#content .browse .hitcount {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #777777;
	font-weight: bold;
	font-size: 8pt;
}
#content .browse .turnover {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 140px;
	top: 0;
}
#content .browse .turnover span {
	font-size: 9pt;
	font-weight: normal;
	color: #777777;
	padding: 0 2px;
}
#content .browse .turnover span a {
	color: #249126;
}
#content .browse .hitsperpage {
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: top;
}
#content .browse .hitsperpage span {
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
}
#content .browse .hitsperpage select {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	height: 20px;
	font-size: 8pt;
	color: #777777;
}
#content .resultelement {
	background-color:#eeeeee;
	width: 740px;
	margin-left: 175px;
	position: relative;
	padding: 10px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#content .gray {
	background: url(../images/resultcorner.gif) #EEEEEE no-repeat right top;
}
#content .resultelement .symbol {
	width: 18px;
	height: 18px;
	top: 10px;
	left: 10px;
	position: absolute;
}
#content .resultelement h3.resulth3 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #0062A0;
	margin-left: 25px;
}
#content .resultelement h4.resulth4 {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #0062A0;
	margin-left: 25px;
}
#content .resultelement p.resultdescription {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-left: 25px;
	margin-bottom: 2px;
}
#content .resultelement .resultinfo {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	font-size: 8pt;
	font-weight: normal;
}

#content .resultelement .resultinfo .date {
	color: #249126;
	float: left;
}
#content .resultelement .resultinfo span {
	padding: 0 2px;
}
#content .resultelement .resultinfo span a {
	color: #777777;
	font-size: 8pt;
}

/****************************************************************
 * seekerprofile.css
 * ****************************************************************/
#seekerprofile 
{
		margin-left: 0px;
		width: 600px;
		height:auto;
		border:solid 1px black;
}

#closebutton {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#closebutton img {
	border:none;
}

#seekerprofile #jobdetails
{
margin-left: 115px;
	
}


#seekerprofile #maininfo
{
	margin-top:10px;
	width: 92%;
	padding-left: 25px;
}
	
	
	
#seekerprofile #maininfo #photo
{

	float:left;
	height:100px;
	width: 100px;
	background-color: black;
}

#seekerprofile #maininfo #lastchange
{
	margin-top: 10px;
}

#seekerprofile #maininfo #profiledescription
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#seekerprofile #maininfo .label 
{
	display:block;
	float:left;
	width:160px;
}
	
	
	
#seekerprofile #maininfo .box 
{
	margin-bottom: 10px;
	border:solid 1px #dddddd;
	height:auto;
}

#seekerprofile #maininfo .box DIV.label
{
	margin-left: 5px;
	float:left;
}
	
#seekerprofile #maininfo .box .head 
{
	background-color:#dddddd;
	padding-left:5px;
}
	
#seekerprofile #maininfo #specialknowledge
{
	margin-top: 10px;
	margin-bottom:10px;
}

	
#seekerprofile #maininfo #labelspecialknowledge
{
	margin-top: 10px;
	margin-bottom:10px;
}


#seekerprofile .fett

{		
	font-weight:bold;
}

#profiletitle, #profiledescription, #contact {
	margin-left: 5px;
}

#seekerprofile #maininfo #contact {
	margin-left: 5px;
	height: 40px;
}

#lastchange {
	margin-left: 5px;
	font-size:80%;
}
 
/********************************************************************
 * seekerprofileform.css
 * *************************************************************/
#availabilitydate {
	width: 200px;
	margin-left: 20px;
}
#availabilitydate dd, #availabilitydate dt {
	display: inline;
	margin: 0px;
}
#seekerprofiletable {
	font-size: 8pt;
	border-collapse: collapse;
}

#seekerprofiletable td {
	vertical-align: top;
}

#seekerprofiletable .groupheadrow td {
	background-color: #dddddd;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
}

#seekerprofiletable .columnright {
	border-right: solid 1px #dddddd;
}

#seekerprofiletable .columnleft {
	border-left: solid 1px #dddddd;
}

#seekerprofiletable .columncheckbox {
	border-left: solid 1px #dddddd;
}

#seekerprofiletable .groupfooterrow td {
	border-top: solid 1px #dddddd;
	height: 5px;
}

/***********************************************************
 * startseite.css
 * *********************************************************/
#content #start {
  width: 597px;
  margin-left: auto;
  margin-right: auto;
}

#content #start #top_js24_lable {
	width: 580px;
	
	margin: 0px auto;
	margin-top: 10px;
	
	font-weight: bold;
	font-size: 28px;
	
	text-align: center;
}

#content #start .searcharea {
	width: 579px;
	height: 190px;
	/*background: url(../img/searchlogo_start.jpg) no-repeat left bottom;*/
	margin: 0px auto;
	margin-top: 20px;
	position: relative;
	text-align:center;
	
	left: 4px; /* centering fix by SS 17.03.2010 */
}

/* MARKER */
/* THO 28122008 */
#googlebox {
	width:345px;
	text-align:center;
	margin-top: 10px;
}

#googlebox submit {
	text-align: center;
}

/* MARKER */
#cooperationbox {
	width: 350px;
	margin-top:200px;
}
/* MARKER */
#cooperationbox2 {
	width: 400px;
	margin-top:40px;
}
/* MARKER */
#googletable {
	border: solid 1px #C6C6C6;
}

/* Ende THO */



 #content #start .searcharea input.searchfield {
   width: 340px;
   /*margin: 108px 0 0 115px;*/
   position: absolute;
   left: 113px;
   top: 108px;
   padding: 4px 5px;
   color: #333333;
   border: 1px solid #C6C6C6;
 }
 #content #start .searcharea .selectsearch {
   position: absolute;
   left: 113px;
   top: 108px;  
   text-align: left;

 }
 #content #start .searcharea #searchtermautocomplete {
   width: 350px;
   text-align: left;
 }
 
 #content #start .searcharea .linksright {
   position: absolute;
   left: 475px;
   top: 107px;
   text-align: left;
 }
 
 #content #start .searcharea #counter_box {
   position: absolute;
   left: 115px;
   top: 150px;
   width: 349px;
   height: 20px;
   
   font-size: 12px;
   font-weight: bold;
 }
 #counter_box #seeker_counter {
   position: absolute;
   left: 0px;
 }
 #counter_box #advertisment_counter {
 	position: absolute;
 	right: 0px;
 }

 #content #start .searcharea .buttons {
   position: absolute;
   left: 115px;
   top: 170px;
 }
 #content #start .searcharea .buttons input.button{
   /*width: 170px;
   height: 26px;
   background: url(../images/button_start.gif);
   border:none;
   font-size: 10pt;
   font-weight: bold;
   color: #777777;  */
   margin-right: 5px;

 }
 #content #start .searcharea .buttons input.button:hover{
   background: url(../img/button_start_act.gif);
   color: white;
 }
 #content #start p.links {
   padding:0;
   margin: 20px 0 0;
   width: 100%;
   text-align: center;
 }
 /* MARKER */
 #content h4.cooperation {
   font-size:8pt;
   color: #888888;
   font-weight: normal;
   margin: 0px;
 }
/* siehe general  */
/*******************
 #content #start p.links a{

   color: #0062A0;
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none;
 }

 #content #start p.links a:hover{
   color: #E68405;
 }
*/

#content #start .footer_start {

}
#content #start .footer_start ul {
margin:0 auto 0px auto;
padding:0;
   width: 350px;
}
#content #start .footer_start ul li{
   float: left;
   list-style-type: none;
   background: url(../img/border_right.gif) no-repeat right 6px;
   padding: 0 5px;
 }
 #content #start .footer_start ul li.last{
   background: none;
 }
 #content #start .footer_start ul li a {
   text-decoration: none;
   color: #0062A0;
   font-size: 8pt;
   font-weight: bold;
 }
 #content #start .footer_start ul li a.active, #content #start .footer_start ul li a:hover {
   color: #E68405;
 }

 #content #start .footer_start .lang {
   width: 66px;
   height: 30px;
   background: url(../img/langbg.gif);
   margin: 0 auto;
   position: relative;
 }
 #content #start .footer_start .lang a {
   font-size: 8pt;
   font-weight: bold;
   color: #0062A0;
   text-decoration: none;
 }
 #content #start .footer_start .lang a:hover {
   color: #E68405;
 }
 #content #start .footer_start .lang a.active {
   color: #E68405;
 }
 #content #start .footer_start .lang a.de{
   position: absolute;
   left: 12px;
   top: 6px;
 }
 #content #start .footer_start .lang a.en{
   position: absolute;
   left: 38px;
   top: 6px;
 }

 #localityautocomplete {
 	width: 304px;
 }

/************************************************************
 * dhtmlXCombo.css
 * *********************************************************/
.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:17px;
	height:20px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}


.dhx_combo_input{
	color:#333333;
	font-family: Arial;
	font-size: 9pt;
	border:0px;
	/*padding:2px 2px 2px 2px;*/
	position:absolute;
	top:0px;
	  padding: 4px 5px;
}

.search_bgimage .dhx_combo_input {
	background-image: url(../img/searchbox.png);
}

.dhx_combo_box{
	position:relative;
	border:1px solid #7F9DB9;
	border: 1px solid #C6C6C6;
	height:22px;
	padding-bottom: 2px;
	_height:22px;
	overflow:hidden;
  background-color: white;	

}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:100px;
   font-family: Arial;
   font-size: 9pt;
   background-color: white;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}

/* ---------------------------------------------------------------------------------- */
/* SS 17.03.2010 Mantis 209 */
/* ---------------------------------------------------------------------------------- */

#advertisement_selling_notice {
	position: relative;
	margin: 70px auto 0;
	width: 700px;
}
#advertisement_selling_notice_headline_adv {
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	left: 7px;
}
#advertisement_selling_notice_headline_seek {
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	right: 86px;
}
/* cornered box */
.advertisement_selling_notice_corner_wrapper {
	position: relative;
	width: 335px;
	height: 215px;
	float: left;
	margin-top: 40px;
}
.gray_corner_tl, .gray_corner_tr, .gray_corner_br, .gray_corner_bl, .gray_horizontal_top, .gray_horizontal_bottom, .gray_vertical_left, .gray_horizontal_right {
	position: absolute;
}
.gray_corner_tl, .gray_corner_tr, .gray_corner_br, .gray_corner_bl {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
}
.gray_corner_tl, .gray_corner_tr, .gray_horizontal_top {
	top: 0px;
}
.gray_corner_br, .gray_corner_bl, .gray_horizontal_bottom {
	bottom: 0px;
}
.gray_corner_tl, .gray_corner_bl, .gray_vertical_left {
	left: 0px;
}
.gray_corner_tr, .gray_corner_br, .gray_horizontal_right {
	right: 0px;
}
.gray_corner_tl {
	background-image: url("../img/corners/gray_corner_tl.png");
}
.gray_corner_tr {
	background-image: url("../img/corners/gray_corner_tr.png");
}
.gray_corner_br {
	background-image: url("../img/corners/gray_corner_br.png");
}
.gray_corner_bl {
	background-image: url("../img/corners/gray_corner_bl.png");
}
.gray_horizontal_top, .gray_horizontal_bottom {
	width: 100%;
	height: 4px;
	background-image: url("../img/corners/gray_horizontal.png");
	background-repeat: repeat-x;
}
.gray_vertical_left, .gray_horizontal_right {
	width: 3px;
	height: 100%;
	background-image: url("../img/corners/gray_vertical.png");
	background-repeat: repeat-y;
}
/* content */
#advertisement_selling_notice .advertisement_selling_notice_content {
	position: relative;
	margin-top: 0px;	
	margin-right: 0px;	
	margin-bottom: 0px;	
	margin-left: 0px;
	padding: 10px;	
}
#advertisement_selling_notice .advertisement_selling_notice_content h3 {
	position: relative;
/*	width: 100%;
	text-align: center;
*/
	padding-left: 5px;
	margin: 0px 0px 10px;
	font-size: 13px;
}
#advertisement_selling_notice .advertisement_selling_notice_content ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#advertisement_selling_notice .advertisement_selling_notice_content li {
	/*margin-left: 16px;*/
}
#advertisement_selling_notice .box_1 {
}
#advertisement_selling_notice .box_2 {
	margin-left: 30px;
}

/* bottom link box */
#link_box {
	position: relative;
	width: 475px;
	margin: 20px auto;
	
	padding-left:50px;
}
#link_box p {
	margin: 0px;	
}
#link_box .link_box_box {
	float: left;
	margin-left: 30px;
}

#link_box #gigajob {
	width: 100px;
	text-align: center;
}
#link_box #gigajob_text {
	width: 160px;
	text-align: center;

	font-weight: bold;
	font-size: 10px;
}

#link_box #addthis {
	margin-left: 0px;
}

/* footer links */
#footer .footermenu span-last {
	background: none;
}

/* linkpartner seite */
#linkpartner_wrapper {
	position: relative;
	width: 810px;
	height: 400px;
	/*margin: 0 auto;*/
	margin-left: 175px;
}
#linkpartner_wrapper .linkpartner_col {
	position: relativer;
	float: left;
	margin-top: 30px;
	margin-right: 30px;

	width: 250px;
}
#linkpartner_wrapper .linkpartner_col_last {
	margin-right: 0px;
}
#linkpartner_wrapper .linkpartner_col .linkpartner {
	/*text-align: center;*/
	margin-bottom: 30px;
}

/* faq */
.pdf_link_top {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 120px;
	height: 35px;
}
.pdf_link_top img {
	border: 0;
}
.pdf_link_notce {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 85px;
}

/* newsletter*/
.newsletter {
	position: relative;
	margin: 15px 0 45px;
}
.newsletter_marker {
	position: relative;
	font-weight: bold;
}
.newsletter_marker a, .newsletter_title a {
	position: relative;
	font-weight: bold;
	
	color: #777;
}
.newsletter_title {
	position: relative;
	margin-right: 100px;
	padding-top: 25px;
	
	font-weight: bold;
}
.newsletter_date_link_box {
	position: absolute;
	top: 0px;
	right: 0px;
}
.newsletter_date {
	position: relative;
	font-weight: bold;
}
.newsletter_pdf {
	position: relative;
	text-align: right;
}
.newsletter_text {
	position: relative;
	margin-top: 15px;
	border: 1px dashed #777;
	
	padding: 5px;
}
.newsletter_text_hidden {
	display: none;
}
.newsletter h3 {
	margin-top: 0px;
}
.newsletter_controll {
	padding-top: 5px;
}