/* HTML-Elemente */

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

/* Grundeinstellung für alle Tabellen
table {
	border:0;
	padding:0;
}
*/

/* Grundeinstellung für alle Tabellenzelleninhalte*/
td {
	font-size:13px;
	font-style:normal; 
	line-height:1.4em;
	font-weight:normal; 
	font-variant:normal;
	vertical-align:top;
}

/* Abstand nach Listeneinträge (1 Extra-Zeile)*/
li {
	margin-bottom:13px;
}
/*Unterlisten müssen eine Zeile Abstand zur oberen Liste haben*/
ul ul{
	margin-top:13px;
}
/*Links*/
a:link {color:#660033;}
a:visited {color:#666666;}
a:active {color:#333333;}

/* große links in orange*/
a:link.orange{
	color: #FF5604;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.0;
}
a:visited.orange{
	color: #FF5604;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.0;
}
a:active.orange{
	color: #FF5604;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.0;
}

/* Überschriften*/
h1 {
	font-size:16px;
	font-weight:bold;
	color:#660033;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#660033;
}


/* Eigene Klassen */

/* Linke Navigation*/
#gliederung {
	color:#660033;
	font-weight:bold;
}

/* Linke Navigation: "Email" grau */
.email a{
	font-weight:bold;
	color:#999999;
}

/* Linke Navigation: "last update" klein */
.lastupdate {
	font-size:9px;
	font-weight:normal;
	color:#000000;
}

/* graue Jahreszahlen in Pulikationen*/
.jahreszahl {
	color:#666666;
}
/*Literaturangaben in Publikationen mit Kapitälchen */
.literatur {
	font-weight:bold;
	font-variant:small-caps;
}

/*Fußzeile*/
.fusszeile {
	font-size:10px;
}
/* so wie h1 */
.hervorhebung {
	font-weight:bold;
	color:#660033;
}