
/* Border colour */
.bord{
	border-color:AC8A77;
	border-width:thin;
}


/* Menues Background colours */
.menuTop{
background:#AC8A77;
font:Tahoma, "Times New Roman", Arial, "Arial Unicode MS";
color: #FFFFFF;
font-weight:bold;
font-size:13px;
}
.menuEnd{
background:#AC8A77;
font:Tahoma, "Times New Roman", Arial, "Arial Unicode MS";
color: #FFFFFF;
font-size:12px;
font-weight:bold;
}



/* Page with 3 columns (standard)  */ 
#R{
    float: right;
	width: 20%;
}
#M{
    float: left;
    width: 60%;
}
#L{
    float: left;
	width: 20%;	
}

/* ---------------------------------------------------------------------*/

/* Page with  2 columns  */ 
#R2{
    float: right;
	width: 50%;
}

#L2{
    float: left;
	width: 50%;	
}



/* Page with  3 columns  - equals */ 
#R3{
    float: right;
	width: 25%;
}
#M3{
    float: left;
    width: 5%;
}
#L3{
    float: left;
	width:70%;	
}


/* Page with 4 columns */ 
#L4{
    float:left;
	width: 25%;	
}
#M4-1{
   float: left;
   width: 25%;
}
#M4-2{
   float: left;
   width: 25%;
}
#R4{
   float: right;
   width: 25%;
}

	
/* Page with 5 columns */ 	
#L5{
  float:left;
  width: 20%;	
}
#M5-1{
  float: left;
  width: 20%;
}
#M5-2{
  float: left;
  width: 20%;
}
#M5-3{
  float: left;
  width: 20%;
}
#R5{
  float: right;
  width: 20%;
}


/* Page with 6 columns */
#L6{
  float:left;
  width: 17%;	
}
#M6-1{
  float: left;
  width: 16.5%;	
}
#M6-2{
  float: left;
   width: 17%;	
}
#M6-3{
  float: left;
  width: 17%;	
}
#M6-4{
  float:left;
  width: 16.5%;	
}
#R6{
  float: right;
  width: 17%;	
}


/* Page with 8 columns */
#L8{
  float:left;
  width: 13%;
}
#M8-1{
  float: left;
  width: 12.5%;
}
#M8-2{
  float: left;
  width: 13%;
}
#M8-3{
  float: left;
  width: 12.5%;
}
#M8-4{
  float: left;
  width: 12.5%;
}
#M8-5{
  float: left;
  width: 13%;
}
#M8-6{
  float: left;
  width: 12.5%;
}
#R8{
  float: right;
  width: 13%;
}


/* Page with 10 columns */
#L10{
  float:left;
  width: 10%;	
}
#M10-1{
  float: left;
  width: 10%;
}
#M10-2{
  float: left;
  width: 10%;
}
#M10-3{
  float: left;
  width: 10%;
}
#M10-4{
  float: left;
  width: 10%;
}
#M10-5{
  float: left;
  width: 10%;
}
#M10-6{
  float: left;
  width: 10%;
}
#M10-7{
  float: left;
  width: 10%;
}
#M10-8{
  float: left;
  width: 10%;
}
#R10{
  float: right;
  width: 10%;
}

/* first page  */

#L11{
    float: left;
	width: 47%;
}
#M11{
    float: left;
    width: 6%;
}
#R11{
    float: right;
	width: 47%;	
}

...................................................................

#L12{
    float: left;
	width: 15%;
}
#M12{
    float: left;
    width: 70%;
}
#R12{
    float: right;
	width: 15%;	
}


