@CHARSET "ISO-8859-1";
/******************************************************************************
 *
 *  styles f�r Jobs
 *
 ******************************************************************************/



    /* links */
    div#jobs a {
        color: black;
        font-weight: bold;
    }
    
    div#jobs a:hover {
        color: #5c1f00;
    }  

   /**
    * joblist 
    */
   
   /* filter */
  #jobs_filter { margin-bottom: 10px; }
  
  form#form_jobfilter
  {
      display: none;
      margin: 10px 20px 0 20px;
  }
   
  
	div#jobs table
	{
		border-collapse: collapse;
    	border-spacing: 0px;
    }
    
    

    /* titel zeile */
    div#jobs table th {
        background: #DFDBC0; 
        padding: 3px 0;
        text-align: left; }

    /* allgemeine zellen */
    div#jobs table td.jobs_entry {
	    padding: 2px;
    }
    
    /* alternierende zeilen */
   /*
    div#jobs table tr.row0 td {
    	background: #fdfdf7;
    }
    div#jobs table tr.row1 td {
    	background: #f5f5eb;
    }
*/
    /* Jobartikel-links */ 
    div#jobs table a.jobs_link {
        display: block;
        padding-left: 18px;
        font-weight: bold;
        background: url(/pages/jobs/pics/job.png) no-repeat top left;
    }

    /* Hover-links */
    div#jobs table a.jobs_link:hover {
        background: url(/pages/jobs/pics/job_hilite.png) no-repeat top left;
    }
    
    /* titel offener Jobartikel */
    div#jobs table a.jobs_active_link {
        background: url(/pages/jobs/pics/job_selected.png) no-repeat top left;
        color: #5c1f00;
    }  
    div#jobs table a.jobs_active_link:hover {
        background: url(/pages/jobs/pics/job_selected.png) no-repeat top left;
        color: #5c1f00
    }  

    /* Jobartikel */
	div#jobs table td div.jobs_article {
		display: none;
		border-bottom: 1px solid #5C1F00;
		padding: 5px 20px;
	}
    
    
   /**
    * Jobformular
    */
   
    /* Zeilen in Formulartabelle */
    div#jobs form#jobs_form table td {
        padding: 5px;
    }
    
    
    div#jobs div.ac_list {
		background: white;
		border: 1px solid silver;
		color: black;
    	padding: 2px;
		width: 180px;
	}
    
  	div#jobs div.ac_sel
	{
	    background: #D1CDCC;
	}
    
  
   /**
    * Cover f�r abgeschicktes Formular
    */
    
    div#jobs_cover {
    	display: none;
    	position: absolute;
    	color: black;
    	text-align: center;
    	width: 580px;
    }
    
    div#jobs_cover_back {
     	background: #f9f9f1;       
    	width: 630px;
    	height: 430px;
    }
    
    div#jobs_cover_text {
    	text-align: center;
    	font-weight: bold;
    }
    div#jobs_cover_text img {
    	margin: 0px 0 0 10px;
    }
    