@CHARSET "ISO-8859-1";

#header {
	position: absolute;
	display:block;
	margin: 0;
	top: 8px;
	left: 10px;
	right: 10px;
	width: auto;
	height: 182px;
	z-index: 5;
	overflow: hidden;
	background:  url("/images/header_heart_background.png") repeat-x;
}
#mainnavigation {
	position: absolute;
	display:block;
	margin: 0;
	top: 22px;
	left: 260px;
	width: 100%;
	z-index: 7;
	overflow: hidden;
}

#search, #navigation, #navfixed {
	background-color: #990000;
	color: #ffffff;
}

#search a,
#navigation a,
#navigation a:hover,
#navigation li.highlight a,
#navfixed a, 
#navfixed a:hover { 
	color: #ff6633;
}

#navigation ul ul ul li a,
#navigation a:hover,
#navigation li.highlight a,
#navfixed a:hover { 
	color: #ffffff;
}

#content {
  position: absolute;
  z-index: 3;
  top: 190px;
  bottom: 30px;
  left: 260px;
  left: 270px;
  right: 10px;
  overflow: auto;
}


#search {
  position: absolute;
  left: 0;
  left: 10px;
  top: 190px;
  top: 195px;
  height: 30px;
  width: 260px;
  width: 250px;
  z-index: 5;
  overflow: hidden;
}

#navigation {
  position: absolute;
  left: 0;
  left: 10px;
  top: 220px;
  top: 225px;
  bottom: 100px;
  width: 250px;
  z-index:4;
  overflow:auto;
}

#navfixed {
  position: absolute;
  z-index: 6;
  display: block;
  margin: 0;
  bottom: 30px;
  left: 0;
  left: 10px;
  width: 260px;
  width: 250px;
  height: 70px;
  font-size: 1em;
  overflow: hidden;
}

