@charset "utf-8";
/* CSS Document */

a img {
	border: none;
	}

#hauptnavi a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 155px;
	margin: 2px 0;
	padding: 2px 0 2px 5px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
}

#hauptnavi a:link {
	text-decoration: none;
	color: #000;
}

#hauptnavi a:hover, #hauptnavi a:visited:hover {
	color: #fff;
	text-decoration: underline;
	background: #360;
}

#naschmarkt a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	padding: 0 3px 0 3px
}

#naschmarkt a:link {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

#naschmarkt a:hover, #naschmarkt a:visited:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

#bilderrechts a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 130px;
	margin: 2px 0;
	padding: 2px 0 2px 0;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	background: #ccc;
	text-align: center;
}

#bilderrechts a:link {
	text-decoration: none;
	color: #000;
	background: #ccc;
}

#bilderrechts a:hover, #hauptnavi a:visited:hover {
	color: #fff;
	text-decoration: underline;
	background: #360;
}