body
{
margin: 2em;
padding: 0;
font: 100% verdana, arial, helvetica, sans-serif;
color: #00000;
background-color: #FFFFFF;
}

/* print.css für www.kinderuni.unilu.ch - 
Design-Elemente, Linkeinfärbungen deaktiviert, Pop-up Menu Generator mit http://www.jscentral.com/cgi-bin/bb/dcboard.cgi?az=search&command=doit&current_forum=7&days=0 deaktiviert */

/*
Schrift und Links Formatierung
--------------------------------------------------------------------------------------------------------
*/

/* Überschriften Formatierung - Standard-Text entspricht H3 */
h1 { /*Titel*/
	color: #000000; 
	font: 90% verdana, arial, sans-serif;
	font-weight: bold;
	margin: 5px 2px 4px 4px;
	}

h2 { /*Untertitel*/
	color: #000000; 
	font: 90% verdana, arial, sans-serif;
	font-weight: bold;
	margin: 0 2px 2px 4px;
	}

h3 { /*normaler Text*/
	color: #000000;
	font: 90% verdana, arial, sans-serif;
	font-weight: normal;
	margin: 0 2px 1px 4px; /* wird ansonsten vererbt ? */
	}
	
h3 a:link { /*normaler Text*/
	color: #F26529; 
	text-decoration: none;
	font: 100% verdana, arial, sans-serif; /* hier 100% weil 80% bereits von h3 vererbt */
	font-weight: normal;
	margin: 0 2px 1px 2px; /* wird ansonsten vererbt ? */
	}
	

.quicklinks a:link, a:visited, a:active { /* Quicklinks Kontakt und Anmeldung */
	display: none;
	}

.quicklinks a:hover { /* Quicklinks Kontakt und Anmeldung */
	display: none;
	}

/*
Formatierung und Positionierung der Elemente
--------------------------------------------------------------------------------------------------------
*/

#container { /*wird gebraucht für Browserkompatibilität und dynamische Layout */
/*	margin: 50px auto auto 30px; /* Rand oben, rechts, unten, links */
	text-align: left;
	background-color: #FFFFFF;
	}

#fuchs { 
/*	margin: 37px 0 10px 18px; */
	float: left; /* k. IE 3*/
/*	border: 1px solid green; grüner Rahmen für Sichtbarkeit */
/*	display: none; */
	}

#quicklinkkontakt { /* Formatierung und Positionierung des Links Kontakt */
	display:none;
	}
	
#quicklinkanmeldung { /* Formatierung und Positionierung des Links Anmeldung */
	display: none;
	}

#contents { /* Inhaltfenster mit Scrollbalken */
	background-color: #FFFFFF;
	z-index: 1000;
	}

#contentbildrechts { 
	display: none;
	}

#contentbildlink { 
	display: none;
	}

#sponsorubs { /* Sponsorlogo UBS */
	display: none;
	}
	
#sponsorhug { /* Sponsorlogo HUG */
	display: none;
	}

#sponsorramseier { /* Sponsorlogo HUG */
	display: none;
	}	
	
#kontaktprint { /* Kontakt welcher nur bei Ausdruck angezeigt wird */
	color: #000000;
	font: 70% verdana, arial, sans-serif;
	font-weight: normal;
	margin: 0 2px 1px 4px; /* wird ansonsten vererbt ? */
	}