/* 
 * CSS fuer Webseiten der Saengerjugend Stuttgart 
 * (c) AVH Oktober 2009
 * 
 * css fuer Inhaltselemente
 *
 */

h1 {
	font-size:140%;
	font-weight:bold;
	padding-top:1em;
}

h2, h3, h4 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:-0.75em;
}

ul {
	list-style-type:square;
}
ul ul {
	font-size:85%;
}
	
table {
	border:none;
}
th {
	background-color:#b9b9b9;
	text-align:left;
	padding-right:1em;
	padding-left:0.3em;
}
td { border-bottom:1px solid #b9b9b9;
	padding-right:1em;
	padding-left:0.3em;
}
