/*
	CSS Layout Print: Konfuzius-Institut an der Freien Universität Berlin
	Autor: Andreas Weber
	
*/



body {
	font-family: Georgia; font-size: 13px; line-height: 145%; color: #000;
}

H1 {
	font-size: 15px; font-weight: bold;
}

H2 {
	font-size: 13px; font-weight: bold;
}

H3 {
	font-size: 13px; font-weight: normal; font-style: italic;
}

/* Logo
----------------------------------------------------------------------------------------------------*/

#Logo {
	visibility: visible;
	margin: 12px 0 8px -3px;
	background-image: url("../img/Logo-KI.gif"); background-position: 0 0; background-repeat: no-repeat;
}

/* Hauptmenu
----------------------------------------------------------------------------------------------------*/

#Mainmenu {
	display: none;
}

/* Visual
----------------------------------------------------------------------------------------------------*/

#Visual {
	display: none;
}

/* Submenu Links
----------------------------------------------------------------------------------------------------*/

#Submenu { 
	display: none;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

#Footer {
	display: none;
}

/* Marginalie
----------------------------------------------------------------------------------------------------*/

.Marginalie {
	display: none;
}

/* Tabellen
----------------------------------------------------------------------------------------------------*/

.Tabelle H1 {
	font-size: 15px; font-weight: normal;
}

.Tabelle H2 {
	font-size: 13px; font-weight: bold;
}

.Tabelle H3 {
	font-size: 13px; font-weight: normal; font-style: italic;
}

.Tabelle a {
	text-decoration: none; color: #444;
}

/* Ausstellung
----------------------------------------------------------------------------------------------------*/

.Ausstellung-Datum {
	margin: 10px 0 10px 0; padding: 0;
	background-image: none
	
}

/* Vorträge
----------------------------------------------------------------------------------------------------*/

.Vortrag-Datum {
	margin: 10px 0 10px 0; padding: 0;
	background-image: none;
	
}

