/*********************************************************************************************************************/
/* Standard-Klassen **************************************************************************************************/
/*********************************************************************************************************************/
/* Erweiterung der style.css für ASP.NET-Seiten */
@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 */
@import "style_PagingList.css";
/* Erweiterung der style.css für ASP.NET-Seiten */
@import "gesamtauswertung.css";
/*########## allgemeine Einstellungen ##################################################*/
.normal_Width
{
	margin: 0 auto;
	width: 100%;
}

.minimal_Width
{
	margin: 0 auto;
	width: 1000px;
}

/*.max_Width
{
	margin: 0 auto;
	width: 1300px;
}*/

html
{
	height: 100%;
}
body
{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 8pt;
}

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: 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;
}

/*### Content fur Listen ### */

.contentlist
{
	padding-left: 0px;
	list-style: none;
}

.contentlist li
{
	padding-right: 10px;
}

.contentlist_start
{
	padding-left: 0px;
	list-style: none;
}

.contentlist_start li
{
	float: left;
	padding-right: 10px;
	width: 380px;
}



/*css für Klickpfad*/
.content .klickpfad a
{
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}
.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 #######################*/

#ul_header 
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#ul_header li
{
	padding:0px;
	float:left;
}

.div_contListheader
{
	overflow:hidden;
	height:150px;
	/*background-image:url('/userfiles/image/header/headerBG.jpg');
	background-repeat:repeat-x;*/
}

/*############## Formatierung für Listen #######################*/
.zeile1 table, .zeile2 table
{
   border-top: solid 1px black; 
   border-collapse: collapse;
}
.zeile1 a, .zeile2 a, .zeile_gesperrt a, .zeile_aktiv a, .zeile_zukunft a
{
	text-decoration: none;
}

.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 #000000;
}
.rand .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	border: solid 1px #000000;
}

.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: 11px;
	line-height: 20px;
}

/*############## Formatierung für Content #######################*/
.content
{
	font-size: 11px;
}

.content .inhalt1
{
	text-decoration: none;
	text-align: left;
}
.content .inhalt1_eingabe
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	border: solid 1px #000000;
}
.content .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	border: solid 1px #000000;
}

.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: normal;
	font-style: normal;
	text-decoration: none;
}

.content h2
{
	font-size: 15px;
	font-weight: normal;
	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
{
	font-weight: bold;
	height: 18px;
	text-align: center;
}

.content .hinweis
{
	color: #000000;
	padding: 3px;
}

.content .hinweis_fett
{
	font-weight: bold;
}
/*############## Formatierung Footer ############################*/
.footer
{
	height: 25px;
	text-align: center;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 450px;
	margin: 0 auto;
}
.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;
}

h4
{
	font-weight: bold;
	font-size: 11px;
	color:#333333;
	margin: 0 auto;
}
.tabelle_normal_Gerade { font-size:11px; font-weight: normal; border:1px solid #CDC5BF; background-color:#EEEEEE; } 
.tabelle_normal_Ungerade { font-size:11px; font-weight: normal; border:1px solid #CDC5BF; background-color:#FFFFFF; }
.Tbl_header{ font-size:9pt; border:1px solid #CDC5BF; padding:4px; padding-left:10px; font-weight:bold; background:url(/images/Ajax_Themes/yui/sprite.png) #d8d8d8 repeat-x; }
.Kontaktdaten_DSE_text{ border:1px solid #CDC5BF; background-color: rgb(212, 227, 242); color:#035892; padding-top:5px; padding-bottom:5px; text-align:justify}
.SonstFeld{ border:1px solid #CDC5BF; background-color: #EEF7FA; }
.textbox{background-color:#FFFFFF;}
.textbox_fehler{background-color:#F08080 !important;}
.textbox_alternativ_fehler{background-color:#ADD8E6 !important;}
.transparent{background-color:transparent;}
.pnl_Fehlerausgabe { font-size:11px; font-weight: normal; height:auto; border: solid 2px #222222;background-color: #dddddd; width:450px; z-index:2; padding:10px; padding-bottom:20px; color:Red; }
.pnl_Fehlerausgabe_btt_close { cursor:pointer; font-size: 12px; margin-left:380px; background-color: #666666; color: #FFFFFF; 
								text-align: center;font-weight: bold; text-decoration: none; border: outset thin #FFFFFF; padding: 5px; }
.Tbl_Modheader{ border:1px solid #CDC5BF; background-color: rgb(212, 227, 242); padding-top:5px; }
.BarIndicator_TextBox2_weak
{
	color:Red;
	background-color:Red;
}
.BarIndicator_TextBox2_average
{
	color:Blue;
	background-color:Blue;
}
.BarIndicator_TextBox2_good
{
	color:Green;
	background-color:Green;
}

.BarBorder_TextBox2
{
	border-style:solid;
	border-width:1px;
	padding:2px 2px 2px 2px;
	width:200px;
	vertical-align:middle;
}
.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

