/* Grundschule Klein Hehlen, Design 2, 2007-08-16 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
}
#titelzeile {
	display: none;
}

.impressum { /* Leiste unten */
	height: 37px;
	width: 100%;
	padding-right: 17px;
	text-align: right;
	font-size: 10px;
	line-height: 37px;
	color: #000000;
}
.impressum a { /* Links haben da weiss zu sein */
	color: #000000;
}

.sidebar { /* Blauschattierung Navi */
	display: none;
}
.sidebar_back { /* Ballons und Navi-Inhalt */
	display: none;
}

td { /* Immer schoen oben anfangen */
	vertical-align: top;
}
td.text {
	background-color: #EEEEEE;
	vertical-align: top;
	width: 100%;
	font-size: 10pt;
	line-height: 20pt;
	color: #000000;
	text-align: left;
}
.text td {
	font-size: 10pt;
	line-height: 20pt;
	color: #000000;
	text-align: left;
}
.text th {
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	text-align: left;
}

a { /* Links sind schwarz */
	color: #000000;
	text-decoration: none;
}
.text a { /* ausser im Text */
	color: #336699;
}
a:hover { /* unterstreichen beim Hovern */
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #336699;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

