
/************** Ländermenü am oberen Seitenrand **************/

div.country {

	height: 21px;
	position: relative;
	float: left;
	width: auto;
	border: none;	
	margin-left: 3px;
	top: 0px;
	bottom: 0px;

}

div.countryimg {
	height: auto;
	position: relative;
	float: left;
	width: 100px;
	border: none;	
	left: 0px;
	top: 0px;
	bottom: 0px;
	border:1px solid transparent;

}

#shortcutscountry div.country img {

	position: absolute;
	float: left;
	left: 0px;
	top: 3px;
	bottom: 0px;
}



/************** Menü im Inhaltsbereich **************/

.csc-menu {
	padding-left:0;
}
.csc-menu li {
	list-style-type:none; 
}