#tu_header, .rechte_spalte{
display:none;
width:0px;
height:0px;
overflow:hidden;
}

/* Protokoll der Änderungen nach 2004-10-20:
- Farbe der Überschriften und li-Elemente auf dkl blau gesetzt 2004-10-21me 
- musste darkblue ersetzen durch hexcode (003366) 2005-01-19me
- Blocksatz deaktiviert 2004-10-21me 
- blockquote, cite und q von main_slim hierher kopiert 2005-01-14me
- 2005-01-21me: blockquote aufgehellt von f0f0f0
- 2005-03-10me: code, th und td ergänzt
-2007-06-11: alle line-heights ersetzt durch 1.5em
*/

#seitenkopf , #navi-spalte , #rechte-spalte {
	display : none;
} 

.linke_spalte, .navi0, .navi1, .navi2, .navi3, .navi4, .navi5, .navi6 {
    visibility:collapse;
    height: 0px;
    width: 0px;
    visibility:hidden; 
    overflow:hidden;
}

body {
	color : black; 
	background : #ffffff; 
	margin : 0; 
} 

th {
	background:#D3D3D3;
	color: black;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	vertical-align:top;
}

.headline , h1 {
	font-size : 22pt; 
}
 
h2 , h3 , h4 , h5 , h6 {
	font-size : 18pt; 
	line-height : 1.5em; 
	margin-bottom : 2pt; 
} 

h1 , h2 , h3 , h4 , h5 , h6 {
	font-family : Arial; 
	text-decoration : none; 
	font-weight : bold; 
	color : #003366; 
	background-color : white; 
} 

tt {
       font-family:Arial;
}

p , dt , dd , li {
	font-size : 12pt; 
	font-family : Arial; 
	line-height : 1.5em; 
	color : #000000; 
	background-color : transparent; 
	background-color : white; 
	/* text-justify : newspaper; 
	text-align : justify;  */
	/* word-break : normal;  */
} 

blockquote, q {
	/*	text-align: right;  ersetzt durch Einzug von links: */
	font-style: italic;
	font-size: 12pt;
	line-height: 1.5em;
	margin-bottom: 18pt;
}

blockquote {
 	margin-left: 80px; 
	background-color: #fafafa; 
}

cite { 
/*	2005-01-14me: passend zum blockquote-Einzug: 
	margin-left: 80px; */
	font-size: 12pt;
	background-color: #fff;
}


code { 
	font-weight: bold;
	background-color: #fafafa;
}

strong {
	font-size : 12pt; 
	font-family :Arial; 
	font-weight : bold; 
	font-style : normal; 
	line-height : 1.5em; 
} 

/*	2005-01-26me: aus strong herausgeschnitten +  zu eigener Klasse gemacht, weil Eonpro3 alle <b> zu <strong> wandelt */
.rot {
	color : #cc3333; 
	background-color : white; 
	font-family : Arial; 
}

hr {
	color : silver; 
	background-color : silver; 
	height : 1px; 
} 

a {
	font-weight : bold; 
	text-decoration : underline; 
} 

.bu , .fusszeile {
	font-size : 10pt; 
	font-family : Arial; 
	text-decoration : none; 
	font-weight : normal; 
	color : #666666; 
	line-height : 1.5em; 
	text-decoration : none; 
} 

.bu {
	text-align : right; 
} 

.geisterschrift {
	color : silver; 
} 

/* "Wenn Sie für ein Element eine Angabe zu float notieren, müssen Sie auch eine Angabe zu  width definieren"
(http://de.selfhtml.org/css/eigenschaften/positionierung.htm#float) */
img {
	border : 0 ; 
} 

.left {
	float : left; 
	margin-right : 10px; 
} 

.right {
	float : right; 
	margin-left : 10px; 
} 

ul li {
	list-style-type : disc; 
	color : #003366; 
} 

/* für den Fall geordnete Aufz innerh einer ungeordneten: */
ul ol li {
	list-style-type: decimal;
	list-style-image: none;
}


dt {
	font-size : 12px; 
	text-decoration : none; 
	font-weight : bold; 
	color : #000000; 
	background-color : transparent; 
	line-height : 1.5em; 
	margin-bottom : 2px; 
	page-break-after : avoid; 
} 

dd {
	margin-bottom : 16px; 
} 

/* http://www.w3.org/TR/REC-CSS2/generate.html#quotes
Specify pairs of quotes for two levels in two languages
gem. http://www.tu-braunschweig.de/cd/anf-strich
i.V.m. http://de.selfhtml.org/html/referenz/zeichen.htm
egal ob maskiert oder mit copy&paste: Druckversion zeigt nur gerade Anf'striche :(  */

q:lang(de) {
	quotes: "&bdquo;" "&ldquo;" "&sbquo;" "&lsquo;"; 
}

q:lang(en) {
	quotes: "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;"; 
}  

/* Insert quotes before and after Q element content */
q:before {
	content: open-quote; 
}

q:after  {
	content: close-quote; 
}


