@charset "UTF-8";
/**
Übersicht Startseite
border:red solid 1px
 */

@media all
{
 	.uebersicht { float:left; }
	.uebersicht_headline { width:450px; font-weight: 900; padding-left:5px; }
	.uebersicht_datum {width:90px; float:left;  padding:10px 0 0 5px;}
	.uebersicht_stelle {width:180px; float:left; padding:10px 0 0 0;}
	
	.g_inserieren { text-align:right; padding:5px 5px 0 0 ;}
	.a_inserieren { text-align:right; padding:5px 5px 0 0;}

	.uebersicht_content_datum { width:90px; float:left; padding:5px 0 0 10px;  }
	.uebersicht_content_stelle {width:350px; float:left; padding:5px 0 0 0; }
	

	
	.a_inserieren a, .g_inserieren a {
	color:#FFF;
	}
	
	.aktuelles-startseite {
	  float:left;
	/*  _float:none;*/
	  width:932px;
    min-height:85px; /* + padding = 105px */
 /*   _height:85px; */
   /*  margin:5px 5px 0 5px;*/
   border:#FFFFFF solid 5px;
    color:#666;
    background:#cfd5d7;
	
  }
  
	.aktuelles-startseite .news {
	  float:left;
    width:418px;
    padding:10px 22px 10px 20px;
  }
  
	.aktuelles-startseite .presse {
	  float:right;
    width:429px;
    padding:10px 22px 10px 20px;
  }
  
	.aktuelles-startseite .headline {
	  float:left;
	  width:25%;
	  line-height:1.5em;
	  font-weight:bold;
	  text-transform:uppercase;
  }
  
	.aktuelles-startseite .content {
  	float:left;
	  width:75%;
  }	
}

