/* 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 0em 0;
	line-height:1.2em;
}
ul#latestnews li.latestnewsheading{
	margin: 5px 0 0 0;
	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;
}


#latestnews a.post{
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
	border:1px solid #fff; 
}

#latestnews a.post:hover{
	background-repeat: repeat-x;
	background-position: 0px -30px;
	background-image: url("http://kanuschule.ch/bilder/bg_service.gif"   ); 
	border:1px solid #ccc; 
}

#latestnews .postDate{
	display:block;
	font-size: 80%;
	color: rgb(0, 0, 238);
}
#latestnews  a.post:hover .postDate{
	color: red;
	text-decoration: underline;
	font-weight:bold;
}
#latestnews  a.post:visited .postDate{
	color: rgb(153, 0, 153);
}
#latestnews .buyOrSell{
	font-size: 80%;
	font-weight:bold;
}



#welcome h2{
	font-size:100%;
	font-weight:normal;
	border-bottom:0;
	margin:0.5em;
}
#welcome img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
