/* 
 * CSS fuer Webseiten der Saengerjugend Stuttgart 
 * (c) AVH August 2009
 * 
 * css fuer die printausgabe
 *
 */


html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

a {
	color:#000000;    /* #FFDA00;*/
}


#gesamtrahmen {
	width:720px;
	margin:0px auto;
	text-align:left;
}


#tiefenav {
	display:none;
}

#inhalt {
	float:left;
	width:17cm; 
}

ul#hauptnav  {
	display:none;
}

#breadcrumb {
	font-size:smaller;
	padding-top:0.5em;
	padding-bottom:1.5em;
}
#breadcrumb a {
	text-decoration:none;
}


img#banner, a#startseite{ 
	border:solid 0px;
}

#fussleiste {
	display:none;
}

.nodisplay { display:none;}


