body, div { font-family: Calibri, helvetica, verdana, arial, sans-serif }
.basic  {
	width: 240px;
	font-family: Calibri;
}

.demo {
	cursor:pointer;
	display:block;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: black;	
	background-image: url("img/inhalt.jpg");
	background-repeat: no-repeat;
	height:25px;
	padding-bottom: 2px;
}

.erste {
	float:bottom;
	width:240px;
	background-image: url(img/inhalt.jpg); 
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin-bottom: 2px;
}

.demo:hover {
	background-image: url("img/inhalt_blass.jpg");
	background-repeat: no-repeat;
}
.demo.selected {
	background-repeat: no-repeat;
	background-image: url("img/inhalt_blass.jpg");
}

.navi div {
	background-color: #000000;
}

.tabelle {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-bottom: 2px;
}

 .padding {
	padding: 5px 10px;
	background-color:#ffde81;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

a {
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}


