body{
	font-size:12px;
	font-family: arial,helvetica,sans-serif;
	
}


.bodydiv{
	text-align:left;
	margin:auto;
	width:900px;
}

a:hover{
	color:black;
	text-decoration: underline;
}

a:active{
	color:black;
	text-decoration: underline;
}

a:visited{
	color:black;
	text-decoration: underline;
}

a:link{
	color:black;
	text-decoration: underline;
}

a:focus{
	color:black;
	text-decoration: underline;
}

/* Stellenboersentabelle */

	#stbtabheader{					
		width:720px;
		padding:2px;
		background-color:#E5E5EF;
		font-size:14px;
		font-weight:bold;
	}	
	#stbtable{
		width:724px;
		background-color:#FFFCF2;
	}
	.stbrow{
		width:724px;
		height:22px;	
	}
	.stblink{
		width:165px;		
		font-size:12px;
		padding:4px;
		float:left;			
	}
	.stbhits{
		width:40px;
		padding:4px;
		margin-right:10px;
		font-size:12px;
		float:left;
		text-align:right;
	}
	
/* Fehlermeldungen */

#messages {
	margin-top:10px;
	margin-bottom:10px;
}
/* JobPost Trefferansicht */

#profil{
		position:relative;		
		background-color:#E5E5EF;
		width:724px;
		height:80px;
		font-size:14px;
		line-height:20px;
	}
	#profil_links{
		position:absolute;
		top:10px;
		left:10px;
		width:80px;					
	}
	#profil_rechts{
		position:absolute;
		top:10px;
		left: 100px;
		width:600px;		
	}

	
