/* Index Headers */
#aboutus {
  background-image:url(../images/header_about_index.png);
  background-repeat: no-repeat;
}
#events {
  background-image:url(../images/header_events_index.png);
  background-repeat: no-repeat;
}
#festhallen {
  background-image:url(../images/header_festhallen_index.png);
  background-repeat: no-repeat;
}
#fce {
  background-image:url(../images/header_fce_index.png);
  background-repeat: no-repeat;
}
#media {
  background-image:url(../images/header_media_index.png);
  background-repeat: no-repeat;
}
#store {
  background-image:url(../images/header_store_index.png);
  background-repeat: no-repeat;
}
#visitorinfo {
  background-image:url(../images/header_visitorinfo_index.png);
  background-repeat: no-repeat;
}
#getinvolved {
  background-image:url(../images/header_getinvolved_index.png);
  background-repeat: no-repeat;
}

/* CSS Document */
#left_shadow {
  background-image:url(../images/shadow_left.png);
  background-repeat:repeat-y;
}
#top_shadow {
  background-image:url(../images/shadow_top.png);
  background-repeat:repeat-x;
}
#topright_shadow {
  background-image:url(../images/shadow_top_right.png);
  background-repeat:no-repeat;
}
#right_shadow {
  background-image:url(../images/shadow_right.png);
  background-repeat:repeat-y;
}
#right_top_shadow {
  background-image:url(../images/shadow_right_top.png);
  background-repeat:repeat-y;
}

/* Other Browser Navigational Rollovers */
#LogoTemp {
	position:absolute;
	background-image:url(../images/logo_topleft.png);
}
#LogoTempIE6 {
	position:absolute;
	background-image:none;
}
#LogoTop {
	position:absolute;
	background-image:url(../images/logo_topleft.png);
	top: 2px;
	left: -520px;
	width: 450px;
	height: 285px;
	z-index: 2;
}
#LogoTopIE6 {
	position:absolute;
	background-image:none;
	top: 2px;
	left: -520px;
	width: 450px;
	height: 285px;
	z-index: 3;
}
#LogoFooter {
	background-image:url(../images/footer_logo.png);
	width: 779px;
	height: 130px;
}

#wave_left {
	background-image:url(../images/footer_left.png);
	background-position:right;
	background-repeat:no-repeat;
}
#wave_right {
	background-image:url(../images/footer_right.png);
	background-position:left;
	background-repeat:no-repeat;
}

#CalendarTitle {
	position:absolute;
	background-image:url(../images/cal_title.png);
	top: 2px;
	left: 10px;
	width: 589px;
	height: 164px;
	z-index: 2;
}


#cal_icon_prefest {
  background-image:url(../images/calendar/cal_event_clickfordetails.png);
  background-repeat: no-repeat;
  width: 77px; 
  height: 73px;
  margin-bottom:10px;
}

#cal_icon_festhall {
  background-image:url(../images/calendar/cal_fest_clickfordetails.png);
  background-repeat: no-repeat;
  width: 77px; 
  height: 73px;
  margin-bottom:10px;
}

#cal_icon_family {
  background-image:url(../images/calendar/cal_family_clickfordetails.png);
  background-repeat: no-repeat;
  width: 77px; 
  height: 73px;
  margin-bottom:10px;
}

#cal_icon_okt {
  background-image:url(../images/calendar/cal_okt_clickfordetails.png);
  background-repeat: no-repeat;
  width: 77px; 
  height: 73px;
  margin-bottom:10px;
}

#cal_icon_all {
  background-image: url("../images/calendar/cal_all_clickfordetails.png");
  background-repeat: no-repeat;
  width: 77px; 
  height: 73px;
  margin-bottom:10px;
}



