/* CSS Document */

#white_bg
{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.49);
}


#stellenboerse
{
	position:fixed;
	padding:20px;

	left:35%;
	top:35%;
	background-color:rgba(255,150,0,1.00);	
	text-align:center;
	border:solid 1px rgba(184,0,0,1.00);

}
#schliessen
{
	position:absolute;
	right:6px;
	top:1px;
	font-size:24px;
	font-weight:bolder;
	text-decoration:none;
	color:black;
}
.stellenboerse_headline
{
	font-size:34px;
	font-weight:bold;
	color:rgba(184,0,0,1.00);
}

.stellenboerse_text
{
	color:white;
	font-size:20px;
}

.stellenboerse_link
{
	color:rgba(184,0,0,1.00);
	font-weight:bold;
	font-size:24px;
}





























