/* @override http://pronatura.tvi.ch/styles/style.css */


* {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#707173;
	line-height:120%;
}


#menutop ul li a {
	color:#8e8e8e;
	text-decoration:none;
	
}

#menutop ul li a.selected {
	color:#444;
	text-decoration:none;
	
}

h2 {
	margin-top:30px;
	margin-bottom:20px;
	font-size:120%;
}

a {
	color:#007f33;
}

a:hover {
	color:#7baa20 ;
}

#newsbox ul li {
	list-style-type: disc;
	margin-left:17px;
	border-bottom:1px dotted #d0d0d0;
}

#newsbox ul li a {
	color:#444;
}

#newsbox ul li a:hover {
	text-decoration:none;
	color:#8e8e8e;			
}

ul.plettro {
	clear:both;
	margin-top:10px;
}

ul.plettro li {
	padding-left:30px;
	padding-bottom:10px;
	background: url(images/plettro.png) no-repeat;
}

div.imgleft, div.imgright {
	clear:both;
}

div.imgleft img {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	background: url(/styles/images/bkgimghor.png) no-repeat 1px top;
	padding: 10px;
}

div.imgright img {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	background: url(/styles/images/bkgimghor.png) no-repeat 1px top;
	padding: 10px;
}

