body {
  padding: 0px;
  margin: 0px;
  background-image: url('../../images/body_bg.gif');
  background-repeat: repeat-x;
}

object {
  float: left;
}

.main {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url('../../images/content_left.gif');
  background-repeat: repeat-y;
  background-position: left;
}

.menu {
	width: 410px;
	vertical-align: top;
}

.read {
	height: 100%;
	vertical-align: top;
}

/* A fejléc stylusosztályai *****************************************/

.head_szlogen {
	width: 580px;
	height: 109px;
	text-align: right;
	color: #a39c7e;
	font-size: 20px; 
	font-family: Arial;
}

.head_10 {
	width: 10px;
}

.head_bar {
	height: 28px;
	background: #FFFFFF;
}

.head_corner {
	width: 10px;
	background-image: url('../../images/top_head_corner.gif');
}

/********************************************************************/

/* A tartalom rész stílusosztályai **********************************/

.content {
	height: 100%;
	width: 100%;
}

.content_center {
	width: 580px;
	height: 100%;
	background: #FFFFFF;
	vertical-align: top;
  padding-top: 15px;
}

.content_center table {
	width: 100%;
}

.content_10 {
	width: 10px;
}

.content_read {
  margin-left: 10px;
  margin-right: 40px;
	width: 530px;
}

.content_read .cppdbstackpanel {
  width: 530px;
  overflow: auto;
}

.content_40 {
	width: 40px;
}

.content_right_10 {
	width: 10px;
	vertical-align: top;
}

.content_right_10_bg1 {
	width: 10px;
	height: 405px;
	background-image: url('../../images/content_right.gif');
}

.content_right_10_bg2 {
	width: 10px;
	height: 100%;
	background-image: url('../../images/content_right2.gif');
}

.content_right {
	vertical-align: top;
	background: #F1EEE7;
}

.content_right_width {
	width: 100%;
	height: 405px;
	background-image: url('../../images/content_right_1px.gif');
}

/********************************************************************/

/* A lábléc stílusosztályai *****************************************/

.foot {
  width: 100%;
  background-color: #F1EEE7;
}

.foot_left {
	width: 323px;
	background-image: url('../../images/foot_bg.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

.foot_left_corner {
  width: 59px;
	vertical-align: bottom;
  background-color: #FFFFFF;
  background-image: url('../../images/foot_left_shadow.gif');
  background-repeat: repeat-y;
}

.foot_left_corner div {
  width: 59px;
  height: 87px;
  background-image: url('../../images/foot_left_corner.gif');
}

.foot_center {
	width: 568px;
	vertical-align: top;
	font-family: Arial; 
	color: #a39c7e; 
	font-size: 11px; 
	text-align: center;
	padding-top: 10px;
  background-color: #FFFFFF;
	background-image: url('../../images/foot_center.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

.foot_center .copyright {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.foot_right_corner {
  width: 50px;
	vertical-align: bottom;
  background-color: #FFFFFF;
  background-image: url('../../images/foot_right_shadow.gif');
  background-repeat: repeat-y;
  background-position: right;
}

.foot_right_corner div {
	width: 50px;
  height: 87px;
	background-image: url('../../images/foot_right_corner.gif');
}

.foot_right {
	background-image: url('../../images/foot_bg.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

/********************************************************************/