/* HTML Definitionen */

body.sitemap { /* Definiert das Hintergrundbild der index bzw sitemap Seite */
	background-attachment			: scroll;
	background-image				: url(../images/BG/BG-sitemap.jpg);
	background-repeat				: no-repeat;
}
a.link1:link {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #FFFFFF;
	text-decoration					: none;
}
a.link1:visited {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #FFFFFF;
	text-decoration					: none;
}
a.link1:hover {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #CCCCCC;
	text-decoration					: none;
}
a.link1:active {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #CCCCCC;
	text-decoration					: none;
}
a.link2:link {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #333333;
	text-decoration					: none;
}
a.link2:visited {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #333333;
	text-decoration					: none;
}
a.link2:hover {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #666666;
	text-decoration					: none;
}
a.link2:active {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #666666;
	text-decoration					: none;
}
a.link3:link {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #FFFFFF;
	text-decoration					: underline;
}
a.link3:visited {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #FFFFFF;
	text-decoration					: underline;
}
a.link3:hover {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #333333;
	text-decoration					: none;
}
a.link3:active {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #333333;
	text-decoration					: none;
}
p , li { /* "li" sind Listenelemente */
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #000000;
	list-style-type					: square;
}
h1 {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 18px;
	color							: #000000;
}
h2 {
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #000000;
	font-weight: bold;
}
table { /* Definiert die Schrift- farbe, -stil, -grösse im Homepath*/
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #FFFFFF;
}
table.menu { /* Definiert die Hintergrundfarbe des Hauptmenüs */
	background-color				: #666666;
}
table.subMenu { /* Definiert die Hintergrundfarbe des Untermenüs */
	background-color				: #333333;
}
th { /* Definiert die Hintergrundfarbe, Schrift- farbe, -stil, -grösse des Tabellenheaders bei "im_vergleich.html" */
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 14px;
	font-weight						: bold;
	color							: #FFFFFF;
	background-color				: #666666; 
}



/* Klassen Definitionen */



.hilite { /*  Definiert die Hintergrundfarbe, Schrift- farbe, -stil, -grösse die Unterseiten von cia_worldinfo.html */
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	font-weight						: bold;
	color							: #666666;
	text-decoration					: underline;
}
.desc , .year { /* Definiert die Hintergrundfarbe, Schrift- farbe, -stil, -grösse der Tabelleninhalte */
	font-family						: Tahoma, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #000000;
	border-bottom-width				: 1px;
	border-bottom-style				: solid;
	border-bottom-color				: #333333;
	left							: 5px;
	font-weight						: bold;
}