
/* =NORMALISIERUNG DES BROWSERS
--------------------------------------------------------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img 
{ margin : 0; padding : 0; }

/* Removes list-style from lists */
ol,ul,dl { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

a:hover {
  color:#3f2010;
  text-decoration:underline;
}

a {
  color:#796358;
  outline-color:invert;
  outline-style:none;
  outline-width:medium;
  text-decoration:underline;
}

textarea { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.textbox {
  padding: 1px 3px 1px 3px;
  color: #3f2010;
  font-size: 11px;
  border: 1px solid #B2A69F;
  width: 212px;
}

h1.title_job_offer {
  width:12cm;
}

h1 {
  font-size:1.7em;
  font-weight:bold;
  letter-spacing:0.1em;
  line-height:0.95em;
  margin:0px;
  padding-top:20px;
  position:relative;
  text-transform:uppercase;
  z-index:1;
}

h2 {
  font-size:1.6em;
  font-weight:bold;
  letter-spacing:0.1em;
  line-height:0.95em;
  margin:0px;
  padding-top:20px;
  position:relative;
  text-transform:uppercase;
  z-index:1;
}

h3 {
  font-size:1.3em;
  font-weight:bold;
  line-height:1.1em;
  margin-bottom:5px;
}

h4 {
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6 {
  color:#3f2010;
}

@page
{
size:29.7cm 19cm;
margin-top:2.0cm;
margin-bottom:2.0cm;
}

/* FEHLERMELDUNGEN
--------------------------------------------------------------------------------*/

a, img, input {
  outline: none;
}

img, input {
  border-style: none;
}

img {
  height: auto;
  width: auto;
}

select {
  font-size: 0.9em;
  color: #3f2010;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #3f2010;
}

html {
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  color: #796358;  
  font-size: 12px;
  font-family: Arial, Helvetica, Garuda, sans-serif;
  margin: 0px;
  line-height: 1.3em;
}

body {
  position: relative;
  /* width: 980px; */
  height: 100%;
  /* margin: auto; */
}

#centering {
 width: 18cm;
  height: 100%;
  position: relative;
}



/* GRUNDLEGENDE SEITENSTRUKTUR
--------------------------------------------------------------------------------*/
#header,
#footer,
#navigationbar,
#subnavigation,
ul#switchbutton,
#editorbar,
ul.button_print,
#sfWebDebug,
ul.footnavi,
ul.job_offer_special {
  display: none;
}

#content {
  position: relative;
  width: 18cm;
  padding-bottom:40px;
}


/* =STELLENANZEIGE
--------------------------------------------------------------------------------*/
dl.job_offer_company {
  height:20px;
  margin:5px 0pt 0pt;
}

  dl.job_offer_company dt {
    font-weight:bold;
  }
  
  dl.job_offer_company dd {
    margin-right:30px;
  }
  
  dl.job_offer_company dd, dl.job_offer_company dt {
    display:inline;
  }
  
ul.job_offer_facts {
  left:11.5cm;
  padding-left:15px;
  float: left;
  width:5.5cm;
  z-index:10;
  border-left:1px solid #ECE9E8;
}

  ul.job_offer_facts li {
    line-height:20px;
    padding:3px 0pt 0pt 0px;
  }
  
   ul.job_offer_facts li.title {
     border-bottom:3px solid #F7AF2F;
     margin-bottom:15px;
   }  
  
   ul.job_offer_facts li dl dd, 
    ul.job_offer_facts li dl dt {
      padding-left:30px;
    }
    
    ul.job_offer_facts li dl dt {
      color:#3f2010;
      font-weight:bold;
    }
    
    ul.job_offer_facts li dl dd {
      border-bottom:1px dotted #ECE9E8;
      margin-bottom:10px;
    }
    
  ul.job_offer_facts h2 {
    margin: 0px;
    margin-bottom:-20px;
    position:relative;
    top:-22px;
    margin-left: 30px;
    padding: 0px;      
    font-size:1.3em;
    font-weight:bold;
    letter-spacing: 0px;
    line-height:1.1em;
    text-transform: none;
  }

ul.job_offer_description {
  margin:0pt 0px 70px 0px;
  float: left;
  width:12cm;
}
  
  ul.job_offer_description h3 {
    background-color: #F3F3F3;
    font-size: 1.2em;
    margin: 30px 0 5px;
    padding: 5px 0;
    width: 11.5cm;
  }
  
  
  ul.job_offer_description li {
    width: 11cm;
  }
  
ul.job_offer_contact {
  border: 1px solid #ccc;
  height: 7.5cm;
  margin-top: 10px;
  padding-left: 25px;
  padding-top: 25px;
  width: 16.8cm;
  padding-bottom: 25px;
}

ul.job_offer_contact li ul.offer {
  float: left;
  width: 10cm;
  list-style-image: url(../images/icons/icon_checkmark_white.gif);
}

ul.job_offer_contact li ul.offer li {
  padding-left: 10px;
  margin: 0 0 10px 30px;
  width: 8cm;
}

ul.job_offer_contact li ul.contact {
  float: left;
  width: 210px;
}
  
  ul.job_offer_contact li ul.contact .contact_person {
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:5px;
    color: #3f2010;
    border-top: 1px dotted #ccc;
    margin-top: 30px;
    padding-top: 30px;
  }

ul.job_offer_logo {
  position: absolute;
  left:12.5cm;
  top: 20px;
  width: 235px;
}

ul.offer li.headline a {
  display: none;
}

ul.job_offer_contact li ul.offer li.headline {
	list-style-image:none;
	margin-left:30px;
}
