body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	text-align: left;
}
body {
	margin: 0 0 1em 0;
}
/*Der Menübereich im Head*/
#top_nav {
	visibility: hidden;
}
/*Linke Spalte - Navigation*/
#col_left {
	visibility: collapse;
}
/*Rechte Spalte - News und Lehrersuche*/
#col_right {
	visibility: collapse;
}
/*Fußzeile*/
#footer {
	padding: 1em;
}
#footer p {
	text-align: center;
	font-size: 9pt;
}
/*Der Webseiteninhalt*/
#content {
	padding: 1em;
}
#navi_hori {
	padding-bottom: 5px;
	text-align: left;
	font-size: 9pt;
}
#navi_hori .navi_hori_aktiv {;
	color: black;
}
table.infobox {
	border: 1px solid black;
}
table.infobox th {
	text-align: center;
	padding: 5px;
}
table.infobox td {
	padding: 10px;
}
/* Schriften und Sonstiges */
a, a:active, a:visited, a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}
h1, h2, h3 {
	line-height: 120%;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}
ol li {
	margin-bottom: 0.2em;
	margin-left: -0.5em;
	list-style-position: outside;
}
ul li {
	list-style-type: none;
	list-style-image: url('http://www.dtkv-niedersachsen.de/bilder/arrow.gif');
	margin-bottom: 0.2em;
	margin-left: -1em;
	list-style-position: outside;
}
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px black;
	border-bottom: solid 1px white; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	width: 66%;
	margin: 0 auto 1em auto;
}
pre {
	line-height: 100%;
}
.left40 {
	margin-left: 40px;
}
.rahmen {
	border: 1px solid black;
}
