body {
	background-color			: #E1E1E1;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 12pt;
	color						: #000000;
	margin						: 0px;
}

a {
	text-decoration				: none;
	color						: #E6971E;
}

.header_middle {
	width						: 600px;
	height						: 100px;
	background-image			: url("images/top_middle.jpg");
	background-repeat			: no-repeat;
	background-position			: bottom left;
}

.header_left {
	background-image			: url("images/top_left.jpg");
	background-repeat			: repeat-x;
	background-position			: bottom left;
}

.header_right {
	background-image			: url("images/top_right.jpg");
	background-repeat			: repeat-x;
	background-position			: bottom left;
}

.menu_table {
	
}

.menu_table_td {
	padding-left				: 10px;
	padding-top					: 2px;
	padding-bottom				: 2px;
	text-align					: left;
	width						: 120px;
	color						: #E6971E;
}

.menu_table_td_hover {
	padding-left				: 10px;
	padding-top					: 2px;
	padding-bottom				: 2px;
	text-align					: center;
	width						: 120px;
	cursor						: hand;
	font-weight					: bold;
	background-image			: url("images/arrow.png");
	background-repeat			: no-repeat;
	background-position			: right;
	background-color			: #eeeeee;
}

.menu_link {
	width						: 120px;
	text-decoration				: none;
	color						: #E6971E;
	cursor						: hand;
	border						: 0px solid #E6971E;
}

.menu_sp {
	background-color			: #cccccc;
}

.content_td {
	text-align					: left;
	vertical-align				: top;
	width						: 570px;
	padding-left				: 20px;
	border-left					: 1px solid #ffffff;
	border-right				: 1px solid #ffffff;
	background-image			: url('images/background.jpg');
	background-repeat			: no-repeat;
	background-position			: left top;
}

.rechts {
	text-align					: left;
	vertical-align				: top;
	padding-left				: 20px;
}

.rechts_div {
	width						: 150px;
	padding						: 5px;
	border						: 1px solid #E6971E;
	float						: left;
}

.rechts_div_2 {
	width						: 150px;
	padding						: 5px;
	border						: 1px solid #E6971E;
}

.gal_img {
	width						: 150px;
	height						: 110px;
	background-image			: url('images/thumbs/close.gif');
	background-repeat			: no-repeat;
	background-position			: left top;
}


















