#logo {
	background-image: url('logo.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#picture {
	background-image: url('left_graphic.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.left_menu_label, .inner_label {
	color: #04BFF5;
}

.menupont {
	background-image: url('icon_submenu.png');
	background-repeat: no-repeat;
}

.tab_active {
	background-image: url('tab_active_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
}
.tab_left_active {
	background-image: url('tab_active_left.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.tab_right_active {
	background-image: url('tab_active_right.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.tab_inactive {
	background-image: url('tab_inactive_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
}
.tab_left_inactive {
	background-image: url('tab_inactive_left.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.tab_right_inactive {
	background-image: url('tab_inactive_right.png');
	background-position: left top;
	background-repeat: no-repeat;
}

