* { margin:0; padding:0; }

html { min-height:100%; }

body { font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight:400; font-size:16px; line-height:23px; color:#717171; padding:0px; margin:0px; top:0; left:0; background-color:#fff; -webkit-text-size-adjust: none; }

img { border:0px; }

p { margin:0 0 6px 0; padding:0; } /* default ist margin: 1em 0px */

hr { color:#717171; background-color:#717171; height:1px; margin-bottom:10px; margin-top:10px; border:0; width:550px; text-align:left; }

a {
	color:#717171;
	text-decoration:none;
	outline: none;
}
a:hover { text-decoration:none; color:#6db41d; }
a:active { outline: none; border:none;}
a:focus { -moz-outline-style: none; }
a:visited { outline: none; border:none;}

h1 {
	color:#7f7f7f;
	padding:0;
	margin:0 0 29px 0;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	/*letter-spacing:1px;*/
}
h2 {
	padding:0;
	margin:0 0 27px 0;
	font-size:17px;
	font-weight:400;
	line-height:25px;
}


#container {
	width: 1026px;
	margin: auto;
}


#chart {
	width:1026px;
	min-height:674px;
	/*background-color:#09C;*/
	line-height:21px;
	z-index:2;
	background-image:url(../images/bgChartSwissMade.png);
	background-repeat:no-repeat;
}
#chart ul { 
	margin:0;
	padding:0px 0 0 0;
	list-style:none;
	line-height:31px;
}
#chart ul li {
	line-height:31px;
	padding:0px 0px 3px 23px;
	background: url(../images/li-zeichen.png) 0 8px no-repeat;
}
#chart ol { 
	margin:0;
	padding:0px 0 0 17px;
	line-height:17px;
}
#chart ol li {
	line-height:18px;
	padding-bottom:3px;
	padding-left:0px;
}

#logo {
	margin-top:12px;
	height:100px;
	/*left:0px;
	top:108px;
	position:absolute;*/
}

#chartLinks {
	padding-top:57px;
	text-align:left;
	width:600px;
	min-height:500px;
	float:left;
	z-index:2;
}

#chartRechts {
	padding-top:61px;
	text-align:left;
	width:263px;
	float:right;
	z-index:2;
}


#footer {
	margin: 0px auto 0 auto;
	width:1026px;
	height:40px;
	background-color:#6db41d;
}



/* --- KLASSEN --- */

/* ANFANG Sprite-Button */
.btnSprite {
	/*padding:2px 0;*/
	height:19px;
	width:132px;
	text-align:center;
	background-image:url(../images/btnSprite.png);
}
.btnSprite:hover {
	background-position: 0 -19px;
}
.btnSprite a {
	/*line-height:18px; optionale vertikal-Ausrichtung */
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
}
.btnSprite a:hover {
	color:#00ffff;
}
/* ENDE Sprite-Button */

/* ANFANG Div-Tabelle */
.divTblReihe {
	width: 670px; 
	padding:0; 
	margin: 0;
	overflow: hidden; 
}
a:hover .divTblReihe p { color:#ff0000; }
.tabellenZelle {
	float: left; 
	padding:3px 0;
	margin: 0;
	color:#FFF;
}

.breiteZelle1 { width: 105px; }
.breiteZelle2 { width: 75px; }
.breiteZelle3 { width: 160px; }
.breiteZelle4 { width: 330px; }
/* ENDE Div-Tabelle */


/* ANFANG PDF-Link */
#chart .pdfLinkMitLi ul { 
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#chart .pdfLinkMitLi li {
	color:#717171;
	line-height:31px;
	padding:0 0 0 37px;
	margin:0;
	background: url(../images/li-zeichen.png) 0 3px no-repeat;
}
#chart .pdfLinkMitLi li a { color:#717171; }
#chart .pdfLinkMitLi li:hover { background: url(../images/li-zeichen.png) 0 3px no-repeat; }
*+html #chart .pdfLinkMitLi li:hover { background: url(../images/li-zeichenOver.png) 0 3px no-repeat; } /* IE7 */

#chart .pdfLinkMitLi li a:hover { color:#fff; }
/* ENDE PDF-Link */


/* ANFANG Text-Pfeil */
.linkTextPfeil { font-size:22px; line-height:1px; vertical-align:-2px; }
*+html .linkTextPfeil { font-size:14px; line-height:1px; vertical-align:0px; } /* IE7 */
/* ENDE Text-Pfeil */


.clear { clear: both; margin: 0; padding: 0; font-size: 0; height: 0; line-height: 0; }

.px9 { font-size:9px; }
.px10 { font-size:10px; }
.px11 { font-size:11px; }
.px12 { font-size:12px; }
.px19 { font-size:19px; }

.sichtbar { visibility:visible; }
.unsichtbar { visibility:hidden; }


/* --- FARBEN --- */
.txtGruen { color:#6db41d; }
.txtGrau { color:#71717; }
.txtTitelGrau { color:#7f7f7f; }
.txtSchwarz { color:#000; }
.txtAktiv { color:#585858; }

.bgDebug { background-color:#f0f; }
.bgGruen { background-color:#6db41d; }
.bgWeiss { background-color:#fff; }