/* Erweiterung der style.css für ASP.NET-Seiten */
@import "content.css";
@import "menu.css";
@import "ArbeitgeberRegistrierung.css";
@import "gesamtauswertung.css";
@import "PagingList.css";
@import "mapstyle.css";
@import "downloadbereich.css";
@import "blaetterfunktion.css";
@import "picture.css";
body
{
	background-image: url('/UserFiles/Image/bgimage_4.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #DBE9F5;
	margin: 0px;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 8pt;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

#tbl_ListHeader
{
	width: 100%;	
}

.center_news_modul div
{
}

/*############## Formatierung für Header als Liste #######################*/

#ul_header
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ul_header li
{
	padding: 0px;
	float: left;
}

.div_contListheader
{
	overflow: hidden;
}

/*### allgemeine Einstellungen ###*/
.normal_Width
{
	margin: 0 auto;
	width: 100%;
}
.minimal_Width
{
	margin: 0 auto;
	width: 1140px;
}
.max_Width
{
	margin: 0 auto;
	width: 1300px;
}
html
{
	height: 100%;
}
td
{
	padding: 0;
}

blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: none;
}

:focus
{
	outline: 0;
}

img
{
	border: 0;
}

input[type="button"], input[type="submit"]
{
	text-align: center;
	vertical-align: middle;
}

/*css für Infoblock*/
input[type="button"], input[type="submit"]:hover
{
	cursor: pointer;
}

input.meta
{
	width: 10px;
	height: 10px;
	border: 0;
	cursor: default !important;
	background-image: none;
	background-color: transparent;
}

/*css für Markierung der Suchergebnisse*/
.marker_ergebnis
{
	background-color: Orange;
}

/*### Formatierung für Listen ###*/
.zeile1 a, .zeile2 a, .zeile_gesperrt a, .zeile_aktiv a, .zeile_zukunft a
{
	text-decoration: none;
}

/*.Liste_Ueberschrift, .Liste_Ueberschrift a
{
	font-size: 10px;
	font-weight: bold;
	color: red;
}*/

.Liste_inhalt
{
	font-size: 10px;
}
/*### Formatierung für Rand ### */
.rand
{
	/*background-color: #74C137 !important;*/
	font-size: 11px;
	background: url('/userfiles/image/content/menubg.png') no-repeat top left;
	background-image: 100%;
}

.rand a
{
	text-decoration: none;
	color: #FFF;
}

.rand a:hover
{
	text-decoration: none;
	color: #1B0BF0;
}

.content a:visited
{
	color: #227F2E !important;
}
.rand a:visited
{
	color: Purple;
}

.rand .Ueberschrift
{
	font-weight: bold;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #157DC2;
}
.rand .Ueberschrift a
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	color: orange;
}

.rand .Ueberschrift a:hover
{
	background-color: Navy;
	color: #000000;
}

.rand .Ueberschrift a:hover .zeile2
{
	background-color: #efefef;
}

.rand .inhalt1_eingabe_fehler
{
	background-color: #FC8B70;
}
.fill_rand
{
	background-color: fuchsia;
	height: 100px;
	width: 50px;
}
.Block_Schnellsuche
{
	/*padding-left: 6px;*/
	border-bottom: 1px solid black;
	padding-bottom: 6px;
	border-top: 1px solid black;
}
#ctl00_ctl00_MainContentPlaceholder_ctl00_Modul_Schnellsuche_Link_Detailsuche
{
	text-decoration: none;
	color: Black;
	font-size: 12px;
}
/*### Formatierung Footer ###*/
.footer
{
	height: 25px;
	text-align: left;
	font-size: 10px;
	margin: 0 auto;
	color: #000000;
	text-decoration: none;
}
.footer a
{
	text-decoration: none;
	color: #000000;
}
.footer a:hover
{
	text-decoration: underline;
}

.footer a:visited
{
	color: #000000;
}
.td_footer
{
}

/*Formatierung Anzeige Standort*/
#Anzeige_Standort td
{
	padding-left: 5px;
}

ul.Sprachauswahl
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.Sprachauswahl li
{
	margin-left: 10px;
	float: left;
}

/* News Startseite */
#ctl00_ctl00_MainContentPlaceholder_MainContentPlaceholder_Newsmodul1_News_ueberschrift
{
	background: url("/userfiles/image/content/menu_li.png");
	background-repeat: no-repeat;
	width: 155px;
	height: 65px;
}
.news_startseite_liste_inhalt
{
}

.news_startseite_liste_ueberschrift
{
}

/*### Filter & Suchoptionen ###*/
table.FilterSuche
{
	background-color: #F7F3EF;
	border: solid 1px #000000;
	border-collapse: collapse;
}
table.FilterSuche th
{
	background-color: #cccccc;
	border: solid 1px #000000;
	padding: 2px 3px;
	text-align: left;
}
table.FilterSuche > tbody > tr > td
{
	padding: 2px;
}

/* keine Daten aus Abfragen vorhanden */
.keineDatenVorhanden
{
	color: red;
	font-size: 150%;
	width: 100%;
	text-align: center;
	border: solid 1px red;
	margin: 10px 0;
	padding: 50px 0;
}

.Liste_startseite
{
	text-align: center;
	margin: 0 auto;
}
.Seitentitel
{
	font-size: 150%;
	font-weight: bold;
}
/* Buttons */
.button_mb
{
	background: url("/Images/button_search.gif") no-repeat scroll center center transparent;
	border: 0 none;
	color: #FFFFFF;
	height: 23px;
	padding-bottom: 2px;
	width: 125px;
}
.button_mb:hover
{
	background: url("/images/button_search_hover.gif") no-repeat scroll center center transparent;
}

.zeile2
{
	/*background-color: #efefef;*/
}

.zeile1, .zeile2
{
	background-color: transparent;
	color: #426B4C;
	font-family: tahoma,arial,helvetica,sans-serif;
	/*font-size: 10pt;*/
	padding-left: 2px;
	vertical-align: top;
	width: 100%;
}
.zeile1 table, .zeile2 table
{
	border-top: 1px dotted #000;
}
.Liste1_Content
{
	border-bottom: 1px dotted #000;
}
.zeile_gesperrt
{
	background-color: #FFCCCC;
}

.zeile_zukunft
{
	background-color: #f4f11c;
}

.zeile_aktiv
{
	background-color: #DDFFDD; /*#BBDD00*/
}

.zeile1:hover, .zeile2:hover, .zeile_gesperrt:hover, .zeile_aktiv:hover, .zeile_zukunft:hover
{
	background-color: #cecece;
}

.zeile1 a, .zeile2 a, .zeile_gesperrt a, .zeile_aktiv a, .zeile_zukunft a, .Liste_inhalt a
{
	color: #426B4C !important;
}

.Liste_Header, .Liste_Header th, .Liste_Header th a
{
	color: #FFFFFF;
	background-color: #157DC2;
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.Liste_Header
{
	text-align: center;
	font-weight: bold;
}

/*Formatierung Button in Linker Leiste*/
.stellen_button
{
	line-height: 20px;
	height: 20px;
	display: inherit;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url('/images/Btn_Stellen.gif');
	background-repeat: no-repeat;
	background-position: -2px -5px;
}

.stellen_button a
{
	display: block;
	color: #000;
}
.stellen_button:hover
{
	background-color: #74C137;
	background-image: url(/images/Btn_Stellen.gif);
	background-repeat: no-repeat;
	background-position: -2px -35px;
}
.stellen_button:hover, .stellen_button a:hover
{
	text-decoration: none;
	color: black !important;
}
.Leitbild_Text
{
	color: #426B4C;
	font-weight: normal;
	font-size: 17px !important;
}
h1.inhalt1
{
	color: #426B4C;
	font-size: 11pt;
	font-weight: bold;
}
.contentlist_start li
{
	width: 100%;
	list-style-type: none;
}
.ListeDatumNewsStartseite, .ListeDatumNewsStartseite a
{
	color: #426B4C !important;
}
.ListeUeberschriftNewsStartseite, ListeUeberschriftNewsStartseite a
{
	color: #227F2E !important;
}
.news_startseite_ueberschrift
{
	/*color: #fff; 	background-color: #227F2E; 	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;*/
	background: transparent;
	color: black; /*#227F2E; #000*/
	/*text-shadow: -1px -1px 0px #000, 1px 1px 0px #74C137; #227F2E*/
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 8px;
	padding-top: 25px;
	padding-left: 16px;
}
.randlinks
{
	background: #A3E96C url("/userfiles/image/header/logobg.gif") repeat-x top;
	width: 225px;
}
inhalt1
{
	width: 225px;
}
/*.left_part_rand
{
	width: 100%; 	height: 148px; 	background-color: #227F2E; 	background-image: url("/userfiles/image/header/logo_neu.png"); 	background-repeat: no-repeat; 	z-index: 20;
	width: 225px;
	height: 177px;
	background-image: url("/userfiles/image/header/logo_neu.png");
	background-repeat: no-repeat;
	z-index: 20;
	position: absolute;
	margin-left: 30px;
}*/
.image_rand
{
	width: 196px;
	height: 177px;
	display: block;
	background-image: url("/userfiles/image/header/logo_neu.png");
	background-repeat: no-repeat;
}

.Block_Schnellsuche_color
{
	background-color: #74C137;
	font-weight: bold;
}
.rand_Ueberschrift
{
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#Anzeige_Standort
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #74C137;
	font-size: 12px;
	color: Black;
	text-align: left;
	width: 220px;
}
.Ueberschrift a
{
	text-decoration: none;
	color: white !important;
}
.Ueberschrift_format_Stellensuche
{
	background-color: #227F2E;
}
#ctl00_ctl00_MainContentPlaceholder_ctl00_Modul_Schnellsuche_Block_Layout1
{
	width: 100%;
	border-bottom: 1px solid black;
}
.Block_Schnellsuche .Ueberschrift .rand_Ueberschrift
{
	margin-left: 6px;
}
.Ueberschrift_Stellensuche_starten
{
	background-color: #227F2E;
	border-bottom: 1px solid black;
	font-size: 14px;
}
.rand_Ueberschrift_format
{
	margin-left: 6px;
}
.inhalt1_eingabe
{
	width: 170px;
	margin-top: 10px;
	margin-left: 6px;
}
.Ausrichtung_btn_Go
{
	margin-right: 15px;
}

.stellensuche_startseite1
{
	padding-top: 5px;
	padding-right: 25px;
	text-decoration: none;
}

.Standort_Ueberschrift
{
	border-bottom: 1px solid black;
	background-color: #227F2E;
	padding-left: 5px;
	border-top: 1px solid black;
}

.Standort_Ueberschrift a
{
	color: white !important;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 14px;
}
.logo_header
{
	background-color: #227F2E;
	height: 148px;
}


.call_back_inhalt
{
	background-color: #227F2E;
	border-bottom: 1px solid black;
	background-repeat: no-repeat;
	height: 283px;
	width: 225px;
}
.call_back_text
{
	color: Black !important;
	font-size: 12px;
	padding-top: 145px;
	text-align: left;
	text-shadow: none !important;
	text-align: center;
}
.call_me_back_bottom
{
	font-size: 12px;
	color: White !important;
	text-align: left;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding-left: 5px;
}
.ausrichten_refferenz_Bau
{
	padding-top: 10px;
}
.ausrichten_refferenz_Wertstoff
{
	padding-top: 10px;
}
.ListeUeberschriftNewsStartseite
{
	font-size: 120%;
}
.TableKompaktSuche, .TableErweiterteSuche
{
	font-size:12px !important;
}
