/*********************************************************************************************************************/
/* 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 ##################################################*/
.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: 270px;
}



/*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: 170px;
	/*background-image: url('/userfiles/image/header/headerBG_2.jpg');
	background-repeat: repeat-x;*/
}

/*############## Formatierung für Listen #######################*/

.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: 11px;
	border: solid 1px #3A587C;
	background-color: #CEE7FA;
}
.rand .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	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: 10px;
	border-top: 1px solid #CEE7FA;
	border-bottom: 1px solid #CEE7FA;
	line-height: 20px;	
}

/*############## Formatierung für Content #######################*/
.content
{
	font-size: 13px;
}

.content .inhalt1
{
	text-decoration: none;
	text-align: left;
}
.content .inhalt1_eingabe
{
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	border: solid 1px #000000;
}
.content .inhalt1_eingabe_fehler
{
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	border: solid 1px #000000;
}

.content a
{
	text-decoration: none;
}

.content a:hover
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.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: 30px;
	text-align: center;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 400px;
	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;
}
div.PageWrapper1 /*div.WrapperPage*/
{
	background: transparent url('/images/shadowBG_L2.png');
	background-repeat: repeat-y;
	background-position: Top Left;
	padding-left: 5px;
}

div.PageWrapper2 /*div.WrapperPage*/
{
	background: transparent url('/images/shadowBG_R2.png');
	background-repeat: repeat-y;
	background-position: Top Right;
	padding-right: 5px;
}

