
/* 
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
   
   Generated by:
    * Blueprint CSS Grid Generator (2009-02-09) [http://kematzy.com/blueprint-generator/]
    
  == STRUCTURE: ========================
   * Page width:            940px (+10 px outer space on both sides)
   * Number of columns:     12
   * Column width:          60 px
   * Margin width:          20 px
  ======================================
   
*/



/*
-----------------------------------------------------------------------------------------------
INHALT
-----------------------------------------------------------------------------------------------
=BROWSERRESET

=GLOBALE EINSTELLUNGEN
  =LINKS
  =BILDLINKS

=STERNE
  =PREISSCHILDER
  =KOSTENLOS-BUTTON  
  
=SEITENSTRUKTUR
  =HEADER
  =BRANDING
  =SWITCH
  =FOOTER
  =INFOBOXEN
  =FEATURENAVIGATION
  =SIGNIN EXTERNER SEITEN
  =HEADER EXTERNER SEITEN
  



=ALLGEMEINES TABELLENLAYOUT
=SCHRITTNAVIGATION
=BANNER
=INTELLIGENTE SUCHE

*/



/*
-----------------------------------------------------------------------------------------------
=BROWSERRESET
-----------------------------------------------------------------------------------------------
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, font, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
  
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes:"" "";
}

a:active, a:focus{
  outline:none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}


/*
-----------------------------------------------------------------------------------------------
=GLOBALE EINSTELLUNGEN
-----------------------------------------------------------------------------------------------
*/


/* =LINKS
--------------------------------------------------------------------------------*/
a.imagelink {
  display: block;
}


a.m {
	background: url(../images/icons/link_xsmall.png) no-repeat 0 98px;
  display: block;
  padding: 95px 0 0 17px;
}

a.l {
  padding-top: 95px;
  width: 310px;
}

a span {
 	background: url(../images/icons/link_xsmall.png) no-repeat 0 6px;
  border-bottom: 1px dashed #a6a6a6;
  border-top: 1px dashed #a6a6a6;
  display: block;
  clear: both;
  height: 20px;
  padding: 2px 0 2px 15px;
}

a.xl {
	background: url(../images/icons/link_xsmall.png) no-repeat 0 100px;
  display: block;
  padding: 95px 0 0 17px;
}

a:hover span {
	background-image: url(../images/icons/link_hover_xsmall.png);
}

a.edit_link {
	background: transparent url(../images/icon_edit_small.gif) no-repeat scroll 0 2px;
	padding-left: 20px;
}

span.codedirection {
  unicode-bidi:bidi-override;
  direction: rtl;
}

/* =UMRAHMUNGEN
--------------------------------------------------------------------------------*/


.bordered {
	border: 1px solid #B2A69F;
}

.bordered:hover {
	border: 1px solid #f7af2f;
}


/* =POSITIONIERUNGEN ELEMENTE
--------------------------------------------------------------------------------*/
.horizontal_gap {
  margin-right: 9px;
}

.vertical_gap_s {
  margin-bottom: 10px;
}

.vertical_gap_m {
  margin-bottom: 20px;
}

.vertical_gap_l {
  margin-bottom: 30px;
}

.disengaged_left {
	float: left;
}

.disengaged_right {
	float: right;
	position: relative;
	left: 20px;
}



/* =BUTTON-LEISTE
--------------------------------------------------------------------------------*/
.left {
  float: left;
}

.right {
	float: right;
}

span.multi_buttons .left {
  float: left;
  margin-top: -18px;  
}

span.multi_buttons .right {
	float: right;
  margin-top: -18px;
}

span.multi_buttons {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 950px;
}



/* =WIEDERKEHRENDE ELEMENTE
--------------------------------------------------------------------------------*/

ul.vantages li {
	background: url(../images/icons/list_point.jpg) no-repeat 0 50%;
	padding: 5px 0px 5px 30px;
}

h4.headline_extern_business {
	color: #3F2010;
	font-size: 1.2em;
	height: auto;
  line-height: normal;
	margin-bottom: 5px;
	margin-top: 20px;
}

h4.headline_type {
	color: #3F2010;
	font-size: 1.1em; 
	font-style: italic; 
	margin-bottom: 5px;
	margin-top: 20px; 
}

  h4.headline_type.with_template {
    background: url(../images/icons/job_offer_with_template.gif) no-repeat;
    font-size: 1.3em;
    height: 55px;
    margin-bottom: -30px;
    padding-left: 55px;
    padding-top: 25px;
  }
  
  h4.headline_type.without_template {
    background: url(../images/icons/job_offer_without_template.gif) no-repeat;
    font-size: 1.3em;
    height: 55px;
    margin-bottom: -30px;
    padding-left: 55px;
    padding-top: 25px;
  }
	
ol.action li {
	list-style: decimal;
	margin-left: 20px;
}

span.duty {
  font-size: 1.2em;
}

div.job_offer_info {
	font-size: 0.9em;
	margin-top: 15px;
}

p.price {
	font-size: 1.5em;
	color: #3F2010;
}

  p.price span.duty {
    font-size: 1em;
  }

div.job_offer_content_right p.linkbar {
	margin-top: 10px;
}

div.footer_navigation {
  background: #BDD135;
  margin: 0 auto;
  margin-top: 20px;
  width: 950px;
}

  div.footer_navigation input {
    margin: 0px;
  }

/*
-----------------------------------------------------------------------------------------------
=SEITENSTRUKTUR
-----------------------------------------------------------------------------------------------
*/

/* =HEADER
--------------------------------------------------------------------------------*/
div.wrapper.header_global{ 
  background: url(../images/headers/global_extern.jpg) no-repeat;
  height: 76px;
  z-index:  1000;
  position: relative;
  left: 5px;
  width: 990px;
  margin: 0 auto;
}

div.header_external.s {
	height: 160px;
}

div.header_internal.m {
	height: 350px;
}

div.header_internal.l, div.header_external.l  {
	height: 324px;
}




/* =BRANDING
--------------------------------------------------------------------------------*/
div#branding {
	margin-left: -5px;
	padding-top: 30px;
	position: relative;
}
  
  div#branding a {
    position: absolute;
  }
  
  div#branding a img {
  	border: none;
    display: block;
  }



/* =SWITCH
--------------------------------------------------------------------------------*/
div#switch a {
	color: #fff;
}







/* =FEATURENAVIGATION
--------------------------------------------------------------------------------*/
div#featurenavigation {
  background: #fff;
  border: 5px solid #3F2010;
}


/* =PROFILENAVIGATION
--------------------------------------------------------------------------------*/
ul#profilenavigation {
  position: absolute;
  top: 30px;
  vertical-align: bottom;
}

ul#profilenavigation li {
  background: #fff;
  float: left;
  height: 30px;
}

ul#profilenavigation li.active {
  background: #3F2010;
  height: 40px;
}



/* =STATUS
--------------------------------------------------------------------------------*/
ul#status li {
  display: inline;
}



/*
-----------------------------------------------------------------------------------------------
=STERNE
-----------------------------------------------------------------------------------------------
*/


/* =PREISSCHILDER
--------------------------------------------------------------------------------*/
div.price {
  font-size: 1.7em;
}

div.price span.prefix {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1em;
}

div.price div.new_price {
	background: #D1DF72;
	color: #fff;
	position: relative;
	top: 5px;
	font-size: 1.4em;
	width: 150px;
	text-align: center;

}

  div.price div.new_price span {
    font-size: 0.4em;
  }

div.price div.price_advantage {
  background: #849225;
  color: #fff;
  text-align: center;
  position: relative;
  top: 5px;
  font-size: 0.5em;
  font-weight: bold;
  width: 150px;
}

div.pricelabel.xlarge {
  font-size: 2.4em;
  height: 75px;
  letter-spacing: -0.075em;
  line-height: 0.7em;
  padding-top: 6px;
  width: 75px;
}

div.pricelabel.xxlarge {
  font-size: 2.4em;
  height: 95px;
  letter-spacing: -0.075em;
  line-height: 0.7em;
  padding-top: 6px;
  width: 95px;
}

div.pricelabel {
  color: #fff;
  text-align: center;
}

div.pricelabel.default.xlarge {
  background: url(../images/icons/pricelabel_default_xlarge.png) no-repeat;
}

div.pricelabel.default.xxlarge {
  background: url(../images/icons/pricelabel_default_xxlarge.png) no-repeat;
}

div.pricelabel.ondemand.xlarge {
  background: url(../images/icons/pricelabel_ondemand_xlarge.png) no-repeat;
}

div.pricelabel.ondemand.xxlarge {
  background: url(../images/icons/pricelabel_ondemand_xxlarge.png) no-repeat;
}

div.pricelabel.forfree.xxlarge {
  background: url(../images/icons/pricelabel_forfree_xxlarge.png) no-repeat;
}

div.pricelabel.xlarge span { 
  color: #3F2010;  
  font-size: 0.5em;
  letter-spacing: normal;   
  padding: 0 6px;     
}

div.pricelabel.xxlarge span {
  color: #3F2010;
  display: inline-block;  
  font-size: 0.5em;
  letter-spacing: normal;
  margin-bottom: 6px;
  padding: 0 6px;    
}

span.cancelled {
  background: url(../images/icons/cancelled.gif) no-repeat 4px;
  font-size: 0.8em;
}



/* =STERNE
--------------------------------------------------------------------------------*/
div.star {
  color: #3F2010;
  font-size: 1em;
  height: 95px;
  padding-top: 15px;
  text-align: center;
}

div.star.xxlarge {
  background: url(../images/icons/star_xxlarge.png) no-repeat;
  color: #fff;
  font-size: 2.4em;
  height: 95px;
  letter-spacing: -0.075em;
  line-height: 0.7em;
  padding-top: 10px;
  text-align: center;
  width: 95px;
}

div.star.xlarge {
  background: url(../images/icons/star_xlarge.png) no-repeat;
  line-height: 1em;
  width: 75px;
}






/* SEITENNAVIGATION
--------------------------------------------------------------------------------*/
div.infobar {
  background: url(../images/infobar.jpg) no-repeat top;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  float: right;
  
}

div.infobar dl, div.sidebar dl {
  margin-left: 20px;
}

div.infobar dd, div.sidebar dd  {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  width: 100%;
}

div.infobar h3, div.sidebar h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.infobar h3.information, div.sidebar h3.information {
  background: url(../images/infobox/notice_small.gif) no-repeat left;
  padding-left: 20px;
}

div.infobar p, div.infobar address, div.infobar ul {
  margin: 0 0 20px 20px;
}

div.infobar div.shadow_bottom {
	background: url(../images/shadow_bottom.jpg) no-repeat right;
	height: 15px;
	border-top: 1px solid #cccccc;
  position: relative;
  top: 15px;
}



div.index .navigation_products {
  background: url(../images/bg_index.jpg) no-repeat center top;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
	padding: 0px 10px 20px;	
}
  div.index .navigation_products h3 {
    font-style: italic;
    padding: 20px 5px 10px 5px;
    font-size: 1.1em;
  }
  
    div.index .navigation_products h3.headline_icon {
      background: url(../images/infobox/add_small.gif) no-repeat 0 20px;
      padding-left: 20px;
    }
      
  div.index .navigation_products ul li {
    border-bottom: 1px dashed #a6a6a6;
    padding: 5px 0;
  }
   
  div.index .navigation_products ul li a {
    padding-left: 20px;
    display: block;
  }
  
  div.index .navigation_products a.inline_link {
    padding-left: 0px;
    display: inline;
  }
  
	  div.index .navigation_products ul li a:hover {
      background:transparent url(../images/icons/link_hover_xsmall.png) no-repeat scroll 3px 50%;
      color: #F7AF2F;
      text-decoration: underline;
	  }
	  
	  div.index .navigation_products ul li a.inline_link:hover {
      background:none;
      color: #F7AF2F;
      text-decoration: underline;
    } 

div.index div.shadow_bottom {
	background: url(../images/shadow_bottom.jpg) no-repeat right;
	height: 15px;
	border-top: 1px solid #cccccc;
}

/* =FOOTER
--------------------------------------------------------------------------------*/
div.wrapper.footer {
	background: url(../images/bg_footer.jpg) no-repeat 50% 0;
	height: 320px;
	padding-top: 55px;
	font-size: 0.9em;
}

  div#footer .box {
    padding-bottom: 0px;
  }
  
  div#footer h3 {
    display: block;
    margin-bottom: 10px;
  }
  
    div#footer h3.communication,
    div#footer h3.information,
    div#footer h3.cooperation,
    div#footer h3.bookmarks {
      padding-top: 25px;
    }
    
  div#footer a {
    color: #796358;
  }

    div#copyright a img {
    	border: none;
    	float: left;
    	margin: -2px 10px 0 0;
    }

div#siteinfo ul li {
	float: right;
	margin-left: 13px;
}

ul li.twitter {
  margin-bottom: 10px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
	position: relative;
	font-size: 1em;
}

ul li.rss {
  min-height: 20px;
  height: auto !important;
  height: 20px;
	position: relative;
	font-size: 1em;
}

  ul li.twitter a,
  ul li.rss a {
    color: #3F2010 !important;
    font-style: italic;
  }
  
	  ul li.twitter a.symbol,
	  ul li.rss a.symbol{
	    float: left;
	  }
	
	ul li.twitter img,
  ul li.rss img{
    border: none;
  }
  
   
    div#footer ul.bookmarks a {
      text-decoration: none;
    }
      div#footer ul.bookmarks a img {
	      text-decoration: none;
	      border: 1px solid #B2A69F;
	    }
    
      div#footer ul.bookmarks a img:hover {
        border: 1px solid #F7AF2F;
      }
    
    div#footer ul.bookmarks img {
      padding: 1px;
    }
  
  div#footer div.siteinformation {
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;  
    padding: 8px 0px 3px 18px;
  }

  div#copyright p, div#siteinfo {
    padding-top: 8px;
  }

/* SIGNIN EXTERNER SEITEN
--------------------------------------------------------------------------------*/
div.signin {
	background: url(../images/login/bg_signin.jpg) no-repeat;
	height: 210px;
	margin-left: -35px;
  position: relative;
  top: 19px;
	width: 250px;
}
  div.signin.business {
    background: url(../images/login/bg_signin_business.jpg) no-repeat;
    top: 26px;
  }
      
	div.signin h2 {
	  padding-top: 25px;
	  padding-bottom: 5px;
		color: #fff;
		width: 200px;
	}
	
	 div.signin.business h2 {
	   padding-top: 10px;
	   padding-bottom: 23px;
	 }
		
	div.signin img.security_symbol {
	  left: 240px;
	  position: absolute;
	  top: 28px;
	  border: none;
	}
	
	  div.signin.business img.security_symbol {
	    top: 15px;
	  }
	  
	div.signin .headline {
	  position: relative;
	}
	
	div.signin .input_fields {
	  margin-top: 20px;
	}
	
	div.signin a.more {
    left: -37px;
	  position: relative;
    top: 10px;
	}
	
	div.signin input {
	  padding: 1px 3px;
	}
	
	div.signin input.submit_login {
	  position: relative;
	  top: -39px;
	  left: -27px;
	  margin-bottom: -26px;
	  padding: 0px;
	}
	 
/* HEADER EXTERNER SEITEN
--------------------------------------------------------------------------------*/
div.header_image {
	position: relative;
	top: -79px;
	left: -15px;
	z-index: 5;
	width: 695px;
}
	
/* INFOBOXEN
--------------------------------------------------------------------------------*/
div.infobox.overlapping {
	position: relative;
  top: -40px;	
}

div.infobox ul li.box {
	background: #E5EDAE;
}

div.infobox h2 {
	color: #F9FAEB;
	margin-left: 20px;
}

div.infobox p {
	font-size: 0.9em;
}

div.infobox h3 {
  float: left;
  margin-right: 5px;
}

div.infobox.dashed {
	background: url(../images/line_dashed.gif) repeat-y #E5EDAE;
}

div.infobox.business ul li.top {
	background: url(../images/infobox_business_top.gif) repeat-x #3F2010 bottom;
	height: 44px;
  padding-top: 10px;
}

div.infobox.private ul li.top {
	background: url(../images/infobox_private_top.gif) repeat-x;
	height: 27px;
  padding-top: 57px;  
}

div.infobox.private ul li.bottom {
	background: url(../images/infobox_bottom.gif) repeat-x;
	height: 27px;
}

div.signin a.lost_password {
  display: block;
	font-size: 0.8em;
  margin-top: 5px;
  width: 120px;
}

div.infobox a.lost_password {
  display: block;
  width:120px;
  font-size: 0.9em;
  margin-top: 5px;
}

/* NAVIGATION
--------------------------------------------------------------------------------*/
div#navigation {
  position: absolute;
  top: 53px;
  z-index:  4000;
}

  div#navigation.business_area_intern {
    top: 90px;
  }
  
/* remove the bullets, padding and margins from the lists */
div#navigation ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#navigation ul a{
  cursor: default;
}

div#navigation .select a, #navigation .current a {
	display: block;
	height: 20px;
	float: left;
	padding: 0 0 0 30px;
	text-decoration: none;
	white-space: nowrap;
	color: #17A6EC;
	font-size: 1.48em;
}
	
* html #nav .select a, * html #nav .current a {
	width: 1px;
	height: 21px;
}

div#navigation ul a:hover, div#navigation ul a.active {
  background-color: #3F2010;
  color: #fff;  
}

div#navigation ul li ul {
  background: #fff;
  border: 1px solid #3f2010;
  height: auto;
  width: 181px;
  z-index: 100;
}

  div#navigation ul li.job_offers ul,
  div#navigation ul li.products ul {
    width: 290px;
  }
  
   div#navigation ul li.job_offers ul li,
   div#navigation ul li.products ul li {
     width: 280px;
   }
   
  /* wird erst eingeblendet wenn Stellenanzeigen für Ausbildung aktiv sin 
	div#navigation ul li.job_offers ul {
	  width: 360px;
	}
	
	 div#navigation ul li.job_offers ul li {
	   width: 350px;
	 }
	
	*/
	 
	div#navigation ul li.about ul {
	  width: 107px;
	}
	 
	  div#navigation ul li.about ul li {
	    width: 100px;
	  }

div#navigation ul li ul li, div#navigation ul li table {
  font-size: 0.75em;
  width: 170px;
}
  
div#navigation ul li ul li a, div#navigation ul li table a {
  cursor: pointer;  
  text-align: left;
  padding-left: 20px; 
  width: 150px;
  font-size: 14px;
}

  div#navigation ul li.about ul li a {
    width: 100px;
  }
  
  div#navigation ul li ul li.inactive {
    color: #a6a6a6;
    font-size: 14px;
    padding-left: 20px;
    border: none;
    list-style: none;
    cursor: default;
    background: none;
  }
  
div#navigation ul li ul li a:hover, div#navigation ul li table a:hover {
	background: url(../images/icons/link_xsmall.png) no-repeat 3px; 
  color: #3F2010;
  text-decoration: underline;  
}

/* make the top level links horizontal and position relative so that we can position the sub level */
div#navigation li{
  float: left;
  position: relative;
  z-index: 100;
}

/* use the table to position the dropdown list */
div#navigation table{
  position: absolute;
  border-collapse: collapse;
  z-index: 80;
  left: 0px;
  top: 25px;
}

/* style all the links */
div#navigation a, .navigation :visited {
  display: block;
  font-size: 1.48em;
  padding: 2px 0;
  color: #17A6EC;
  text-align: center;
  text-decoration: none;
  width: 109px;
}

/* style all the links */
div#navigation.business_area a, navigation.business_area :visited {
  width: 183px;
}

div#navigation.business_area_intern a, navigation.business_area_intern :visited {
  width: 150px;
  cursor: pointer;
}

div#navigation ul li.job_offers ul li a,
div#navigation ul li.products ul li a  {
  width: 280px;
}

/* style the links hover */
div#navigation :hover{
  background: #fff;
  color: #fff;    
}

  div#navigation span.articles {
    background: none;
    color: #a6a6a6;
    display: block;
    font-size: 1.48em;
    padding: 2px 15px;
    text-align: center;
  }

/* hide the sub level links */
div#navigation ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
}

div#navigation .select a:hover .sub li a, #navigation .select li:hover .sub li a {
	display: block;
	padding: 5px 10px 10px 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #17A6EC;
	font-size: 1.3em;
}

/* make the sub level visible on hover list or link */
div#navigation ul li:hover ul, div#navigation ul a:hover ul, div#navigation ul a.active:hover ul, div#navigation ul a.active:hover table {
  visibility: visible;
}

div#navigation :hover > a {
  background: #3F2010 none repeat scroll 0 0;
  color: #fff;  
}

div#breadcrumbs {
  font-size: 8pt;
  left: 235px;
  margin-right: 30px;
  position: absolute;
  top: 127px;
}

div#breadcrumbs a {
  color: #808080;
  display: inline-block;
}

div#breadcrumbs img {
  margin: 0 10px;
}

div#breadcrumbs a:hover {
  color: #F7AF2F;
}


/* BUSINESSICONS
--------------------------------------------------------------------------------*/
div.job_offer_individual_xlarge {
	background: url(../images/icons/job_offer_individual_xlarge.gif) no-repeat;
  height: 70px;
}

  div.job_offer_individual_xlarge div.price {
    top: 17px;
  }
  
div.topcompany_xlarge {
	background: url(../images/icons/topcompany_xlarge.gif) no-repeat;
  height: 70px;
}

div.companyprofile_xlarge {
	background: url(../images/icons/companyprofile_xlarge.gif) no-repeat;
  height: 70px;
}

div.job_offer_corporate {
	background: url(../images/icons/job_offer_corporate_xxlarge.gif) no-repeat;
  height: 170px;
}

div.training {
  background: url(../images/startBusiness/education_offensive.jpg) no-repeat;
  height: 160px;
}


/* STELLENANZEIGE
--------------------------------------------------------------------------------*/
div.magnifier a {
	cursor: url("../images/cursors/magnifier.gif"), pointer;   
  height:100px;
  position:absolute;
  width:100px;
}

img.job_offer {
	cursor: url("../images/cursors/magnifier.gif"), pointer;    
}


/* BRAUNER HEADER
--------------------------------------------------------------------------------*/
div.header_top_blue {
  background: url(../images/catalog/background_header.jpg) no-repeat;
  min-height: 51px;
  height: auto !important;
  height: 51px;
  padding-bottom: 40px;
  position: relative;
  top: -22px;
  margin-bottom: -12px;
}

	div.header_top_blue h2 {
	  color:#FFFFFF;
	  font-size:2.1em;
	  font-style:italic;
	  font-weight:normal;
	  margin-left:10px;
	  position: relative;
	  top: 20px;
	}

	div.header_top_blue ul.stepnavigation_circles {
    margin-top: 15px;
    z-index: 10;
  }
    
    div.header_top_blue ul.stepnavigation_circles li {
      color: #A2DBF7;
      float: left;
      font-size: 1.3em;
      height: 32px;
      padding-left: 10px;
      padding-right: 30px;
      padding-top: 4px;
    }
      div.header_top_blue ul.stepnavigation_circles li span.step_number {
        padding-right: 15px;
      }
      
      div.header_top_blue ul.stepnavigation_circles li a {
        color: #A2DBF7;
      }
      
        div.header_top_blue ul.stepnavigation_circles li a:hover {
        text-decoration:underline;
      }
      
      div.header_top_blue ul.stepnavigation_circles li.current,
      div.header_top_blue ul.stepnavigation_circles li.pre_active_step,
      div.header_top_blue ul.stepnavigation_circles li.passed_step_others,
      div.header_top_blue ul.stepnavigation_circles li.last_step_current {
        background: url(../images/sales/background_active.gif) no-repeat;
        color: #fff;
        font-size:1.3em;
        font-weight:bold;
      }
      
        div.header_top_blue ul.stepnavigation_circles li.pre_active_step a,
        div.header_top_blue ul.stepnavigation_circles li.passed_step_others a {
          color: #fff;
        }
      
      div.header_top_blue ul.stepnavigation_circles li.others,
      div.header_top_blue ul.stepnavigation_circles li.last_step_others  {
         background:transparent url(../images/sales/background_inactive.gif) no-repeat;
      }
      
      div.header_top_blue ul.stepnavigation_circles li.last_step_others,
      div.header_top_blue ul.stepnavigation_circles li.last_step_current  {
         padding-right: 0px;
      }
    
  div.header_top_blue div.search_articles h2,
  div.header_top_blue div.search_period h2 {
    color: #fff;
    font-size: 1.3em;
    margin: 0px;
    margin-bottom: 5px;
  }
  
  div.header_top_blue div.search_articles input {
    margin: 0px;
  }
  
   div.header_top_blue div.search_articles input.input_search {
    border: 0px;
    padding: 0px;
    width: auto;
   }
  
  div.header_top_blue div.search_period label {
    color: #fff;
    width: 80px;
  }
  
  div.header_top_blue div.search_period input {
    margin: 0px;
  }
  
  div.header_top_blue input.button_search {
    position: relative;
    top: -20px;
  }
  
  div.header_top_blue div.buttons {
    position: relative;
    top: 15px;
  }
  
    div.header_top_blue div.buttons a {
      margin-right: 10px;
    }

/* GLOBALE ELEMENTE
--------------------------------------------------------------------------------*/
input.location_search {
	left:-5px;
	position:relative;
	top:1px;
	margin: 0px;
}

input.location {
  margin: 0px;
}

/* TOPUNTERNEHMEN ABSTAND
--------------------------------------------------------------------------------*/
div.topcompanies img.horizontal_gap {
  margin-right: 9px;
}


/* STATUSLEISTE
--------------------------------------------------------------------------------*/
div.statusbar_small span.active {
  background: url(../images/statusbar_active_small.gif) no-repeat;
  display: inline-block;
  height: 15px;
}

div.statusbar_small span.inactive {
  background: url(../images/statusbar_inactive_small.gif) no-repeat right;
  display: inline-block;
  height: 15px;
  margin-left: -4px;
}

div.statusbar_small span.rating {
  margin-left: 5px;
}



/* JOBTABELLE
--------------------------------------------------------------------------------*/
table.joboffer tr td {
  height: 50px;
}

table.joboffer img.logo {
    padding: 2px;
    position:absolute;
    margin-left: 178px;
    margin-top: -6px;
    border: 1px solid #ccc;
    background: #fff;
}

table.joboffer img.logo_blank {
    padding: 2px;
    position:absolute;
    margin-left: 178px;
    margin-top: -6px;
}

#results-info {
  margin: 30px 10px 20px 10px;
  padding: 5px;
  padding-right: 20px;
  text-align: right;
  border-bottom: 1px solid #849225;
  border-top: 1px solid #849225;
  background: #e5edae;
}



/* BUSINESS-SIDEBAR
--------------------------------------------------------------------------------*/
div.sidebar div.sidebar_top {
  background: #fff url(../images/sidebar_top.jpg) no-repeat;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  padding-top: 50px;
}
    
  div.sidebar div.sidebar_bottom {
    color: #594A43;
    background: #fff url(../images/sidebar_bottom.jpg) no-repeat left bottom;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    padding-bottom: 40px;
    padding-top: 20px;


/* GLOBALE NACHRICHTEN
--------------------------------------------------------------------------------*/

.notice.generic_global_message {
  position:relative;
  width:100%;
  z-index:2000;
  margin: -20px 0 20px 15px;
}

