* {
  margin: 0;
  padding: 0;
}

body {
	width: 1000px;  /* auf 1000 Pixel begrenzen um horizintale Bildlaufleiste zu verhindern wenn Vertikal über eine Seite */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #105000;
}

.t1 {
	
	border-collapse:collapse;
	border-style: none;
	width: 600px;
	vertical-align:bottom;
}



/* Tabelle auf Hauptseite */

/* Kopfzeile (Maximun    Minimum */
.tu {
	font-weight: bold;
	text-align: center;
	background-color: #D2E6A1 ;		/* Hintergrundfarbe */
	color: #105000;
	border-bottom: #D2E6A1 5px solid;	/* Rand unten zur Erweiterung mit gleicher Farbe*/
}

/* Erste Zeile (Ungerade) */
.ta {
	font-weight: bold;
	text-align: center;
	color:#6F4242;				/* Text in der Zeile */
	background-color: #ECF3D3;
	border-bottom: #ECF3D3 5px solid;
}

/* Zweite Zeile (Gerade) */
.tb {
	font-weight: bold;
	text-align: center;
	color:#6F4242;				/* Text in der Zeile */
	background-color: #F3FADD;
	border-bottom: #F3FADD 5px solid;
}

/* Erste Spalte in der Tabelle (Bezeichnung der Werte zur Abgrenzung gegenüber Rest) */
.links {
	text-align: left;
	padding-left: 8px;
	color: #105000;				/* Textfarbe */
}

/* Zeile über den Werten mit den Zeitangaben für Maximum und Minimum usw. */
.Zeit {
	vertical-align:bottom;
	border-style: none;
	height:18px;
	color: #228B22;				/* Textfarbe */
	font-size: 0.7em;
}

/* Textfarbe Spalte mit aktuellen Werten */
.blau {
	color: #105000;				/* Textfarbe */
}

/* Leerzeile zur Abgrenzung zwischen Max Min fähigen Werten und Regen */
.leer {
	height:20px;
	background-color: #FFFFFF;		/* Zeilenfarbe */
}

.p1 {						/* Einrücken Menü erste Ebene */
	padding: 5px 15px;
}

.p2 {						/* Einrücken Menü zweite Ebene */
	padding: 5px 30px;
}

.p3 {						/* Einrücken Menü dritte Ebene */
	padding: 5px 45px;
}



/* Kopzeile (Wetterstation Daubnitz) */
#kopf {
	width: 100%;
	font: 1.3em sans-serif;
	text-align: center;
	background-color: #D2E6A1;  		/* Hintergrund */
	color: #105000;				/* Textfarbe */
	border-bottom: #105000 3px solid;	/* Farblicher Streifen Unterkante */
	padding: 10px;
	margin-top: 10px;			/* Abstand von Seitenoberkante */
	margin-left: 10px;			/* Abstand von linker Seitenkante */
}


#container {
	margin: 30px auto;
	width: 960px;
}

/* Navigationsleiste Links grundlegend */
#navigation {
	background-color: #F3FADD;		/* Hintergrund gesamtes Menü */
	width: 240px;
	float: left;
	font-size: 0.8em;
	border-top: 30px solid #D2E6A1;		/* Streifen Oberhalb Navigationsleiste */
}


#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation a, #navigation strong {
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
/*	padding: 5px 15px;  */
	border-bottom: 1px solid white;		/* Farbe Abgrenzung zwischen den Elementen */
	color: #105000;				/* Textfarbe Navigation */
}


#navigation a:hover, #navigation a:focus, #navigation a:active, #navigation strong {
	background-color: #D2E6A1;		/* Hintergrundfarbe wenn aktiv, im Focus, Mausbewegung */
}



#inhalt {
	margin-left: 270px;
}

#inhalt h2 {
	color: #105000;				/* Farbe Text kleinere Überschrift */
}

/* Fusszeile */
#fuss {
	width: 100%;
	background-color: #D2E6A1;		/* Hintergrund */
	padding: 10px;
	color: #105000;				/* Textfarbe */
	border-top: 1px solid #105000;		/* Oberer schmaler Rand */
	margin-left: 10px;
}

p {
	margin-bottom: 20px;
}