/* CSS-Definition fuer Projekt: "Bund Deutscher Bestatter" - www.bestatter.de - (c) 2003 Yarmedia GbR, http://www.yarmedia.com */

/*** Ausbildung Formatierungen ************************************************ */
a:link {
   text-decoration: underline;
   color: #666633;
}
a:visited {
   text-decoration: underline;
   color: #666633;
}
a:hover {
   text-decoration: none;
   color: #666633;
}
a:active {
   text-decoration: none;
   color: #FFFFFF;
}

th {
	background-color: #89894E;
	text-weight: bold;
	color: #FFFFFF;
}
.jobboerse th {
	background-color: #EBEBD7;
	color: #000000;
	text-align: left;
}

.verlaufBgTable {
	background-image:url(../../images/ausbildung/bg_table.gif);
}

.ditTable {
	background-image:url(../../images/ausbildung/dit_bg.gif);
}
ul, li { margin:0; padding:0; }
ul {
	padding-left: 16px;
}

ul li {
	list-style-image: url(../../images/ausbildung/bullet.gif);
	list-style-type: none;
}
ul ul {
	padding-left: 16px;
	padding-top: 4px;
}

ul ul li {
	list-style-image: url(../../images/ausbildung/bullet_border.gif);
	list-style-type: none;
	margin-bottom: 5px;
}
.whitebox {
	background-color: #FFFFFF;
	margin: 5px 0px;
	padding: 5px;
}

div.contextinfo {
	background-color: #EBEBD7;
}

#content_jobboerse_angebote,
#content_jobboerse_gesuche,
#content_jobboerse_ausbildungsangebote,
#content_jobboerse_ausbildungsgesuche {
	background-image: url(../../images/ausbildung/jobboerse_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

