/*******
******** STYLES FOR RAUM LAYOUT */

a {
	color: #8596a0; text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header {
	background: transparent url(../images/menu-raum-bg.jpg) center no-repeat;
}
#header h1 {
	float: left;
}
#header h1 a {
	float: left; width: 100px;
}

#menu {
	float: right;
}
#menu li {
	padding-left: 12px; padding-right: 13px; background: #fbfaf9 url(../images/menu-raum-sep.gif) right center no-repeat;
}
#menu li.lst {
	padding-right: 11px; background-image: none;
}
#menu li a:hover, #menu li.current a {
	color: #304551;
}
