/**
 * Body
 **/
 body {
	background:url(/resources/images/background.gif) repeat-y;
}

/**
 * Logo
 **/
 #head div.logo {
	background:url(/resources/images/logo.gif) 0px 0px no-repeat;
}

/**
 * Hintergrund bis zum rechten Ende der Seite aufziehen
 **/ 
 #head div.panoramabackground {
	 background:url(/resources/images/background_panorama.gif);
}

/**
 * Panorama-Hintergrundbild
 **/
 #head div.panorama {
	 background:url(/resources/images/panorama.gif) 0px 0px no-repeat;
}

/**
 * Ueberschrift (Erster Rang)
 **/
 #content h1 {
	background:url(/resources/images/bullet_h1.gif) 0px 7px no-repeat;
}

/**
 * Ueberschrift (Zweiter Rang)
 **/
 #content h2 {
	background:url(/resources/images/bullet_h2.gif) 0px 5px no-repeat;
}

/**
 * Listenelemente
 **/
 #content li {
	background:url(/resources/images/bullet_li.gif) 0px 7px no-repeat;
}

/**
 * Breadcrump Listen-Elemente im Inhalt
 **/
 #content #breadcrumpliste li {
	 background:url(/resources/images/bullet_li_small.gif) 0px 9px no-repeat;
}

/**
 * Button innerhalb des Inhaltes
 **/
 #content .button {
	background:url(/resources/images/background_form_button.gif);
}

/**
 * Listenelemente fuer den Seitenabschluss
 **/
 #footer li {
	background:url(/resources/images/bullet_li.gif) -4px 8px no-repeat;
}

