/*********************************************************************************************************************/
/* Standard-Klassen **************************************************************************************************/
/*********************************************************************************************************************/

@import "Farben.css";
/* Erweiterung der style.css für ASP.NET-Seiten */
@import "Menu.css";
/* Erweiterung der style.css für ASP.NET-Seiten */
@import "Blaetterfunktion.css";
/* Erweiterung der style.css für ASP.NET-Seiten */
/*########## allgemeine Einstellungen ##################################################*/

/*### Verhalten bei Groessenaenderung ###*/

.normal_Width
{
	margin: 0 auto;
	width: 100%;
}

.minimal_Width
{
	margin: 0 auto;
	width:950px;
}

.max_Width
{
	margin: 0 auto;
	width: 1400px;
}


html
{
	height: 100%;
}
body
{
	margin: 0px;
	font-family: MS Sans Serif,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
}

blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

img
{
	border: 0;
}
input[type="button"], input[type="submit"]
{
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: MS Sans Serif, Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px black;
	padding: 0;
	margin: 0;
}
/*css für Infoblock*/
input[type="button"], input[type="submit"]:hover
{
	cursor: pointer;
}

input.meta
{
	width: 10px;
	height: 10px;
	border: 0;
	cursor: default !important;
}
/*css für Markierung der Suchergebnisse*/
.marker_ergebnis
{
	background-color: Orange;
}


/*css für Klickpfad*/
.content .klickpfad a,.content .klickpfad span
{
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}
.content .klickpfad span
{
	color:#276DB5;
}
.content .klickpfad a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#tbl_MainHeader span
{
	display: block;
	width: 100%;
	text-align: center;
}

/*############## Formatierung für Header als Liste #######################*/

.header_liste li
{
	float: left;
	display: list-item;
}



/*############## Formatierung für Listen #######################*/

.zeile1 a, .zeile2 a, .zeile_gesperrt a, .zeile_aktiv a, .zeile_zukunft a
{
	text-decoration: none;
}

tr.zeile1, tr.zeile2, tr.zeile1 a, tr.zeile2 a
{
	font-size:90%;
}

.Liste_Header, .Liste_Header th, .Liste_Header th a
{
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.Liste_Ueberschrift, .Liste_Ueberschrift a
{
	font-size: 10px;
	font-weight: bold;
}

.Liste_inhalt
{
	font-size: 10px;
}
/*############## Formatierung für Rand #######################*/
.rand
{
	font-size: 9px;
}

.rand .inhalt1_eingabe
{
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	border: solid 1px #F5C644;
	background-color: #F0F0F0;
}
.rand .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	border: solid 1px #F5C644;
}

.rand a
{
	text-decoration: none;
}

.rand a:hover
{
	text-decoration: none;
}

.rand .Ueberschrift
{
	font-weight: bold;
	width: 100%;
	height: 18px;
	text-align: center;
}
.rand .Ueberschrift a, .rand_Ueberschrift
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/*############## Formatierung für Content #######################*/
.content
{
	font-size: 13px;
	font-family: Arial, Verdana;
}

.content .inhalt1
{
	text-decoration: none;
	text-align: justify;
}
.content .inhalt1_eingabe
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	border: solid 1px #F5C644;
	background-color: #F0F0F0;
	height: 15px;
}
.content .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	border: solid 1px #F5C644;
}

.content a
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content a:hover
{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.content h1
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.content h2
{
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.content h3
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 8px;
	border-bottom: 0;
	margin: 0;
	text-decoration: none;
}

.content .Ueberschrift, .content .Ueberschrift a
{
	font-size:14px;
	font-family:  Verdana;
	font-weight: bold;
	height: 18px;
	text-align: left;
}

.content .hinweis
{
	color: #000000;
	padding: 3px;
}

.content .hinweis_fett
{
	font-weight: bold;
}

/*### Content fur Listen ### */

.contentlist
{
	padding-left: 0px;
	list-style: none;
}

.contentlist li
{
	float: left;
	padding: 10px;
}

.header_liste
{
	padding-left: 0px;
	list-style: none;
	margin: 0px;
}

.header_liste li
{
	float: left;
	margin-right: 0px;
}

.content_blau
{
	margin: 0px;
}

.content_blau_float
{
	float: left;
	margin: 10px 50px 0px 0px;
	list-style: none;
}


/*############## Formatierung Footer ############################*/
.footer
{
	height: 25px;
	text-align: center;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 490px;
	margin: 0 auto;
	padding-top: 5px;
}

.footer a
{
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

/*############## Formatierung Überschrift #######################*/
.ueberschrift h1
{
	text-align: left; /*background-image:url(/images/linie_gestrichelt_test.png);*/
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	padding-left: 10px;
}


/* Formatierung der Text-Überschriften */
/*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: #FFFFFF;
}
.stellen_button:hover
{
	background-color: #9C9694;
	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: #FFFFFF;
}

/*Formatierung Anzeige Standort*/

#Anzeige_Standort td
{
	padding-left: 5px;
}

.Ueberschrift
{
	padding-left: 0px !important;
}

.seiten_ueberschrift h1
{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

/*Formatierung Punkt bei Unternehmensbewertung*/
ul
{
	list-style-image: url(/userfiles/image/content/square.gif);
}

.standort_box
{
	background-color: #FFFFFF;
}
.standort_ort
{
	color: #276DB5;
	font-weight: normal;
	font-size: 18px;
	font-family: MS Sans Serif;
}
.standort_ueberschrift
{
	border-bottom: solid 1px #000000;
	vertical-align: bottom;
	color: #000000;
}

.unsere_standorte_start
{
	font-size: 12px;
	font-family: MS Sans Serif;
}

#Downloadbereich_Ordnerstruktur
{
	display:none;	
}

td.downloadbereichColFilesize
{
	text-align:center !important;
}

td.downloadbereichColFileoptions table
{
	margin: 0 auto;
}

.inhalt1.newsarchiv
{
	width:60%;
	display:block;
}

.inhalt1.kooperationspartner
{
	width:60%;
	display:block;
}


/*---------------------------------------------*/

table#tbl_ListHeader fieldset, td.content fieldset
{
	border: 0px;
}

td.link_weitere_kooperationspartner
{
	padding-top: 5px;
}

td.link_weitere_kooperationspartner a
{
	padding-left: 15px;
	background: transparent url('/userfiles/image/weiter1.gif') no-repeat left center;
	color: #276DB5;
	font-size: 8px;
	text-decoration: none;
}

td.link_weitere_kooperationspartner a:hover
{
	text-decoration: underline;
}

div.begruessung_images
{
	margin: 0px auto;
	width: 82%;
	text-align:center;
}

div.begruessung_images img.Passbild
{
	padding: 0px 4px;
	width: 132px;
}

div.begruessung_images div
{
	padding: 3px 0px;
	float: left;
	width: 151px;
	text-align:center;
	font-size:11px;
}

div.begruessung_images table
{
	margin: 0px 0px 3px 0px;
}

.begruessung_weiter a
{
	margin: 0 auto;
	display: block;
	height: 35px;
	width: 300px;
	background: transparent url('/userfiles/image/content/weiter.jpg') no-repeat center center;
}

td.link_weitere_standorte
{
	padding-top: 13px;
	text-align: right;
}

td.link_weitere_standorte a
{
	padding-left: 15px;
	background: transparent url('/userfiles/image/weiter1.gif') no-repeat left center;
	color: #276DB5;
	font-size: 8px;
	text-decoration: none;
}

td.link_weitere_standorte a:hover
{
	text-decoration: underline;
}


#ctl00_ctl00_MainContentPlaceholder_MainContentPlaceholder_Detailmodul_Button_ReloadTXT, #ctl00_ctl00_MainContentPlaceholder_MainContentPlaceholder_Detailmodul_B_Abschicken
{
	background-color: #f5c644;
	border: 0px;
	color: #000;
	width: 125px;
}




