/*** HundeFans.css ***/
/*** Setting the background color (gradient) of the website header ***/

#header {
	background: #dbdbdb;
	background-image:
	linear-gradient(
		to top right, 
		#fff2bf,
		#fff2bf
    );
	z-index: 1;
}

/*** Setting the background color of the website page and sidebar ***/

#page { background-color: #fff2bf; }

#sidebar { background-color:#fff2bf; }


/*** Setting the background color of the website body ***/

@media screen {body { background-color: #fff2bf; }}

/*** Setting the background color fold-out side menu (#leftmenu) on mobile devices ***/

@media screen and (max-width:54.9em) {
  #rightmenu, #leftmenu, #topsearch, #topactions { background-color: #b50303; }
  #leftmenu .selflink { color: #000; }
}


%site-title%[[{$ScriptUrl}/HundeFans/|Hunde- und Katzenfans]]
%site-subtitle%Tierschutz
