/* CSS Styelsheets für include - IDSLUZERN */

/*
body /*Pseudoklasse. Formatiert den HTML-Tag BODY. Schriftfamilie und -farbe wird vererbt.
{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	/*background-color: #99CCFF; /* content hat websicheren grünen hintergrund - home.htm weiss 
	background-color: #FFFFFF;  /* content hat weissen hintergrund */
	/*background-color: #E6E9D6; /* content hat pastellhintergrund - home.htm weiss 
}
*/

/***** SCHRIFTFORMATIERUNGEN VERSCH. TITEL, VERSCH. TEXT, LINK ******************************************/
/***** HAUPTTITEL FETT  mit "langer Untersteichung" ************************************************/
/***** !!! Achtung fkt nur wenn Titel mit <p> abgetrennt ist. <br> reicht nicht !!! ****************/
#haupttitelfett {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 100%;
	font-weight: bold;
}

/***** HAUPTTITEL mit "langer Untersteichung" *****************************************************************************/
/***** !!! Achtung fkt nur wenn Titel mit <p> abgetrennt ist. <br> reicht nicht !!! ***********/
#haupttitel {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 100%;
	font-weight: bold;
}

/***** TITEL FETT mit "langer" Unterstreichung *****************************************************************************/
/***** !!! Achtung fkt nur wenn Titel mit <p> abgetrennt ist. <br> reicht nicht !!! ***************************************************/
#titelfett {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 100%;
	font-weight: bold;
}

/***** TITEL mit "langer" Unterstreichung *****************************************************************************/
/***** !!! Achtung fkt nur wenn Titel mit <p> abgetrennt ist. <br> reicht nicht !!! ***************************************************/
#titel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 100%;
	font-weight: normal;
}

/***** UNTERTITEL FETT mit "normaler" Unterstreichung *****************************************************************************/
#untertitelfett {
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
}

/***** UNTERTITEL mit "normaler" Unterstreichung *****************************************************************************/
#untertitel {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

/***** TEXTFORMATIERUNGEN SCHWARZE SCHRIFT *********/
/***** TEXT SEHRGROSS - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textsehrgross {
	color: #000000;
	font-size: 150%;
	font-weight: normal;
}

#textsehrgross a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}
 
#textsehrgross a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 150%;
}

/***** TEXT GROSS - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textgross {
	color: #000000;
	font-size: 110%;
}

#textgross a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
 
#textgross a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}

/***** TEXT NORMAL - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#text {
	color: #000000;
	font-size: 100%;
}

/* grün, fett - hover mit backgroundcolor */
/*#text a {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
 
#text a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #99CCFF;
	font-size: 100%;
}*/

/* Unterstrichen, schwarz - hover mit backgroundcolor */
#text a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}
 
#text a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
    background-color: #99CCFF; /*websicheres grün*/
  /*background-color: #FFFFFF; /* weiss */ 
	font-size: 100%;
}

/***** TEXT NORMAL - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textfett {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

/* Unterstrichen, schwarz - hover mit backgroundcolor */
#textfett a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}
 
#textfett a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
    background-color: #99CCFF; /*websicheres grün*/
  /*background-color: #FFFFFF; /* weiss */ 
	font-size: 100%;
}


/***** TEXT KLEIN - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textklein {
	color: #000000;
	font-size: 80%;
}

#textklein a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}
 
#textklein a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
    background-color: #99CCFF; /*websicheres grün*/
  /*background-color: #FFFFFF; /* weiss */ 
	font-size: 100%;
}

/***** TEXTFORMATIERUNGEN blauE SCHRIFT *********/
/***** TEXT SEHRGROSS - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textsehrgrossblau {
	color: #6699FF;
	font-size: 150%;
	font-weight: normal;
}

#textsehrgrossblau a {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}
 
#textsehrgrossblau a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 150%;
}

/***** TEXT GROSS - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textgrossblau {
	color: #6699FF;
	font-size: 110%;
}

#textgrossblau a {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
 
#textgrossblau a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}

/***** TEXT NORMAL BORDEAUXROT - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textrot {
	color: #990033;
	font-size: 100%;
}

/* Unterstrichen, schwarz - hover mit backgroundcolor */
#textrot a {
	color: #990033;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}
 
#textrot a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
    background-color: #99CCFF; /*websicheres grün*/
	font-size: 100%;
}

/***** TEXT NORMAL - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textblau {
	color: #6699FF;
	font-size: 90%;
}

#textblau a {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
 
#textblau a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
}

/***** TEXT KLEIN - Link wird fett dargestellt (#text a) und bei Mouseover (#text a hover) wird er unterstrichen ******************************************************/
#textkleinblau {
	color: #6699FF;
	font-size: 70%;
}

#textkleinblau a {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
}
 
#textkleinblau a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 70%;
}


/* FORMATIERUNG DER ZITATE AUF HOME - KANN SPAETER MIT EINER TEXTXYblau ERSETZT WERDEN */
#csszitat {
	/*position: absolute;*/
	font-size: 170%;
	font-weight: normal;
	color: #6699FF;
}

#csszitatquelle {
	position: relative;
	font-size: 90%;
	font-weight: normal;
	color: black;
}

#csszitatquelle a {
	position: relative;
	font-size: 90%;
	text-decoration: underline;
	font-weight: normal;
	color: black;
}

#csszitatquelle a:hover {
	position: relative;
	font-size: 90%;
	text-decoration: underline;
	background-color: #99CCFF; 
	font-weight: normal;
	color: black;
}


/* FORMATIERUNG DER ZITATE AUF SEITE ZITATEARCHIV */
#csszitatarchiv {
	position: relative;
	font-size: 100%;
	font-weight: bold;
	color: black;
}


/**** Formatierung für das Wort "neu" in weiss - Grösse TEXT NORMAL ****************************************************************/
#neu {
	color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

/**** Formatierung für Haftnotiz ****************************************************************/
#haftnotiz {
	position:absolute;
	left: 60px;
	top: 61px;
	width: 240px;
	padding:10px;
	background-color: #FFFFCC; /*#FFFFCC #FFFF99 #CCCC66 */ 
	border: 1px solid black;
	visibility: visible; /*hidden*/
	z-index: 1;
	/* cursor: hand; */
}
