/*******
******** STYLES FOR KUNST LAYOUT */

a {
	color: #a58078; text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header {
	background: transparent url(../images/menu-kunst-bg.jpg) center no-repeat;
}
#header h1 {
	float: right;
}
#header h1 a {
	float: right; width: 90px;
}

#menu {
	float: left;
}
#menu li {
	padding-left: 12px; padding-right: 10px; background: #ac4336 url(../images/menu-kunst-sep.gif) left center no-repeat;
}
#menu li.fst {
	padding-left: 10px; background-image: none;
}
#menu li a {
	color: #caa6a2;
}
#menu li a:hover, #menu li.current a {
	color: white;
}

#submenu li.current a, #submenu li a:hover {
	color: #8a200b;
}

#main {
	background-color: white;
}
