* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
	line-height: 15px;
}



body {
	background-color: #999;
	font-size: 12px;
	color: #333333;
}

img {
	border: 0;
	}



/* Erster Kopfbereich */

#top {
	width: 900px;
	text-align: left;
	height: 145px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(if/be.jpg);
	background-repeat: no-repeat;
}
#top a {
	color: #CC0000;
	text-decoration: none;
}
#top a:hover, #top a.active {
	color: #CC0000;
}




/* Hauptmenue */

#nav1 {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	height: 25px;
	background-image: url(if/bg_menu_be.gif);
	background-repeat: repeat-x;

}
#nav1 ul {
	margin-left: 190px;
	display: block;
	list-style-type: none;
}
#nav1 li  {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav1 a {
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #FFFFFF;
	float:left;
	margin: 0;
	padding: 6px 10px 4px 10px;
}
#nav1 a.active {
	color: #000000;
	text-decoration: none;
}
#nav1 a:hover {
	text-decoration: none;
	color: #333333;
}


#headerend {
	width: 900px;
	text-align: left;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
}	


#container {
	margin: 0 auto;
	width: 900px;
	background-image: url(if/bg_content.gif);
	background-repeat: repeat-y;
}





/* Linke Werbespalte */

#advertsleft {
	float: left;
	width: 175px;
	padding-left: 15px;
	margin: 0;
}


/* Inhalt */
#content {
	float: left;
	width: 540px;
}

/* Rechte Werbespalte */

#advertsright {
	float: right;
	width: 165px;
}








/* footer */
#footer {
	text-align: center;
	color: #333;
	height: 30px;
	width: 900px;
	background-color: #999;
	padding: 20px 0px 10px 0px;
}



/* Inhalte */

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 0px 0px 5px 0px;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}




p {
	
	padding: 0px 30px 15px 0px;
}



ul
{
	margin: 0;
	padding: 0px 30px 15px 20px;
	list-style-type: square;
}



a {
	color: #CC0000;
	text-decoration: none;

}


a:hover, a.active {
	color: #000000;

}



hr {
	border: 0;
	width: 90%;
	background-color: #ccc;
	height: 1px;
	margin: 10px 0px 10px 0px;
}


.dividerLine {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	margin-right: 22px;
}




td {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #333;
	font-style : normal;
	text-decoration: none;
}

.jobtitle  { 
	color: #CC0000;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.jobtitlefett {
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #FF3300;
	font-style: normal;
	text-decoration: none;
}

.arbeitgeber {

}

.ortDatum {

}






/* Verschiedenes */
.clearer {
	clear: both;
}
.right {
	float: right;
	padding: 40px 20px 0px 0px;
}
