	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/stellenmarkt.css
		@ Style-Sheet für das Layout des Stellenmarktes
		
		@ 9.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */
	
	.stellengruppen {
		margin:10px 0 0 0;
		width:100%;
	}
	
	label.gruppencheckbox {
		padding:0 0 0 5px;
		width:150px;	
	}
	
	.gruppenauswahl {
		width:240px;float:left;
		margin-bottom:5px;
	}
	
	
	.stellenselect  {
		width:200px;
		float:left;	
		margin-right:22px;
	}
	
	.submitbutton {
		width:180px;
	}
	
	.regiontitel {
		background-color:#e9e9e9;
		padding:3px;
		font-weight:bold;
	}
	
	.subunternehmen {
		padding:2px 0 2px 3px;
		font-weight:bold;
		background-color:#ffea9b;
	}
	
	
	.colhead {
		margin:5px 0 5px 0;	
	}
	
	.colhead .titelcol {
		width:310px;
		float:left;
		color:#666;
		padding-left:3px;
		font-weight:bold;
	}
	.colhead .datumscol {
		width:130px;
		float:left;
		color:#666;
		font-weight:bold;
	}
	.colhead .prozent {
		width:100px;
		float:left;
		color:#666;
		font-weight:bold;
	}
	.colhead .publiccol {
		width:130px;
		float:left;
		color:#666;
		font-weight:bold;
	}
	
	.stellen {
		margin:5px 0 5px 0;
		height:20px;
		
	}
	.stellen .titelcol {
		width:310px;
		float:left;
		color:#666;
		padding-left:3px;
	}
	.stellen .datumscol {
		width:130px;
		float:left;
	}	
	.stellen .prozent {
		width:100px;
		float:left;	
	}	
	.stellen .publiccol {
		width:130px;
		float:left;		
	}
	
	.colleft {
		width:150px;
		color:#666;
		font-weight:bold;
		padding:5px 5px;
		vertical-align:top;
	}
	
	.text {
		padding:5px 5px;
	}
	
	.stellentitel {
		background-color:#ffea9b;
		font-weight:bold;
		padding:3px;
	}
	
	.horline {
		height:1px;
		background-color:#ccc;
		overflow:hidden;
	}
	
	.vertline {
		width:1px;
		background-color:#ccc;
		overflow:hidden;
	}

