/* 
// @@@
// @@ Author: Kevin Versteeg
// @@ Date: 2007-07-18
// @@ Last change: 2007-07-18
// @@ Version: 1
// @@ Revision: 0
// @@ Copyright: Ecommany B.V.
// @@ Description: stylesheet thema 8
// @@$
*/
body
{
	/* thema 0 is een uitzondering op de andere 2 thema's, hierbij lopen 2 kleuren 'oneindig' door
		 de bovenste kleur lossen we op met een background image, de onderste met een background color.
	 */
	background-image: url('/images/algemeen/bg_header.gif');
	background-repeat: repeat-x;
	/* achtergrond kleur thema 0 (groen-achtig) */
	background-color: #B8D30C;
}
/* Eigen fontkleur */
#content, #menu_right, #menu_right a, #content a, hr, #container_hospital select
{
	color: #000000;
}
hr
{
	color: #677F95;
}
hr
{
	background-color: #677F95;
}
#header_bar
{
	background-color: #B8D30C;
}
#content h1, #content h2, #content h3
{
	color: #677F95;
}
#container_hospital_selection, #container_hospital select
{
	border: 1px solid #677F95;
}
#container_hospital select
{
	/* bg color 2 item calendar*/
	background-color: #F8FBE5;
}
#menu_right a
{
	font-weight: bold;
	line-height: 1.5em;
}
/* Background image */
#container
{
	background-image: url('/images/thema_0/background.jpg');
}
/* Linkerbovenhoek */
#content_header_left .bgImg
{
	background-image: url('/images/thema_0/content_header_left.gif');
}
/* Rechter bovenhoek */
#content_header_right
{
	background-image: url('/images/thema_0/content_header_right.gif');
}
/* Linker onderhoek (per thema eigen background image) */
#content_footer_left
{
	background-image: url('/images/thema_0/content_footer_left.gif');
}
/* Rechter onderhoek (per thema eigen background image) */
#content_footer_right
{
	background-image: url('/images/thema_0/content_footer_right.gif');
}
#menu_left_header
{
	background-image: url('/images/thema_0/menu_left_header.gif');
}
#menu_left_footer
{
	background-image: url('/images/thema_0/menu_left_footer.gif');
}
#scroll_track_axis_top
{
	background-image: url('/images/thema_0/scroll_track_axis_top.gif');
}
#scroll_track_axis_bottom
{
	background-image: url('/images/thema_0/scroll_track_axis_bottom.gif');
}
#scroll_track
{
	background-image: url('/images/thema_0/scroll_bg.gif');
}
#scroll_handle
{
	background-image: url('/images/thema_0/scroll_handle.gif');
}
div.contentTabInactive .inner
{
    background-image: url('/images/thema_2/tab_inactive_theme2.png');
}
div.contentTabActive .inner
{
    background-image: url('/images/thema_2/tab_active_theme2.png'); 
}
