@import url(master.css);

body { background-color: #FC6; }

#header
{
	background-image: url(/images/headback_ferienturm.jpg);
	background-color: #FC6;
	z-index: 3;
}

.menuitem { background-color: #FC6; }
.menuitem:hover { background-color: #F90; }

.currentmenuitem
{
	background-color: #FC6;
	z-index: 2;
	font-weight: bold;
}

#content { background-color: #FFCC66; }
