@charset "UTF-8";

@import "main.css";
@import "theme_green.css";
@import "navi_top.css";
@import "publication.css";
@import "box.css";
@import "member.css";

#left_area {
	background-image: url("images/logo_left_dhg.jpg");	/*	Kalk-Logo */
	padding-top: 210px;		/*	Höhe des Logos (210px) + Zuschlag */
}

#top_content {
	background-image: url("images/logo_right_dhg.jpg");
	width: 658px;			/*	justieren mit #navi_extra */
}

table.member_list th {
	background-color: #92BAA7;
}

table.member_list th.subheader {
	background-color: inherit;
}

table.member_list td {
	background-color: #EEF5E5;
}


