
/* ---------------------------------------------------------------------------*/ 
/* change defualts */
p
{
  margin: 10px;	
}


/* ---------------------------------------------------------------------------*/ 
/* body of main document */
.body_index
{
	background: #ABA7AD;
	font: 10pt Verdana;
  margin-top:0;

}

/* ---------------------------------------------------------------------------*/ 
/* main panel */
.main_index
{
	display: block;
	width: 840px;
	margin: 1em auto;
	margin-top: 0;
  padding: 0; 
	border: 1px solid #94979D;  
	background: #F7F7EF;
	text-align: left;
	max-width: 1024px;
}

/* ---------------------------------------------------------------------------*/ 
/* head of the page (logo,address) */
.mainheader
{
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	border: 0px;
	display: block;
	width: 800px;
	height: 102px;
	background-image: url(images/tributheader.jpg);
}

/* ---------------------------------------------------------------------------*/ 
/* last row - foot */
.mainfooter
{
  display: block;
	width: 840px;
	height: 25px;
  margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #94979D;  
	background: #F7F7EF;
}

/* ---------------------------------------------------------------------------*/ 
/* left panel - menu*/
.leftpanel
{
	display: block;
	float: left;
	width: 180px;
	margin: 0 0 0 0; padding:0;
	margin-left: 20px;
	background-image: url(images/leftpanel_bkgnd.jpg);
/*	border: solid 1px black; */
}

/* ---------------------------------------------------------------------------*/ 
/* middle panel */
.middlepanel
{
	width: 600px;
	margin: 0px 0 0 20px;
	padding: 0px;
	border: 0px;
	float: left;
	font-size: 8pt;
	background: white;
	background-image: url(images/middlepanel_bkgnd.jpg);
	
}

/* ---------------------------------------------------------------------------*/ 
/* left menu item */
.m_index
{
	display: block;
	font-size: 10pt;
	color: #444444;
	text-decoration: none;
	margin: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	vertical-align: middle;
}
/* menu select */
.m_index:hover {
  background: #ADADA7;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------*/ 
/* links item */
.link_item
{
	display: block;
	font-size: 8pt;
	color: #444444;
	text-decoration: none;
	margin: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	vertical-align: middle;
}

/* link select */
.link_item:hover {
  text-decoration: underline;
/*  background: #ADADA7;
  font-weight: bold;*/
}

/* ---------------------------------------------------------------------------*/ 
/* title text, product */
.mtext_title, .mtext_ptitle
{
	color: black;
	font: bold 14pt 'Arial';
/*  font-size: 12pt;
	font-weight: bold;
*/
	padding-top: 0px;
	padding-bottom: 0px;
/*	height: 40px; */
	border-bottom: solid 1px black;
}

/* ---------------------------------------------------------------------------*/ 
/* title product */
.mtext_ptitle
{
  font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
}

/* ---------------------------------------------------------------------------*/ 
/* normale text */
.mtext_text, .a_mtext
{
	color: #444444;
	font-size: 8pt;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

/* ---------------------------------------------------------------------------*/
/* text date */ 
.mtext_datum
{
	color: Red;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* ---------------------------------------------------------------------------*/ 
/* special box cleaner */
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

/* ---------------------------------------------------------------------------*/ 
/* special for end blocks (left and middle) - disapears visible last tail of background*/
.imgclear
{
  margin: 0;
  margin-bottom: -3px;
  padding: 0;
  border: 0;
}

/* ---------------------------------------------------------------------------*/ 
/* show image in the middle panel */
.img_middle1
{
  border: 0px;
  padding: 0px;
  margin: 5px;
  margin-left: 10px;
  float: left;
}

/* ---------------------------------------------------------------------------*/ 
/* link mtext style, inherits from mtext_text*/
.a_mtext
{
  border: 0;
  text-decoration: none;
  margin:0;
  vertical-align: middle;
}
/* a_mtext select */
.a_mtext:hover
{
  text-decoration: underline;
}


/* ---------------------------------------------------------------------------*/ 
/* product main block */
.prod_main
{
  margin:0;
  padding:0;  
}
/* ---------------------------------------------------------------------------*/ 
/*  product left block */
.prod_left
{
  display: block;
  width: 200px;
  float: left;
  margin: 0;
  padding: 0;  
}
/* ---------------------------------------------------------------------------*/ 
/* product right block */
.prod_right
{
  display: block;
  float: left;
  width: 400px;
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------------------*/ 
/* product ul */
.prod_ul
{
  margin:0;
  margin-left: 25px;
  margin-bottom:10px;
  padding:0;
}

