/*
  Stylesheet-Definitionen für Slim Belly
  Ausgabemedium: Bildschirm
  Browser: alle
*/

/*
  -----------------------------------------------------------------------------
  Farben
  -----------------------------------------------------------------------------

  Hintergrund weiss:	#ffffff
  Hintergrund hellblau:	#eef3d8
  Schrift grau:		#676566
  Schrift weiss:	#ffffff
  Schrift dunkelgrau:	#575759
  Hintergrund center:	#c3b5ac
  Hintergrund context:	#bccf51
  Rand grau:		#dcdee4
*/

/*
  -----------------------------------------------------------------------------
  Container
  -----------------------------------------------------------------------------
*/

DIV#container_page
{
	background-image:url('/system/image/slim_belly/bg_container_page.jpg');
}

DIV#container_header
{
	background-image:url('/system/image/slim_belly/bg_container_header.gif');
}

DIV#container_footer
{
	background-image:url('/system/image/slim_belly/bg_container_footer.gif');
}

DIV#container_center DIV.container_box_normal_1,
DIV#container_center DIV.container_box_special_1
{
	background-image:url('/system/image/slim_belly/box/bg_container_box_normal_1.jpg');
}

DIV#container_center DIV.container_box_normal_2,
DIV#container_center DIV.container_box_special_2
{
	background-image:url('/system/image/slim_belly/box/bg_container_box_normal_2.jpg');
}

DIV#container_context DIV.container_box_normal_2
{
	background-image:url('/system/image/slim_belly/box/bg_container_box_normal_context.jpg');
}
DIV#container_center DIV.container_box_normal_1 DIV.container_headline,
DIV#container_center DIV.container_box_normal_2 DIV.container_headline,
DIV#container_center DIV.container_box_special_1 DIV.container_headline,
DIV#container_center DIV.container_box_special_2 DIV.container_headline
{
	background-color:#c3b5ac;
}

DIV#container_context DIV.container_box_normal_2 DIV.container_headline,
DIV#container_context DIV.container_box_special_2 DIV.container_headline
{
	background-color:#bccf51;
}

/*
  -----------------------------------------------------------------------------
  Listen
  -----------------------------------------------------------------------------
*/

UL#list_menumain
{
	background-image:url('/system/image/slim_belly/bg_list_menumain.gif');
}

/*
  -----------------------------------------------------------------------------
  Listenelemente
  -----------------------------------------------------------------------------
*/

UL#list_menumain LI
{
	background-image:url('/system/image/slim_belly/bg_listitem_menumain.gif');
}

/*
  -----------------------------------------------------------------------------
  Überschriften
  -----------------------------------------------------------------------------
*/

DIV#container_content H2
{
	color:#575759;
}

/*
  -----------------------------------------------------------------------------
  Links
  -----------------------------------------------------------------------------
*/

UL#list_menumeta LI A.link_active
{
	background-image:url('/system/image/slim_belly/bg_link_menumeta_active.gif');
}

UL#list_menumeta LI A:hover
{
	background-image:url('/system/image/slim_belly/bg_link_menumeta_hover.gif');
}

UL#list_menumain LI A:active,
UL#list_menumain LI A:focus,
UL#list_menumain LI A:link,
UL#list_menumain LI A:visited
{
	color:#575759;
}

UL#list_menumain LI A:hover
{
	background-image:url('/system/image/slim_belly/bg_listitem_menumain_hover.gif');
	color:#575759;
}

UL#list_menumain LI A.link_active
{
	background-image:url('/system/image/slim_belly/bg_listitem_menumain_active.gif');
	color:#ffffff;
}
