* {
  padding: 		0px;
  margin: 	0px;
}

body {
  background: #16162b url(images/master-bg.jpg) repeat-x top left;
  font-size:				10px;
  font-family:				"Tahoma", Verdana, Arial, Helvetica;
  color:					#000000;
}
a:link {
  color:					#141420;
  text-decoration:			none;
  	font-weight: bold;
}	
a:visited {
  color:					#141420;
  text-decoration:			none;
  	font-weight: bold;
}			
a:hover {
  color:					#E4BEbe;
  text-decoration:			none;
}
#main {
	width:				1020px;
}
#banner {
	background-image:	url('images/banner.jpg');
	width:				1020px;
	height:				158px;
	float:				left;
}
#main_inner {
	background-image:	url('images/bg_main_.gif');
	background-repeat:		repeat-y;
	float:				left;
}
#left2 {
	width:				175px;
	padding:				0px 9px 0px 7px;
	float:				left;
}
#content {
	width:				602px;
	padding:				0px 5px 0px 18px;
	float:				left;
	margin:0px;
}
#right2 {
	width:				175px;
	padding:				0px 7px 0px 9px;
	float:				right;
}
#footer {
	background-image:	url('images/footer.jpg');
	width:				1020px;
	height:				28px;
	float:				left;
}
#oben {
	background-image:	url('images/top.png');
	width:				1020px;
	height:				28px;
	float:				left;
	font-weight:			bold;
	font-size:				11px;
	}
.head_button_left {
	background-image:	url('images/head_button_left.jpg');
	width:				175px;
	height:				15px;
	padding:				5px 0px 0px 0px;
	color:				#141420;
	font-weight:			bold;
	float:				left;
}
.button_left {
	background-image:	url('images/button_left.jpg');
	width:				160px;
	height:				17px;
	padding:				3px 0px 0px 15px;
	text-align:				left;
	font-size:				11px;
	float:				left;
}

.button {
	display:block;
	width:				160px;
	height:				17px;
	font-weight: 			bold;
}

.head_button_right {
	background-image:	url('images/head_button_right.jpg');
	width:				175px;
	height:				15px;
	padding:				5px 0px 0px 0px;
	color:				#141420;
	font-weight:			bold;
	float:				left;
}
.inner_frame {
	width:				165px;
	padding:			5px;
	float:				left;
}
.inner_framme {
	width:				165px;
	padding:			0px;
	float:				left;
}

.inner_frame_l {
	width:				165px;
	align: 			left;
	padding:			5px;
	float:				left;
}
.tooltip {
	display: none;
	background: #dedede;
	color: #000;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	max-width: 200px;
	width: auto;
	border: 2px solid #800;
	z-index: 250;
}