/* CSS for Homepage*/

ul#latestnews{
	list-style: none;
	margin: 0 5px;
	padding:0;
	float:right;
	width:13em;
}
ul#latestnews li{
	margin:0;
	padding:0 0 0.3em 0;
	line-height:1.2em;
}
ul#latestnews li.latestnewsheading{
	margin-left: -5px;
	padding: 0.8em 0;
	font-weight: bold;
	text-align: center;
	background: url("http://kanuschule.ch/bilder/bg_service.gif")  0px -20px  repeat-x ;
}
ul#latestnews li.newsheadinglink{
	text-align:right;
	font-weight:bold;
	padding:0;
	margin:-0.8em 0.5em 0 0;
	font-size:0.8em;
}
#welcome h2{
	font-size:100%;
	font-weight:normal;
	border-bottom:0;
	margin:0.5em;
}
#welcome img{
	display:block;
	margin-left:auto;
	margin-right:auto
}