/* CSS Document */

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 99%;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

div#mitte {  /*  zum Zentrieren des gesamten Inhaltes */
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div#head { /* header */
	display: none;
}

div#navi { /* linke blaue Spalte mit Navigation */
	display: none;
}

#schriftzug img {
	width: 640px;
	height: 100px;
	border: none;
	margin: 0;
}

div#inhalt { /* Inhalt */
	width: 640px;
	margin: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}

#inhalt p {
	line-height: 15pt;
	vertical-align: top;
	margin: 0;
	padding: 0 0 8px 0;
}

#inhalt .ein { /* Einrückung */
	padding-left: 20px;
}

#inhalt table {
	width: 100%;
	border: none;
	padding-bottom: 5px;
}
#inhalt td {
	vertical-align: top;
	padding-right: 10px;
}

#inhalt a {
	text-decoration: none;
	color: #666666;
}

#inhalt img {
	display: none;
}

#inhalt h1 {
	font-size: 12pt;
	line-height: 15pt;
	color: #333333; 
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
}

#inhalt h2 {
	font-size: 11pt;
	color: #333333; 
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
}

#inhalt h3 {
	font-size: 10pt;
	color: #000000; 
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
}

#inhalt .liste_ohne ul { /* für Listen im Inhalt ohne Bullets */
	margin: 0;
	padding: 0;
}

#inhalt .liste_ohne li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#inhalt .liste_ohne li ul { 
	margin: 0;
	padding: 0;
}

#inhalt .liste_ohne li ul li { 
	margin: 0;
	padding: 0 0 10px 20px;
}

#inhalt .rechts { /* für den link "nach oben" */
	display: none;
}

#inhalt .border { /* Rand um die Navi bei Glossar */
	display: none;
}

#collage_2 img { /* Collage auf der Kontaktseite */
	 display: none;
}

#footer { /* Navigation unten als Fusszeile */
	display: none;
}

div#navi_re {  /* rechte Spalte */
	display: none;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.kapit {
	font-variant: small-caps;
}

.zeichen {
	font-size: 90%;	
	color: #003366;
	text-align: right;
}

.text_2 {
	font-size: 80%;
	color:#333333; 
}

