@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.headlines {
	color: #FFFFFF;
	background-color: #000000;
}
.adress {
	color: #000000;
	background-color: #CCCCCC;
}
.press {
	background-color: #FF0000;
	text-decoration: none;
}
.news {
	background-color: #00FF13;
	text-decoration: none;
}
.information {
	background-color: #9933CC;
	text-decoration: none;
}
.collections {
	background-color: #FF00DD;
	text-decoration: none;
}
.graphicdesign {
	background-color: #FFFF00;
	text-decoration: none;
}
.exhibitions {
	background-color: #00FFFF;
	text-decoration: none;
}
a {
	text-decoration: underline;
	cursor: inherit;
	color: #000000;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#FFFFFF;
}
