/* PZU: */
/* Liste: Keine Styleänderungen */

ul.linklist {
	padding:0px;
	list-style:none;
}

/* Links: href Linkformatierung entfernen */
ul.linklist a {
	text-decoration: none;
	color: white;
}

/* Links: href Linkformatierung entfernen */
ul.linklist .booked {
	text-decoration: none;
	color: white;
}

/* Links: typische innovaphone farben für Text und BG + padding und margin für das Design + ründlicher/knopfähnlicher */
li.linklist {
	padding: 8px;
	background-color: #006067;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 8px;
}

/* Links: innovaphone farbener Hover */
li.linklist:hover {
	background-color: #d9e4e9;
	color: #006067;
}

