/******************************************************************************
 *
 *  styles f�r Jobs
 *
 ******************************************************************************/

div#chlaus
{
    position:relative;
    float:right;
}

div#hohoho
{
    display: none;
    position:absolute;
    top:-80px;
    left:-390px;
}

div#cristmas_footnote
{
    font-size: 90%;
}

    /* links */
    div#fronttext {
         margin-top:-10px;
         text-align:right;
         margin-left:150px;
         font-weight:bold; 
         font-style:italic; 
         font-size:140%;
         margin-bottom: 10px;
    }
    
  
  /*---------- bar thumbs -------*/

  .barThumbs_Table { margin: 0 0 20px 20px; border-spacing: 0px 8px; }

  .barThumb {
  	width: 270px;
  }
  
  .barThumbs_barname
  {
  	display: block;
 	font-weight: bold;
 	margin: 3px 0 7px 75px;
  }
  
  .barThumbs_description
  {
  	display: block;
  	font-style: italic;
  	}

  .barThumb img {
  	float: left;
  	margin: -10px 5px 0 -10px;
  	background: black;
  	font-size:50%;
  }
  
  td.barThumb a {
  	display:block;
  	border: 1px solid #5c1f00;
  	color: black;
  	height: 50px;
  	width: 230px;
  	margin: 10px;
  }
  
  
  td.barThumb a:hover {
	background: #DFDBC0;
	color: #5c1f00;
  }

  td.barThumb a span.hovertext {
  	width: 220px;
  }

  
  
 /*  EVENTS */

  a.eventThumb {
  	display: block;
	float: left;
  	width: 260px;
  	border: 1px solid #5c1f00;
  	color: black;
  	height: 80px;
  	margin: 15px 20px;
  	overflow: hidden;
  }
  
  a.eventThumb:hover {
	background: #DFDBC0;
	color: #5c1f00;
  }
  
  .eventThumbs_title {
  	display: block;
 	font-weight: bold;
 	margin: 3px 0 7px 75px;
  }
  
  .eventThumbs_description {
  	/*display: block;
  	*/font-style: italic;
  	}

  .eventThumb img {
  	float: left;
  	margin: -10px 5px 0 -10px;
  	/*background: black;*/
  	font-size:50%;
  }
  
  

  a.eventThumb span.hovertext {
  	width: 220px;
	margin-top: -10px;
  }
  